Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa4b898

Browse files
committedMar 2, 2024
fix password typo
1 parent b4a75d9 commit aa4b898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎infra/web.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module web 'core/host/appservice.bicep' = {
4646
MYSQL_HOST: dbserverDomainName
4747
MYSQL_USER: dbserverUser
4848
MYSQL_NAME: dbserverDatabaseName
49-
MYSQL_PASSWORD: '@Microsoft.KeyVault(VaultName=${keyVaultName};SecretName=DBSERVERPASSWORD)'
49+
MYSQL_PASS: '@Microsoft.KeyVault(VaultName=${keyVaultName};SecretName=DBSERVERPASSWORD)'
5050
SECRET_KEY: '@Microsoft.KeyVault(VaultName=${keyVaultName};SecretName=SECRETKEY)'
5151
}
5252
}

0 commit comments

Comments
 (0)
Please sign in to comment.