Skip to content

Commit 0600795

Browse files
committed
Edits2
1 parent 6b0700a commit 0600795

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

articles/app-service/tutorial-connect-msi-azure-database.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Prepare your environment for the Azure CLI.
6666
Next, create a passwordless connection with Service Connector.
6767

6868
> [!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.
7070
7171
# [Azure SQL Database](#tab/sqldatabase-sc)
7272

7373
The following Azure CLI command uses a `--client-type` parameter.
7474

7575
1. Optionally run the `az webapp connection create sql -h` to get the supported client types.
7676

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.
7878

7979
# [User-assigned managed identity](#tab/userassigned-sc)
8080

@@ -179,7 +179,7 @@ The following Azure CLI command uses a `--client-type` parameter.
179179
180180
-----
181181
182-
1. Grant permission to pre-created tables
182+
1. Grant permission to precreated tables
183183
184184
[!INCLUDE [PostgreSQL grant permission](../service-connector/includes/postgres-grant-permission.md)]
185185
@@ -239,7 +239,7 @@ Without any further changes, your code is ready to be run in Azure. To debug you
239239
240240
# [Visual Studio for macOS](#tab/macosclient)
241241
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.
243243
244244
1. Sign in to Azure CLI with the following command using your Microsoft Entra user:
245245
@@ -328,7 +328,7 @@ To grant database permissions for a Microsoft Entra group, see documentation for
328328

329329
#### I get the error `SSL connection is required. Please specify SSL options and retry`.
330330

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:
332332

333333
- [Configure TLS connectivity in Azure Database for PostgreSQL - Single Server](/azure/postgresql/security/security-tls-how-to-connect)
334334
- [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

Comments
 (0)