How to install composer on app service?

谁说我不能喝 提交于 2019-11-27 05:30:46
Gary Liu - MSFT

You can install composer extension in the manage portal of your App Services.

  • Login on your Azure Account at https://portal.azure.com
  • Click the "tools" button, select "extensions" bar in the list on the right. Click "Add" button, open the extension list allowed to install in App Services. You can choose "Composer" there.

After installing, you also can install Visual Studio Online extension or leverage Kudu console site to handle or run commands of your Apps.

Another way to install composer

I'm not familiar with composer in particular, but if just copy/pasting the bits are all that is required to install the program then you can deploy the bits with your site.

If it requires something more extensive (like registry updates) then it's not possible to install it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!