Back to Azure Resource templates index <–
![]()
Azure Batch service
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.
- storageAccountsku: The SKU of the storage account which would be hosting the Batch service. E.g. Standard LRS, Standard GRS, Standard ZRS & Premium LRS.
Output values
- storageAccountName
- batchAccountName
Compliance Advisor details
Resource Health Result
| Message | ResourceType | Severity |
|---|---|---|
| Location for the resource should not be hardcoded, it should be parameterized and should refer from Resource Group's location i.e. [resourceGroup().location] | Microsoft.Batch/batchAccounts | 2 |
| Your current API Version i.e.2020-09-01 for the resource Microsoft.Batch/batchAccounts is outdatedconsider updating to new recent version available i.e. 2022-10-01 or 2022-06-01 | Microsoft.Batch/batchAccounts | 2 |
| Diagnostic logs in Batch should be enabled | Microsoft.Batch/batchAccounts | 1 |
TemplateParameterHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your parameter as camel case, wherever possible for i.e. tagsRead More | 1 |
TemplateVariableHealthResult
| Message | Severity |
|---|---|
| It is recommended to make your variable as camel case, wherever possible for e.g. locationRead More | 1 |
| It is recommended to make your variable as camel case, wherever possible for e.g. environmentRead More | 1 |