vdc/Modules/AzureBastion/2.0
Jorge Cotillo e514547774 Jcotillo/ntier iaas v2 (#109)
* 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
2019-08-23 22:31:50 -07:00
..
Pipeline Modularization of Virtual Machine templates (#101) 2019-08-15 22:40:53 -07:00
Policy Modularization of Virtual Machine templates (#101) 2019-08-15 22:40:53 -07:00
RBAC Modularization of Virtual Machine templates (#101) 2019-08-15 22:40:53 -07:00
Scripts Jcotillo/ntier iaas v2 (#109) 2019-08-23 22:31:50 -07:00
Tests Modularization of Virtual Machine templates (#101) 2019-08-15 22:40:53 -07:00
deploy.json Jcotillo/ntier iaas v2 (#109) 2019-08-23 22:31:50 -07:00
readme.md Modularization of Virtual Machine templates (#101) 2019-08-15 22:40:53 -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