Skip to content

Commit 376c3da

Browse files
committed
Fix MySQL deployment issue
1 parent ddd734a commit 376c3da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@
148148
"endIpAddress": "0.0.0.0"
149149
},
150150
"dependsOn": [
151-
"[resourceId('Microsoft.DBforMySQL/servers', variables('mySQLName'))]"
151+
"[resourceId('Microsoft.DBforMySQL/servers', variables('mySQLName'))]",
152+
"[resourceId('Microsoft.DBforMySQL/servers/databases', variables('mySQLName'), variables('mySQLDatabaseName'))]"
152153
]
153154
}
154155
]

0 commit comments

Comments
 (0)