Skip to content

Commit 39cf20f

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pr/270262
2 parents 33ae0f8 + b517524 commit 39cf20f

File tree

55 files changed

+456
-148
lines changed

Some content is hidden

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

55 files changed

+456
-148
lines changed

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).
145 KB
Loading
20.9 KB
Loading

articles/ai-services/openai/how-to/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following table summarizes the current subset of metrics available in Azure
5555
| `Generated Completion Tokens` | Usage | Sum | Number of generated tokens (output) from an OpenAI model. Applies to PayGo, PTU, and PTU-manged SKUs | `ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
5656
| `Processed FineTuned Training Hours` | Usage |Sum| Number of Training Hours Processed on an OpenAI FineTuned Model | `ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
5757
| `Processed Inference Tokens` | Usage | Sum| Number of inference tokens processed by an OpenAI model. Calculated as prompt tokens (input) + generated tokens. Applies to PayGo, PTU, and PTU-manged SKUs.|`ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
58-
| `Processed Input Tokens` | Usage | Sum | Total number of prompt tokens (input) processed on an OpenAI model. Applies to PayGo, PTU, and PTU-managed SKUs.|`ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
58+
| `Processed Prompt Tokens` | Usage | Sum | Total number of prompt tokens (input) processed on an OpenAI model. Applies to PayGo, PTU, and PTU-managed SKUs.|`ApiName`, `ModelDeploymentName`,`ModelName`, `Region`|
5959
| `Provision-managed Utilization` | Usage | Average | Provision-managed utilization is the utilization percentage for a given provisioned-managed deployment. Calculated as (PTUs consumed/PTUs deployed)*100. When utilization is at or above 100%, calls are throttled and return a 429 error code. | `ModelDeploymentName`,`ModelName`,`ModelVersion`, `Region`, `StreamType`|
6060

6161
## Configure diagnostic settings

articles/aks/artifact-streaming.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ms.service: azure-kubernetes-service
77
ms.custom: devx-track-azurecli
88
ms.topic: article
99
ms.date: 11/16/2023
10+
ms.subservice: aks-nodes
1011
---
1112

1213
# Reduce image pull time with Artifact Streaming on Azure Kubernetes Service (AKS) (Preview)

articles/aks/automated-deployments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ms.author: qpetraroia
55
ms.topic: tutorial
66
ms.custom: build-2023
77
ms.date: 05/10/2023
8+
ms.subservice: aks-developer
89
author: qpetraroia
910
---
1011

articles/aks/create-node-pools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ description: Learn how to create multiple node pools for a cluster in Azure Kube
44
ms.topic: article
55
ms.custom: devx-track-azurecli, build-2023
66
ms.date: 12/08/2023
7+
ms.subservice: aks-nodes
78
---
89

910
# Create node pools for a cluster in Azure Kubernetes Service (AKS)

articles/aks/custom-node-configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: article
66
ms.date: 04/24/2023
77
ms.author: jpalma
88
author: palma21
9+
ms.subservice: aks-nodes
910
---
1011

1112
# Customize node configuration for Azure Kubernetes Service (AKS) node pools

articles/aks/dapr-migration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.author: hannahhunter
66
ms.reviewer: nigreenf
77
ms.topic: article
88
ms.date: 09/26/2023
9+
ms.subservice: aks-developer
910
ms.custom: devx-track-azurecli
1011
---
1112

articles/aks/dapr-settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: hhunter-ms
55
ms.author: hannahhunter
66
ms.topic: article
77
ms.custom: build-2023, devx-track-azurecli
8+
ms.subservice: aks-developer
89
ms.date: 06/08/2023
910
---
1011

0 commit comments

Comments
 (0)