Overview
|
|
| Name |
shortlocation |
| Tag |
2026.8.25.4 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.8.25.4 |
| Last updated |
2026-08-25 10:42:20:+00:00 |
| Created |
2026-08-25 10:42:20:+00:00 |
| Digest |
sha256:cf8d168bfb67768025c3779347f19cfef51cbb976756e7d3cff5d3a50e022ca7 |
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.25.4' = {
name: 'shortlocation${env}${version}'
params: {
}
}