Skip to content

Commit

Permalink
update container registry name
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Mar 1, 2024
1 parent dbf57f0 commit 3efa497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Environments/Todo-Mongo-ACA/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module api './app/api.bicep' = {
module containerRegistry './core/host/container-registry.bicep' = {
name: 'app-container-registry'
params: {
name: containerRegistryName
name: !empty(containerRegistryName) ? containerRegistryName : '${abbrs.containerRegistryRegistries}${resourceToken}'
location: location
adminUserEnabled: containerRegistryAdminUserEnabled
tags: tags
Expand Down

0 comments on commit 3efa497

Please sign in to comment.