You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using AzSK ARM Template Checker to define controls on the ARM templates that are created for building discrete components in Azure.
The AzSK ARM Template Checker expects that the App Service Plan and the App Service is deployed with a single template, and hence extends certain App Service controls to Microsoft.Web/serverFarms which otherwise are specific for app services. This is a challenge when you want to validate independent resources (say an app service plan alone).
Example App Service specific ControlIDs that should NOT extend to Microsoft.Web.serverFarms
I am using AzSK ARM Template Checker to define controls on the ARM templates that are created for building discrete components in Azure.
The AzSK ARM Template Checker expects that the App Service Plan and the App Service is deployed with a single template, and hence extends certain App Service controls to Microsoft.Web/serverFarms which otherwise are specific for app services. This is a challenge when you want to validate independent resources (say an app service plan alone).
Example App Service specific ControlIDs that should NOT extend to Microsoft.Web.serverFarms
Here is my simple App Service Plan resource in the template:
The text was updated successfully, but these errors were encountered: