2026.8.25.2

Overview

Name shortlocation
Tag 2026.8.25.2
FullName br:bicepacrdevwcom.azurecr.io/bicep/modules/shortlocation:2026.8.25.2
Last updated 2026-08-25 09:48:04:+00:00
Created 2026-08-25 09:48:04:+00:00
Digest sha256:47cb2a217421340b335790aacb90f70c35fc58b83024058cc54c07c5d52dd553

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