Overview
|
|
| Name |
shortlocation |
| Tag |
2026.8.26.3 |
| FullName |
br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.8.26.3 |
| Last updated |
2026-08-26 07:47:29:+00:00 |
| Created |
2026-08-26 07:47:29:+00:00 |
| Digest |
sha256:f08cf7273e8edb7ce30654f8aa872f87768505da1051f7fdfd7bf53f0553c24e |
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.26.3' = {
name: 'shortlocation${env}${version}'
params: {
}
}