Skip to content

Commit

Permalink
disable local auth for app config
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Jun 18, 2024
1 parent 034824b commit 4fa4ab7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Environments/Todo-Mongo-AKS-LA/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ resource configStore 'Microsoft.AppConfiguration/configurationStores@2021-10-01-
sku: {
name: 'standard'
}
properties: {
disableLocalAuth: true
}
}

resource configStoreKeyValue 'Microsoft.AppConfiguration/configurationStores/keyValues@2021-10-01-preview' = {
Expand Down
3 changes: 3 additions & 0 deletions Environments/Todo-Mongo-AKS/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ resource configStore 'Microsoft.AppConfiguration/configurationStores@2021-10-01-
sku: {
name: 'standard'
}
properties: {
disableLocalAuth: true
}
}

resource configStoreKeyValue 'Microsoft.AppConfiguration/configurationStores/keyValues@2021-10-01-preview' = {
Expand Down

0 comments on commit 4fa4ab7

Please sign in to comment.