diff --git a/docs/azure_jumpstart_ag/contoso_supermarket/troubleshooting/_index.md b/docs/azure_jumpstart_ag/contoso_supermarket/troubleshooting/_index.md index 0ede89a1f2..701efb5c5c 100644 --- a/docs/azure_jumpstart_ag/contoso_supermarket/troubleshooting/_index.md +++ b/docs/azure_jumpstart_ag/contoso_supermarket/troubleshooting/_index.md @@ -75,7 +75,7 @@ Follow the below steps to address this permissions error. - In the [Azure portal](https://portal.azure.com/), locate the ADX cluster deployed in the resource group and open. - Click on _Query_ under Data, select the _Orders_ database, and enter the Kusto query as shown below to grant user access to the _Orders_ database. Replace the user principal with the correct principal to grant permissions. - ```kusto + ```shell .add database Orders users ('msauser=xyz@hotmail.com') 'XYZ (hotmail.com)' ```