Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
removing admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
Physer committed Dec 13, 2024
1 parent d59e309 commit 3b5f292
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infrastructure/modules/sql.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ param cmsIdentityPrincipalId string
param cmsIdentityTenantId string
param cmsIdentityName string
param flexibleMySqlServerLocation string = 'germanynorth'
@secure()
param sqlPassword string = newGuid()

resource mySql 'Microsoft.DBforMySQL/flexibleServers@2023-12-30' = {
name: appendHash('mysql-cms')
Expand All @@ -18,7 +16,6 @@ resource mySql 'Microsoft.DBforMySQL/flexibleServers@2023-12-30' = {
properties: {
version: '8.0.21'
administratorLogin: 'mysqladmin'
administratorLoginPassword: sqlPassword
}
}

Expand Down

0 comments on commit 3b5f292

Please sign in to comment.