Skip to content

Commit

Permalink
fix(azure): fix postgresql auth config (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Jan 17, 2024
1 parent 79e71a6 commit 4a4757f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .azure/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ resource postgres 'Microsoft.DBforPostgreSQL/flexibleServers@2022-12-01' = {
administratorLogin: administratorLogin
administratorLoginPassword: administratorLoginPassword
storage: { storageSizeGB: 32 }
authConfig: {
activeDirectoryAuth: 'Disabled'
}
dataEncryption: {
type: 'SystemManaged'
}
Expand Down

0 comments on commit 4a4757f

Please sign in to comment.