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
Copy file name to clipboardExpand all lines: articles/ai-services/translator/how-to/microsoft-entra-id-auth.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,34 +54,34 @@ Before you get started, you need an Azure account and an Azure AI services subsc
54
54
55
55
To use Microsoft Entra authentication, key-based (local) authentication must be turned off. Once key access is disabled, Microsoft Entra ID becomes the sole authorization method. Your organization can choose to deactivate local authentication and mandate Microsoft Entra for Azure AI resources. If not, you can disable key authentication for specific resources following these steps in `PowerShell`:
56
56
57
-
***Connect to Azure**
57
+
1.**Connect to Azure**
58
58
59
59
```powershell
60
60
Connect-AzAccount
61
61
```
62
62
63
-
***Verify local authentication status**
63
+
1.**Verify local authentication status**
64
64
65
-
```powershell
66
-
Get-AzCognitiveServicesAccount
67
-
```
65
+
```powershell
66
+
Get-AzCognitiveServicesAccount
67
+
```
68
68
69
-
***Check that the property `DisableLocalAuth` is set to `$true` (local authentication *is* disabled)**
69
+
1.**Check that the property `DisableLocalAuth` is set to `$true` (local authentication *is* disabled)**
*You can check once more to ensure that local authentication is disabled using the [`Get-AzCognitiveServicesAccount`](/powershell/module/az.cognitiveservices/get-azcognitiveservicesaccount) cmdlet. A value of True means local authentication is disabled.
84
+
You can check once more to ensure that local authentication is disabled using the [`Get-AzCognitiveServicesAccount`](/powershell/module/az.cognitiveservices/get-azcognitiveservicesaccount) cmdlet. A value of True means local authentication is disabled.
85
85
86
86
## Register an identity application with Microsoft Entra ID
87
87
@@ -193,7 +193,7 @@ Role-based access control (Azure `RBAC`) is a security principal that enables yo
193
193
194
194
1. Choose **`Select members`**.
195
195
196
-
:::image type="content" source="../media/entra-id/add-members.png" alt-text="Screenshot of add role assignment members window.":::
196
+
:::image type="content" source="../media/entra-id/add-members.png" alt-text="Screenshot of add role assignment members window.":::
197
197
198
198
1. In the window that opens, type the name of your registered application in the search box (for example, text-translation-app). Select your application and choose the `Select` button.
0 commit comments