Skip to content

Commit ed90d0e

Browse files
committed
update preprerequisites
1 parent 34f97f9 commit ed90d0e

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

articles/ai-services/translator/how-to/microsoft-entra-id-auth.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,22 @@ This article guides you on how to create and utilize a Microsoft Entra ID identi
1919

2020
* [Set up prerequisites](#prerequisites).
2121
* [Disable key-based (local) authentication](#disable-key-authentication)
22-
* [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).
2323
* [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).
2525
* [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](#).
2727

2828
## Prerequisites
2929

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

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/).
3333

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.
3538
3639
* curl command line tool installed.
3740

0 commit comments

Comments
 (0)