Skip to content

Commit ee7758c

Browse files
update ACR name
1 parent 7886a78 commit ee7758c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content-gen/infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ param enableRedundancy bool = false
101101
param enablePrivateNetworking bool = false
102102

103103
@description('Required. The existing Container Registry name (without .azurecr.io). Must contain pre-built images: content-gen-app and content-gen-api.')
104-
param acrName string = 'contentgenacrmaint'
104+
param acrName string = 'contentgencontainerreg'
105105

106106
@description('Optional. Image Tag.')
107107
param imageTag string = 'latest'

0 commit comments

Comments
 (0)