You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> We recommend using Service Connector instead of Service Binding to connect your app to your database. Service Binding is going to be deprecated in favor of Service Connector. For instructions, see the Service Connector tab.
78
-
79
-
1. Note the admin username and password of your Azure Database for MySQL account.
80
-
81
-
1. Connect to the server, create a database named **testdb** from a MySQL client, and then create a new non-admin account.
82
-
83
-
1. In the Azure portal, on your **Azure Spring Apps** service page, look for the **Application Dashboard**, and then select the application to bind to your Azure Database for MySQL instance. This is the same application that you updated or deployed in the previous step.
84
-
85
-
1. Select **Service binding**, and then select the **Create service binding** button.
86
-
87
-
1. Fill out the form, selecting **Azure MySQL** as the **Binding type**, using the same database name you used earlier, and using the same username and password you noted in the first step.
88
-
89
-
1. Restart the app, and this binding should now work.
90
-
91
-
1. To ensure that the service binding is correct, select the binding name, and then verify its detail. The `property` field should look like this:
0 commit comments