Back to Azure Resource templates index <–
![]()
Azure Web App Bot deployment in an existing Azure App Service Plan.
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.
- Web App must be created.
- Microsoft Application must be created.
Input values
- webAppBotName : Bot Web Application Name.
- webAppHost : Hostname of underlying Web Application.
- sku : Give sku.
- botmsaAppId : Microsoft Application ID.
- typeApplication : Type of application.
Output values
Additional information
An Azure Web app bot resource is never alone. It will always need an Web app and also require Microsoft Application registration.
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| Your current API Version i.e.2018-07-12 for the resource Microsoft.BotService/botServices is outdatedconsider updating to new recent version available i.e. 2022-09-15 or 2022-06-15-preview | Microsoft.BotService/botServices | 2 |
| To help other contributors understand the purpose of the resource, specify comments for each resource in the template | Microsoft.BotService/botServices | 1 |
| It is recommended to parameterized your tag and make it as object type | Microsoft.BotService/botServices | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your parameter as camel case, wherever possible for i.e. webappbotcustomnameRead More | 1 |
| Define default values for parameters that aren't sensitive. By specifying a default value, it's easier to deploy the template, and users of your template see an example of an appropriate value i.e. webappbotcustomnameRead More | 1 |
| It is recommended to make your parameter as camel case, wherever possible for i.e. webapphostRead More | 1 |
| It is recommended to make your parameter as camel case, wherever possible for i.e. locationRead More | 1 |
| It is recommended to add description for your parameters i.e. for skuSizeRead More | 1 |
| It is recommended to add description for your parameters i.e. for typeApplicationRead More | 1 |
TemplateVariableHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your variable as camel case, wherever possible for e.g. environmentRead More | 1 |