We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1592b commit bb80f68Copy full SHA for bb80f68
infra/bicep/main.bicep
@@ -1,4 +1,4 @@
1
-var uniqueSuffix = replace(guid(subscription().subscriptionId), '-', '')
+var uniqueSuffix = substring(replace(guid(subscription().subscriptionId), '-', ''), 0, 10)
2
var location = 'eastasia'
3
4
targetScope='subscription'
0 commit comments