Back to Azure Resource templates index <–
![]()
Azure App Service plan deployment creates an Azure App Service Plan using Linux Operating System.
Template Locations
Infrastructure As Code Advisor (Beta)
WAF-compliance
The WAF-compliance advisor validates templates based on the Well Architected Framework practices. Every day a GitHub Action updates the templates compliance data and lists the recomendations.
Sustainbility Advisor
The sustainability advisor is based on the Sogeti Cloud Reference Architecture with sustainble practices. These sustainble practices cover application code, cloud infrastructures and data. The global Sogeti community is continously evolving the sustainble practices and every day new and tuned are added. For cloud infrastructures the sustainble practices are automatically validated and reported below.
note: when 100% it can be that there is no sustainble practices yet for this Cloud infrastructure.
Online documentation
Template reference
Service description
Requirements
- Resource group must been created with a valid name and location.
Input values
- tagBillingIdentifier: Cost Center.
- PricingTier : B=Basic(max 3 instances), S=Standard (max 10 instances), P=Premium (max 20 instances).
Output values
- aspName: Name.
- aspResourceID: aspResourceID
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| It is recommended to use serverless options wherever possible, which scales your environment when needed rather having a dedicated environment. This will minimize the need for constant hardware allocation | Microsoft.Web/serverfarms | 2 |
| Your current API Version i.e.2016-03-01 for the resource Microsoft.Web/serverfarms is outdatedconsider updating to new recent version available i.e. 2022-09-01 or 2022-03-01 | Microsoft.Web/serverfarms | 2 |
| It is recommended to implement auto scaling for your service plan, this will scale hardware when needed if traffic grows. So, you don’t have to procure additional hardware in future | Microsoft.Web/serverfarms | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your parameter as camel case, wherever possible for i.e. locationRead More | 1 |
TemplateVariableHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your variable as camel case, wherever possible for e.g. environmentRead More | 1 |
| It is recommended to make your variable as camel case, wherever possible for e.g. skuRead More | 1 |
Sustainable Advisor details
| Message | ResourceType | Severity |
|---|---|---|
| It is recommended to use serverless options wherever possible, which scales your environment when needed rather having a dedicated environment. This will minimize the need for constant hardware allocation | Microsoft.Web/serverfarms | 2 |
| It is recommended to implement auto scaling for your service plan, this will scale hardware when needed if traffic grows. So, you don’t have to procure additional hardware in future | Microsoft.Web/serverfarms | 1 |