Skip to content

Commit a3ec267

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into mrb_03_26_2024_llm_guide
2 parents e3d3784 + 85665d4 commit a3ec267

File tree

762 files changed

+4811
-2927
lines changed

Some content is hidden

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

762 files changed

+4811
-2927
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,6 +1330,7 @@
13301330
"articles/spatial-anchors/.openpublishing.redirection.spatial-anchors.json",
13311331
"articles/spring-apps/.openpublishing.redirection.spring-apps.json",
13321332
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
1333+
"articles/storage/.openpublishing.redirection.storage.json",
13331334
"articles/storsimple/.openpublishing.redirection.storsimple.json",
13341335
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
13351336
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",

articles/advisor/advisor-alerts-bicep.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: Create Azure Advisor alerts for new recommendations using Bicep
33
description: Learn how to set up an alert for new recommendations from Azure Advisor using Bicep.
4-
author: orspod
54
ms.topic: quickstart
6-
ms.author: orspodek
75
ms.custom: subject-armqs, mode-arm, devx-track-bicep
86
ms.date: 04/26/2022
97
---

articles/advisor/advisor-azure-resource-graph.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Advisor data in Azure Resource Graph
33
description: Make queries for Advisor data in Azure Resource Graph
4-
author: orspod
54
ms.topic: article
65
ms.date: 03/12/2020
7-
ms.author: orspodek
8-
96
---
107

118
# Query for Advisor data in Resource Graph Explorer (Azure Resource Graph)

articles/advisor/advisor-quick-fix.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
title: Quick Fix remediation for Advisor recommendations
33
description: Perform bulk remediation using Quick Fix in Advisor
4-
author: orspod
54
ms.topic: article
65
ms.date: 03/13/2020
7-
ms.author: orspodek
8-
96
---
107

118
# Quick Fix remediation for Advisor

articles/advisor/advisor-recommendations-digest.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
32
title: Recommendation digest for Azure Advisor
43
description: Get periodic summary for your active recommendations
5-
author: orspod
64
ms.topic: article
75
ms.date: 03/16/2020
8-
ms.author: orspodek
9-
106
---
117

128
# Configure periodic summary for recommendations

articles/ai-services/cognitive-services-virtual-networks.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: azure-ai-services
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
ms.topic: how-to
11-
ms.date: 02/13/2024
11+
ms.date: 03/25/2024
1212
ms.author: aahi
1313
---
1414

@@ -595,11 +595,21 @@ curl -i -X PATCH https://management.azure.com$rid?api-version=2023-10-01-preview
595595
'
596596
```
597597

598-
To revoke the exception, set `networkAcls.bypass` to `None`.
599-
600598
> [!NOTE]
601599
> The trusted service feature is only available using the command line described above, and cannot be done using the Azure portal.
602600
601+
To revoke the exception, set `networkAcls.bypass` to `None`.
602+
603+
To verify if the trusted service has been enabled from the Azure portal,
604+
605+
1. Use the **JSON View** from the Azure OpenAI resource overview page
606+
607+
:::image type="content" source="media/vnet/azure-portal-json-view.png" alt-text="A screenshot showing the JSON view option for resources in the Azure portal." lightbox="media/vnet/azure-portal-json-view.png":::
608+
609+
1. Choose your latest API version under **API versions**. Only the latest API version is supported, `2023-10-01-preview` .
610+
611+
:::image type="content" source="media/vnet/virtual-network-trusted-service.png" alt-text="A screenshot showing the trusted service is enabled." lightbox="media/vnet/virtual-network-trusted-service.png":::
612+
603613
### Pricing
604614

605615
For pricing details, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link).

articles/ai-services/computer-vision/includes/setup-sdk/cpp-linux.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
author: PatrickFarley
33
ms.service: azure-ai-vision
4+
ms.custom: linux-related-content
45
ms.topic: include
56
ms.date: 08/01/2023
67
ms.author: pafarley
@@ -99,4 +100,4 @@ The folder `/usr/lib/azure-ai-vision` contains several shared object libraries (
99100
```
100101
libAzure-AI-Vision-Native.so
101102
libAzure-AI-Vision-Extension-Image.so
102-
```
103+
```

articles/ai-services/computer-vision/includes/setup-sdk/cpp-requirements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
author: PatrickFarley
33
ms.service: azure-ai-vision
4+
ms.custom: linux-related-content
45
ms.topic: include
56
ms.date: 08/01/2023
67
ms.author: pafarley

articles/ai-services/computer-vision/includes/setup-sdk/cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
author: PatrickFarley
33
ms.service: azure-ai-vision
4+
ms.custom: linux-related-content
45
ms.topic: include
56
ms.date: 08/01/2023
67
ms.author: pafarley

articles/ai-services/computer-vision/includes/setup-sdk/csharp-requirements.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
author: PatrickFarley
33
ms.service: azure-ai-vision
4+
ms.custom: linux-related-content
45
ms.topic: include
56
ms.date: 08/01/2023
67
ms.author: pafarley

0 commit comments

Comments
 (0)