Skip to content

Commit 80c2e0d

Browse files
committed
fixes
1 parent ec9cddf commit 80c2e0d

File tree

11 files changed

+24
-16
lines changed

11 files changed

+24
-16
lines changed

articles/ai-foundry/openai/azure-government.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Azure OpenAI in Azure Government
33
titleSuffix: Azure OpenAI
44
description: Learn how to use Azure OpenAI in the Azure Government cloud.
55
author: challenp
6+
ms.author: chaparker
67
ms.date: 6/25/2025
78
ms.service: azure-ai-openai
89
ms.topic: how-to

articles/ai-foundry/openai/concepts/assistants.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ Before using assistants, you need:
6060
- A [compatible model](../concepts/models.md#assistants-preview) deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
6161
- An [Azure AI project](../../../ai-foundry/how-to/create-projects.md) in Azure AI Foundry portal.
6262

63-
We provide a walkthrough of the Assistants playground in our [quickstart guide](../assistants-quickstart.md). This provides a no-code environment to test out the capabilities of assistants.
64-
6563
## Assistants components
6664

6765
:::image type="content" source="../media/assistants/assistants-overview.png" alt-text="A diagram showing the components of an assistant." lightbox="../media/assistants/assistants-overview.png":::
@@ -83,7 +81,7 @@ We strongly recommend the following data access controls:
8381
- Implement authorization. Before performing reads or writes on assistants, threads, messages, and files, ensure that the end-user is authorized to do so.
8482
- Restrict Azure OpenAI resource and API key access. Carefully consider who has access to Azure OpenAI resources where assistants are being used and associated API keys.
8583
- Routinely audit which accounts/individuals have access to the Azure OpenAI resource. API keys and resource level access enable a wide range of operations including reading and modifying messages and files.
86-
- Enable [diagnostic settings](../how-to/monitoring.md#configure-diagnostic-settings) to allow long-term tracking of certain aspects of the Azure OpenAI resource's activity log.
84+
- Enable [diagnostic settings](../how-to/monitor-openai.md#configure-diagnostic-settings) to allow long-term tracking of certain aspects of the Azure OpenAI resource's activity log.
8785

8886
## Parameters
8987

articles/ai-foundry/openai/concepts/provisioned-throughput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ If an acceptable region isn't available to support the desired model, version, a
116116

117117
### How can I monitor capacity?
118118

119-
The [Provisioned-Managed Utilization V2 metric](../how-to/monitoring.md#azure-openai-metrics) in Azure Monitor measures a given deployments utilization on 1-minute increments. All provisioned deployment types are optimized to ensure that accepted calls are processed with a consistent model processing time (actual end-to-end latency is dependent on a call's characteristics).
119+
The [Provisioned-Managed Utilization V2 metric](../how-to/monitor-openai.md#azure-openai-metrics) in Azure Monitor measures a given deployments utilization on 1-minute increments. All provisioned deployment types are optimized to ensure that accepted calls are processed with a consistent model processing time (actual end-to-end latency is dependent on a call's characteristics).
120120

121121
### How utilization performance works
122122

articles/ai-foundry/openai/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ sections:
303303
- question: |
304304
What are some examples or other resources I can use to learn about Assistants?
305305
answer: |
306-
See the [Conceptual](./concepts/assistants.md), [quickstart](./assistants-quickstart.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistants. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
306+
See the [Conceptual](./concepts/assistants.md), [how-to](./how-to/assistant.md) articles for information on getting started and using Assistants. You can also check out Azure OpenAI Assistants code samples on [GitHub](https://github.com/Azure-Samples/azureai-samples/tree/main/scenarios/Assistants).
307307
- name: Web app
308308
questions:
309309
- question: |

articles/ai-foundry/openai/how-to/assistant.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ An individual assistant can access up to 128 tools including [code interpreter](
6767

6868
Files can be uploaded via Studio, or programmatically. The `file_ids` parameter is required to give tools like `code_interpreter` access to files. When using the File upload endpoint, you must have the `purpose` set to `assistants` to be used with the Assistants API.
6969

70-
## Assistants playground
71-
72-
We provide a walkthrough of the Assistants playground in our [quickstart guide](../assistants-quickstart.md). This provides a no-code environment to test out the capabilities of assistants.
73-
7470
## Assistants components
7571

7672
| **Component** | **Description** |

articles/ai-foundry/openai/how-to/dynamic-quota.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ dynamic quota is less likely to be engaged for your deployment if it runs in hea
7070
## Next steps
7171

7272
* Learn more about how [quota works](./quota.md).
73-
* Learn more about [monitoring Azure OpenAI](./monitoring.md).
73+
* Learn more about [monitoring Azure OpenAI](./monitor-openai.md).
7474

7575

articles/ai-foundry/openai/how-to/latency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ We recommend measuring your overall throughput on a deployment with two measures
141141
- Calls per minute: The number of API inference calls you're making per minute. This can be measured in Azure-monitor using the Azure OpenAI Requests metric and splitting by the ModelDeploymentName
142142
- Total Tokens per minute: The total number of tokens being processed per minute by your deployment. This includes prompt & generated tokens. This is often further split into measuring both for a deeper understanding of deployment performance. This can be measured in Azure-Monitor using the Processed Inference tokens metric.
143143

144-
You can learn more about [Monitoring the Azure OpenAI](./monitoring.md).
144+
You can learn more about [Monitoring the Azure OpenAI](./monitor-openai.md).
145145

146146
## How to measure per-call latency
147147
The time it takes for each call depends on how long it takes to read the model, generate the output, and apply content filters. The way you measure the time will vary if you're using streaming or not. We suggest a different set of measures for each case.
148148

149-
You can learn more about [Monitoring the Azure OpenAI](./monitoring.md).
149+
You can learn more about [Monitoring the Azure OpenAI](./monitor-openai.md).
150150

151151
### Non-Streaming:
152152
- End-to-end Request Time: The total time taken to generate the entire response for non-streaming requests, as measured by the API gateway. This number increases as prompt and generation size increases.

articles/ai-foundry/openai/how-to/provisioned-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ You can find the utilization measure in the Azure-Monitor section for your resou
201201

202202
:::image type="content" source="../media/provisioned/azure-monitor-utilization.jpg" alt-text="Screenshot of the provisioned managed utilization on the resource's metrics blade in the Azure portal." lightbox="../media/provisioned/azure-monitor-utilization.jpg":::
203203

204-
For more information about monitoring your deployments, see the [Monitoring Azure OpenAI](./monitoring.md) page.
204+
For more information about monitoring your deployments, see the [Monitoring Azure OpenAI](./monitor-openai.md) page.
205205

206206

207207
## Handling high utilization

articles/ai-foundry/openai/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ landingContent:
5050
url: whisper-quickstart.md
5151
- text: Text to speech (preview)
5252
url: text-to-speech-quickstart.md
53-
- text: Assistants
54-
url: assistants-quickstart.md
5553
- linkListType: tutorial
5654
links:
5755
- text: Embeddings

articles/ai-foundry/openai/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Start with the [Create and deploy an Azure OpenAI resource](./how-to/create-reso
4444
- Try out the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) playgrounds to explore the capabilities of the models.
4545
- You can also just start making API calls to the service using the REST API or SDKs.
4646

47-
For example, you can try [real-time audio](./realtime-audio-quickstart.md) and [assistants](./assistants-quickstart.md) in the playgrounds or via code.
47+
For example, you can try [real-time audio](./realtime-audio-quickstart.md) in the playgrounds or via code.
4848

4949
> [!NOTE]
5050
> A Limited Access registration form is required to access some Azure OpenAI models or features. Learn more on the [Azure OpenAI Limited Access page](/azure/ai-foundry/responsible-ai/openai/limited-access).

0 commit comments

Comments
 (0)