vdc/Modules/AppServiceWebApp
Christopher Bennage f0b3944d89
Module folder cleanup (#128)
* revmoing version from orchestration files

* removed logic for module subpath

* removed examples using "2.0" folder

* removing the '2.0' folder from modules
2019-09-24 15:35:33 -07:00
..
Pipeline Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
Policy Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
RBAC Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
Scripts Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
Tests Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
deploy.json Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00
readme.md Module folder cleanup (#128) 2019-09-24 15:35:33 -07:00

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

Additional resources