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
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-connect-msi-azure-database.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,15 +66,15 @@ Prepare your environment for the Azure CLI.
66
66
Next, create a passwordless connection with Service Connector.
67
67
68
68
> [!TIP]
69
-
> The Azure portal can help you compose the commands below. In the Azure portal, go to your [Azure App Service](../service-connector/quickstart-portal-app-service-connection.md) resource, select **Service Connector** from the left menu, and select **Create**. Fill out the form with all required parameters. Azure automatically generates the connection creation command, which you can copy to use in the CLI or execute in Azure Cloud Shell.
69
+
> The Azure portal can help you compose the following commands. In the Azure portal, go to your [Azure App Service](../service-connector/quickstart-portal-app-service-connection.md) resource, select **Service Connector** from the left menu, and select **Create**. Fill out the form with all required parameters. Azure automatically generates the connection creation command, which you can copy to use in the CLI or execute in Azure Cloud Shell.
70
70
71
71
# [Azure SQL Database](#tab/sqldatabase-sc)
72
72
73
73
The following Azure CLI command uses a `--client-type` parameter.
74
74
75
75
1. Optionally run the `az webapp connection create sql -h` to get the supported client types.
76
76
77
-
1. Choose a client type and run the corresponding command. Replace the placeholders below with your own information.
77
+
1. Choose a client type and run the corresponding command. Replace the following placeholders with your own information.
@@ -179,7 +179,7 @@ The following Azure CLI command uses a `--client-type` parameter.
179
179
180
180
-----
181
181
182
-
1. Grant permission to pre-created tables
182
+
1. Grant permission to precreated tables
183
183
184
184
[!INCLUDE [PostgreSQL grant permission](../service-connector/includes/postgres-grant-permission.md)]
185
185
@@ -239,7 +239,7 @@ Without any further changes, your code is ready to be run in Azure. To debug you
239
239
240
240
# [Visual Studio for macOS](#tab/macosclient)
241
241
242
-
1. Visual Studio for Mac is *not* integrated with Microsoft Entra authentication. However, the Azure Identity client library that you'll use later can also retrieve tokens from Azure CLI. To enable development and debugging in Visual Studio, [install Azure CLI](/cli/azure/install-azure-cli) on your local machine.
242
+
1. Visual Studio for Mac *isn't* integrated with Microsoft Entra authentication. However, the Azure Identity client library that you'll use later can also retrieve tokens from Azure CLI. To enable development and debugging in Visual Studio, [install Azure CLI](/cli/azure/install-azure-cli) on your local machine.
243
243
244
244
1. Sign in to Azure CLI with the following command using your Microsoft Entra user:
245
245
@@ -328,7 +328,7 @@ To grant database permissions for a Microsoft Entra group, see documentation for
328
328
329
329
#### I get the error `SSL connection is required. Please specify SSL options and retry`.
330
330
331
-
Connecting to the Azure database requires additional settings and is beyond the scope of this tutorial. For more information, see one of the following links:
331
+
Connecting to the Azure database requires more settings and is beyond the scope of this tutorial. For more information, see one of the following links:
332
332
333
333
-[Configure TLS connectivity in Azure Database for PostgreSQL - Single Server](/azure/postgresql/security/security-tls-how-to-connect)
334
334
-[Configure SSL connectivity in your application to securely connect to Azure Database for MySQL](/azure/mysql/flexible-server/security-tls-how-to-connect)
0 commit comments