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/cognitive-services-limited-access.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,8 +25,8 @@ Limited Access services are made available to customers under the terms governin
25
25
26
26
The following services are Limited Access:
27
27
28
-
-[Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features and personal voice features
29
-
-[Custom Text to speech avatar](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): All features
28
+
-[Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features
29
+
-[Custom text to speech avatar](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): All features
30
30
-[Speaker Recognition](/legal/cognitive-services/speech-service/speaker-recognition/limited-access-speaker-recognition?context=/azure/ai-services/speech-service/context/context): All features
31
31
-[Face API](/legal/cognitive-services/computer-vision/limited-access-identity?context=/azure/ai-services/computer-vision/context/context): Identify and Verify features, face ID property
32
32
-[Azure AI Vision](/legal/cognitive-services/computer-vision/limited-access?context=/azure/ai-services/computer-vision/context/context): Celebrity Recognition feature
@@ -42,6 +42,7 @@ Features of these services that aren't listed above are available without regist
42
42
Submit a registration form for each Limited Access service you would like to use:
43
43
44
44
-[Custom Neural Voice](https://aka.ms/customneural): Pro features
45
+
-[Custom text to speech avatar](https://aka.ms/customneural): All features
45
46
-[Speaker Recognition](https://aka.ms/azure-speaker-recognition): All features
46
47
-[Face API](https://aka.ms/facerecognition): Identify and Verify features
47
48
-[Azure AI Vision](https://aka.ms/facerecognition): Celebrity Recognition feature
@@ -68,15 +69,6 @@ Managed customers work with Microsoft account teams. We invite you to submit a r
68
69
69
70
Existing customers have until June 30, 2023 to submit a registration form and be approved to continue using Limited Access services after June 30, 2023. We recommend allowing 10 business days for review. Without an approved application, you will be denied access after June 30, 2023.
70
71
71
-
The registration forms can be found here:
72
-
73
-
-[Custom Neural Voice](https://aka.ms/customneural): Pro features
74
-
-[Speaker Recognition](https://aka.ms/azure-speaker-recognition): All features
75
-
-[Face API](https://aka.ms/facerecognition): Identify and Verify features
76
-
-[Azure AI Vision](https://aka.ms/facerecognition): Celebrity Recognition feature
77
-
-[Azure AI Video Indexer](https://aka.ms/facerecognition): Celebrity Recognition and Face Identify features
### I'm an existing customer who applied for access to Custom Neural Voice or Speaker Recognition, do I have to register to keep using these services?
81
73
82
74
We're always looking for opportunities to improve our Responsible AI program, and Limited Access is an update to our service gating processes. If you've previously applied for and been granted access to Custom Neural Voice or Speaker Recognition, we request that you submit a new registration form to continue using these services beyond June 30, 2023.
Copy file name to clipboardExpand all lines: articles/ai-services/disable-local-auth.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ Azure AI Services provides Microsoft Entra authentication support for all resour
17
17
18
18
You can disable local authentication using the Azure policy [Cognitive Services accounts should have local authentication methods disabled](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F71ef260a-8f18-47b7-abcb-62d0673d94dc). You can set it at the subscription level or resource group level to enforce the policy for a group of services.
19
19
20
+
If you're creating an account using Bicep / ARM template, you can set the property `disableLocalAuth` to `true` to disable local authentication. For more information, see
21
+
[Microsoft.CognitiveServices accounts - Bicep, ARM template, & Terraform](/azure/templates/microsoft.cognitiveservices/accounts)
22
+
20
23
Disabling local authentication doesn't take effect immediately. Allow a few minutes for the service to block future authentication requests.
21
24
22
25
You can use PowerShell to determine whether the local authentication policy is currently enabled. First sign in with the `Connect-AzAccount` command. Then use the cmdlet **[Get-AzCognitiveServicesAccount](/powershell/module/az.cognitiveservices/get-azcognitiveservicesaccount)** to retrieve your resource, and check the property `DisableLocalAuth`. A value of `true` means local authentication is disabled.
0 commit comments