Web app onboarding to Azure Web Marketplace

浪子不回头ぞ 提交于 2019-12-24 02:33:05

问题


We checked this documentation - https://blogs.msdn.microsoft.com/appserviceteam/2016/08/26/onboarding-to-azure-web-marketplace on how to onboard our web apps in the Azure marketplace and also the GitHub link - https://github.com/SunBuild/web-app-marketplace

We have contacted MSFT on how to host our application which has an API and WCF applications as sub-applications.

MSFT replied that sub applications are not currently supported in through this onboarding model.

So, we are trying to onboard the three applications individually and link them in the Azure marketplace. We are not sure whether this will work or if this is possible.

In the sample applications in the GitHub link - https://github.com/SunBuild/web-app-marketplace, they have a hosting plan JSON file for the web app resource. Can we link the applications using this hosting plan JSON file?

We could not find any information or definition related to this hosting plan file - https://github.com/SunBuild/web-app-marketplace/blob/master/WebApp-SQLDatabase/DeploymentTemplates/Website_NewHostingPlan_SQL_NewDB-Default.json

Does anyone tried this before or know how to do this?


回答1:


sub applications are not currently supported in through this onboarding model.

From the documentation, we could know if web app need Virtual application setting to be configured for web app, we will not be able to on board the application.

we are trying to onboard the three applications individually and link them in the Azure marketplace. We are not sure whether this will work or if this is possible.

In my view, if you on board these application individually, it may not enable us to bundle multi individual applications to make them link with each other. You could contact with Azure marketplace support team.

We could not find any information or definition related to this hosting plan file - https://github.com/SunBuild/web-app-marketplace/blob/master/WebApp-SQLDatabase/DeploymentTemplates/Website_NewHostingPlan_SQL_NewDB-Default.json

In the link you posted, we could find that it is an Azure Resource Manager (ARM) template that is used to define resources you want to deploy. This article explained about the Azure Resource Manager template, please refer to it.



来源:https://stackoverflow.com/questions/41346736/web-app-onboarding-to-azure-web-marketplace

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