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
*[Register an identity app with Microsoft Entra ID](#register-an-identity-application-with-microsoft-entra-id).
22
+
*[Register an identity application with Microsoft Entra ID](#register-an-identity-application-with-microsoft-entra-id).
23
23
*[Add a client secret](#add-a-client-secret-credential).
24
-
*[Assign an `RBAC` (role-based access control) role granting your app access permissions](#add-api-permissions).
24
+
*[Assign an `RBAC` (role-based access control) role to grant access permissions to your application.](#add-api-permissions).
25
25
*[Obtain an access token](#obtain-an-access-token-with-oauth-client-credentials-flow)
26
-
*[Make a request to the Translator API](#).
26
+
*[Make a request to the Azure AI Translator API](#).
27
27
28
28
## Prerequisites
29
29
30
-
Before you make a request, you need an Azure account and an Azure AI services subscription.
30
+
Before you get started, you need an Azure account and an Azure AI services subscription.
31
31
32
-
*You need an active Azure subscription. If you don't have an Azure subscription, you can [create one for free](https://azure.microsoft.com/free/cognitive-services/).
32
+
*An active Azure subscription. If you don't have an Azure subscription, you can [create one for free](https://azure.microsoft.com/free/cognitive-services/).
33
33
34
-
* Once you have your Azure subscription, create a [Translator resource single-service global resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) in the Azure portal. [Regional endpoints](../cognitive-services-custom-subdomains.md#is-there-a-list-of-regional-endpoints) don't support Microsoft Entra authentication.
34
+
* A Azure AI Translator resource. Once you have your Azure subscription, create a [Translator single-service global resource](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextTranslation) in the Azure portal.
35
+
36
+
> [!IMPORTANT]
37
+
> [Regional endpoints](../cognitive-services-custom-subdomains.md#is-there-a-list-of-regional-endpoints) don't support Microsoft Entra authentication.
0 commit comments