Skip to content

Commit 8d0106b

Browse files
committed
changed wording
1 parent aac819c commit 8d0106b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/app-service-web-tutorial-connect-msi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ You're now ready to develop and debug your app with the SQL Database as the back
8989

9090
Visual Studio for Mac is not integrated with Azure AD authentication. However, the [Microsoft.Azure.Services.AppAuthentication](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication) library that you will use later can use tokens from Azure CLI. To enable development and debugging in Visual Studio, first you need to [install Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli) on your local machine.
9191

92-
Once Azure CLI is installed, sign in to Azure CLI with the following command using your Azure AD user:
92+
Once Azure CLI is installed on your local machine, sign in to Azure CLI with the following command using your Azure AD user:
9393

94-
```azurecli-interactive
94+
```bash
9595
az login --allow-no-subscriptions
9696
```
9797
You're now ready to develop and debug your app with the SQL Database as the back end, using Azure AD authentication.

0 commit comments

Comments
 (0)