如何在Azure应用服务上部署第三方软件 [英] How To Deploy Third party software on Azure app service

查看:52
本文介绍了如何在Azure应用服务上部署第三方软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个要部署到Azure应用程序服务的ASP.NET网站,该网站需要安装Access数据库引擎.我已经包含了accessdatabaseengine.exe文件,还添加了install.cmd.在install.cmd文件中,我有:

I have an ASP.NET website that I am deploying to an Azure app service, which requires the Access Database Engine to be installed. I have included the accessdatabaseengine.exe file and also added install.cmd. In install.cmd file I have:

AccessDatabaseEngine.exe /passive.  

但这似乎不起作用.我想念什么?在Azure应用程序服务中安装第三方二进制文件的正确方法是什么?

But this doesn't seem to be working. What am I missing? What is the correct way to install a 3rd party binary in an Azure app service?

推荐答案

在Azure App Service上运行时,您无法安装任意软件.通常,您无法进行任何计算机级别的更改(例如注册表更改).

You cannot install arbitrary software when running on Azure App Service. Generally, you cannot make any machine level changes (e.g. registry changes).

对于大多数应用程序来说,这不是问题.但是,如果这是您的要求,则需要使用其他服务,例如Cloud Service或VM.

For most apps, that is not an issue. But if that is a requirement for you, you will need to use an alternative offering, like Cloud Service or VM.

这篇关于如何在Azure应用服务上部署第三方软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆