Skip to content

Commit a55c982

Browse files
committed
fixes
1 parent d77c4ee commit a55c982

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/ai-foundry/model-inference/how-to/configure-entra-id.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure key-less access with Microsoft Entra ID
2+
title: Configure key-less authentication with Microsoft Entra ID
33
titleSuffix: Azure AI Foundry
44
description: Learn how to configure key-less authorization to use Azure AI model inference with Microsoft Entra ID.
55
ms.service: azure-ai-model-inference
@@ -13,7 +13,7 @@ recommendations: false
1313
zone_pivot_groups: azure-ai-models-deployment
1414
---
1515

16-
# Configure key-less access with Microsoft Entra ID
16+
# Configure key-less authentication with Microsoft Entra ID
1717

1818
::: zone pivot="ai-foundry-portal"
1919
[!INCLUDE [portal](../includes/configure-entra-id/portal.md)]

articles/ai-foundry/model-inference/includes/code-create-chat-client-entra.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ POST models/chat/completions?api-version=2024-04-01-preview
126126
Authorization: Bearer <bearer-token>
127127
Content-Type: application/json
128128
```
129-
---
130129

131130
For testing purposes, the easiest way to get a valid token for your user account is to use the Azure CLI. In a console, run the following Azure CLI command:
132131

133132
```azurecli
134133
az account get-access-token --resource https://cognitiveservices.azure.com --query "accessToken" --output tsv
135-
```
134+
```
135+
---

0 commit comments

Comments
 (0)