Overview
|
|
| Name |
shortlocation |
| Tag |
2026.8.31.6 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.8.31.6 |
| Last updated |
2026-08-31 10:52:49:+00:00 |
| Created |
2026-08-31 10:52:49:+00:00 |
| Digest |
sha256:28ffee75a4959a16e9f4b79aad190f04e9aba84ed80e90a7527343c337f8e191 |
Parameters
| Name |
Type |
Required |
Description |
location |
string |
No
resourceGroup().location |
The location. |
Outputs
| Name |
Type |
Description |
shortName |
string |
|
Example
@description('The target environment.')
param env string
@description('The deployment version.')
param version string = '1.0.0.0'
module shortlocation 'br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.8.31.6' = {
name: 'shortlocation${env}${version}'
params: {
}
}