2026.9.9.2

Overview

Name shortlocation
Tag 2026.9.9.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.9.9.2
Last updated 2026-09-09 12:50:33:+00:00
Created 2026-09-09 12:50:33:+00:00
Digest sha256:715cc38b6422de8f7616e4a5bdd53ac51741b760f9fb1618e3dd92601b7bae94

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.9.9.2' = {
    name: 'shortlocation${env}${version}'
    params: {
    }
}