Skip to content

Commit ccacd38

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into akamaifaq
2 parents 3b9b9de + d5003ab commit ccacd38

File tree

62 files changed

+126
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+126
-138
lines changed

articles/ai-services/cognitive-services-limited-access.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Limited Access services are made available to customers under the terms governin
2525

2626
The following services are Limited Access:
2727

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
3030
- [Speaker Recognition](/legal/cognitive-services/speech-service/speaker-recognition/limited-access-speaker-recognition?context=/azure/ai-services/speech-service/context/context): All features
3131
- [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
3232
- [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
4242
Submit a registration form for each Limited Access service you would like to use:
4343

4444
- [Custom Neural Voice](https://aka.ms/customneural): Pro features
45+
- [Custom text to speech avatar](https://aka.ms/customneural): All features
4546
- [Speaker Recognition](https://aka.ms/azure-speaker-recognition): All features
4647
- [Face API](https://aka.ms/facerecognition): Identify and Verify features
4748
- [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
6869

6970
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.
7071

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
78-
- [Azure OpenAI: [Azure OpenAI service](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOFA5Qk1UWDRBMjg0WFhPMkIzTzhKQ1dWNyQlQCN0PWcu), modified abuse monitoring, and modified content filters
79-
8072
### 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?
8173

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

articles/ai-services/disable-local-auth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Azure AI Services provides Microsoft Entra authentication support for all resour
1717

1818
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.
1919

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+
2023
Disabling local authentication doesn't take effect immediately. Allow a few minutes for the service to block future authentication requests.
2124

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

articles/ai-services/includes/quickstarts/management-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/04/2021
1212
ms.author: pafarley
1313
---
1414

15-
[Reference documentation](/dotnet/api/overview/azure/cognitiveservices/management/management-cognitiveservices(deprecated)) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices/8.0.0-preview/) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/tests)
15+
[Reference documentation](/dotnet/api/overview/azure/resourcemanager.cognitiveservices-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Azure.ResourceManager.CognitiveServices) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices/tests)
1616

1717
## C# prerequisites
1818

@@ -54,7 +54,7 @@ Build succeeded.
5454
Within the application directory, install the Azure Management client library for .NET with the following command:
5555

5656
```console
57-
dotnet add package Microsoft.Azure.Management.CognitiveServices
57+
dotnet add package Azure.ResourceManager.CognitiveServices
5858
dotnet add package Microsoft.Azure.Management.Fluent
5959
dotnet add package Microsoft.Azure.Management.ResourceManager.Fluent
6060
```
@@ -65,7 +65,7 @@ If you're using the Visual Studio IDE, the client library is available as a down
6565

6666
Open *program.cs* and add the following `using` statements to the top of the file:
6767

68-
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource.cs?name=snippet_using)]
68+
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource_preview.cs?name=snippet_using)]
6969

7070
## Authenticate the client
7171

articles/ai-services/openai/concepts/use-your-image-data.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,9 @@ When you remove a data source, you'll see a warning message. Removing a data sou
190190
191191
## Next steps
192192

193-
You can also chat on Azure OpenAI text models. See [Use your text data](./use-your-data.md) for more information.
193+
- You can also chat on Azure OpenAI text models. See [Use your text data](./use-your-data.md) for more information.
194+
- Or, use GPT-4 Turbo with Vision in a chat scenario by following the [quickstart](../gpt-v-quickstart.md).
195+
- [GPT-4 Turbo with Vision frequently asked questions](../faq.yml#gpt-4-turbo-with-vision)
196+
- [GPT-4 Turbo with Vision API reference](https://aka.ms/gpt-v-api-ref)
197+
198+

articles/ai-services/openai/gpt-v-quickstart.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ zone_pivot_groups: openai-quickstart-gpt-v
2626
[!INCLUDE [REST API quickstart](includes/gpt-v-rest.md)]
2727

2828
::: zone-end
29+
30+
## Next steps
31+
32+
* Learn more about these APIs in the [GPT-4 Turbo with Vision how-to guide](./gpt-v-quickstart.md)
33+
* [GPT-4 Turbo with Vision frequently asked questions](./faq.yml#gpt-4-turbo-with-vision)
34+
* [GPT-4 Turbo with Vision API reference](https://aka.ms/gpt-v-api-ref)

articles/ai-services/openai/includes/gpt-v-rest.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,4 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
189189
- [Azure portal](../../multi-service-resource.md?pivots=azportal#clean-up-resources)
190190
- [Azure CLI](../../multi-service-resource.md?pivots=azcli#clean-up-resources)
191191

192-
## Next steps
193192

194-
* Learn more in the [Azure OpenAI overview](../overview.md).

articles/ai-services/openai/includes/gpt-v-studio.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,3 @@ If you want to clean up and remove an Azure OpenAI resource, you can delete the
100100

101101
- [Azure portal](../../multi-service-resource.md?pivots=azportal#clean-up-resources)
102102
- [Azure CLI](../../multi-service-resource.md?pivots=azcli#clean-up-resources)
103-
104-
## Next steps
105-
106-
* Learn more in the [Azure OpenAI overview](../overview.md).

articles/virtual-machines/auto-shutdown-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Auto-shutdown a VM
33
description: Learn how to set up auto-shutdown for VMs in Azure.
4-
author: ericd-mst-github
5-
ms.author: erd
4+
author: ju-shim
5+
ms.author: jushiman
66
ms.service: virtual-machines
77
ms.topic: tutorial
88
ms.custom: mvc, devx-track-azurecli

articles/virtual-machines/automatic-extension-upgrade.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ ms.service: virtual-machines
55
ms.subservice: extensions
66
ms.workload: infrastructure
77
ms.topic: how-to
8-
ms.reviewer: erd
8+
ms.reviewer: jushiman
99
ms.date: 11/7/2023
1010
ms.custom: devx-track-azurepowershell
11-
1211
---
1312

1413
# Automatic Extension Upgrade for VMs and Scale Sets in Azure

articles/virtual-machines/boot-integrity-monitoring-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Boot integrity monitoring overview
33
description: How to use the guest attestation extension to secure boot your VM. How to handle traffic blocking.
44
author: Howie425
55
ms.author: howieasmerom
6-
ms.reviewer: erd
6+
ms.reviewer: jushiman
77
ms.service: virtual-machines
88
ms.subservice: trusted-launch
9-
ms.topic: conceptual
9+
ms.topic: conceptual
1010
ms.date: 11/06/2023
11-
ms.custom: template-concept
11+
ms.custom: template-concept
1212
---
1313

1414
# Boot integrity monitoring overview

0 commit comments

Comments
 (0)