Skip to content

Commit afb7a26

Browse files
authored
Update Metrics Advisor Readme (Azure#14028)
1 parent 2833636 commit afb7a26

File tree

1 file changed

+1
-1
lines changed
  • sdk/metricsadvisor/ai-metrics-advisor

1 file changed

+1
-1
lines changed

sdk/metricsadvisor/ai-metrics-advisor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ API key authorization is used in most of the examples, but you can also authenti
8686
npm install @azure/identity
8787
```
8888

89-
To authenticate using a service principal, you will also need to register an AAD application and grant access to Form Recognizer by assigning the "Cognitive Services User" role to your service principal (note: other roles such as "Owner" will not grant the necessary permissions, only "Cognitive Services User" will suffice to run the examples and the sample code).
89+
To authenticate using a service principal, you will also need to register an AAD application and grant access to Metrics Advisor by assigning the "Cognitive Services User" role to your service principal (note: other roles such as "Owner" will not grant the necessary permissions, only "Cognitive Services User" will suffice to run the examples and the sample code).
9090

9191
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET.
9292
We also support Authentication by Azure Active Directoty Credential. You will need the Azure Tenant ID, Azure Client ID and Azure Client Secret as environment variables.

0 commit comments

Comments
 (0)