зеркало из https://github.com/Azure/vdc.git
e514547774
* initial push of ntier iaas modules * added azure bastion subnet * updated landing zone dependencies, added topological sort * added topological sort implementation * added project file * added newtonsoft package * added todo comment * added circular reference verification on topological sort * moved landing zone to its own folder. added domain join extension to vm template * added joined to domain extension on VMSS * renamed sql server always on template and added join domain extension in vmss * fixed unit test * fixed all unit tests * added IIS template * added parameters to ntier-iaas archetype * finished orchestration of ntier-iaas * fixed unit test * added missing files * updated parameter values * fix access token retrieval * added missing module definitions |
||
---|---|---|
.. | ||
Pipeline | ||
Policy | ||
RBAC | ||
Scripts | ||
Tests | ||
deploy.json | ||
readme.md |
readme.md
AppServiceEnvironmentsWebApp
This module deploys an Azure Web App to an App Service or App Service Environment and to its corresponding App Service Plan.
Resources
- Microsoft.Web/sites
Parameters
Parameter Name | Default Value | Description |
---|---|---|
appServiceWebAppName |
Required. The Name of the Web App to deploy. | |
appServiceEnvironmentId |
Optional. The Resource Id of the App Service Environment to use for the App Service Plan. | |
appServicePlanId |
Required. The Resource Id of the App Service Plan within the App Service Environment to host the Web App. |
Outputs
Output Name | Description |
---|---|
appServiceWebAppResourceGroup |
The Resource Group the Web App was deployed to. |
appServiceWebAppName |
The Name of the Web App that was deployed. |
appServiceWebAppResourceId |
The Resource Id of the Web App that was deployed. |
Considerations
N/A