Skip to content

Commit 873d1e7

Browse files
authored
Merge pull request #181 from microsoft/gpickett-patch-8
Update main.bicep
2 parents e0aeda1 + 2cea81a commit 873d1e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
3333
@minLength(3)
3434
@maxLength(20)
3535
@description('Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group.')
36-
param prefix string = 'macae'
36+
param prefix string = toLower(uniqueString(subscription().id, resourceGroup().location))
3737

3838
@description('Tags to apply to all deployed resources')
3939
param tags object = {}

0 commit comments

Comments
 (0)