Skip to content

Commit 06b024f

Browse files
authored
Merge pull request #123 from microsoft/gpickett-patch-4
Update main.bicep
2 parents 63527b0 + 7d17ef8 commit 06b024f

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
@@ -32,7 +32,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
3232
@minLength(3)
3333
@maxLength(20)
3434
@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.')
35-
param prefix string
35+
param prefix string = take('macaeo-${uniqueString(resourceGroup().id)}', 10)
3636

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

0 commit comments

Comments
 (0)