Skip to content

Commit

Permalink
update app config name
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Apr 22, 2024
1 parent adc1965 commit 1a47765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Environments/Todo-Mongo-AKS/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ param contentType string = ''


resource configStore 'Microsoft.AppConfiguration/configurationStores@2021-10-01-preview' = {
name: !empty(configStoreName) ? configStoreName : '${abbrs.appConfigurationConfigurationStores}-${resourceToken}'
name: !empty(configStoreName) ? configStoreName : '${abbrs.appConfigurationConfigurationStores}${resourceToken}'
location: location
sku: {
name: 'standard'
Expand Down

0 comments on commit 1a47765

Please sign in to comment.