File tree Expand file tree Collapse file tree 2 files changed +192
-119
lines changed
Expand file tree Collapse file tree 2 files changed +192
-119
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ param name string
99@description ('Primary location for all resources' )
1010param location string
1111
12- @secure ()
13- @description ('SQL Server administrator password' )
14- param databasePassword string
15-
1612param principalId string = ''
1713
1814var resourceToken = toLower (uniqueString (subscription ().id , name , location ))
@@ -30,7 +26,6 @@ module resources 'resources.bicep' = {
3026 name : name
3127 location : location
3228 resourceToken : resourceToken
33- databasePassword : databasePassword
3429 principalId : principalId
3530 }
3631}
@@ -42,4 +37,3 @@ output WEB_APP_LOG_STREAM string = resources.outputs.WEB_APP_LOG_STREAM
4237output WEB_APP_SSH string = resources .outputs .WEB_APP_SSH
4338output WEB_APP_CONNECTIONSTRINGS string = resources .outputs .WEB_APP_CONNECTIONSTRINGS
4439output WEB_APP_APPSETTINGS string = resources .outputs .WEB_APP_APPSETTINGS
45- output AZURE_KEY_VAULT_NAME string = resources .outputs .AZURE_KEY_VAULT_NAME
You can’t perform that action at this time.
0 commit comments