Skip to content

Commit 4322978

Browse files
committed
fixes
1 parent cef788f commit 4322978

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/openai/how-to/spillover-traffic-management.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Since spillover uses a combination of provisioned and standard deployments to ma
3939

4040
# [Azure AI Foundry portal](#tab/portal)
4141

42-
To deploy a model with the spillover capability, navigate to the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). On the left nativation menu, then select **Deployments**.
42+
To deploy a model with the spillover capability, navigate to the [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs). On the left navigation menu, then select **Deployments**.
4343

4444

4545
Select **Deploy model**. In the menu that appears, select **Customize**.
@@ -89,7 +89,7 @@ Since the spillover capability relies on a combination of provisioned and standa
8989

9090
The following Azure Monitor metrics chart provides an example of the split of requests between the primary provisioned deployment and the spillover standard deployment when spillover is initiated. To create a chart, navigate to your resource in the [Azure portal](https://ai.azure.com/?cid=learnDocs).
9191

92-
1. Select **Montioring** > **metrics** from the left navigation menu.
92+
1. Select **Monitoring** > **metrics** from the left navigation menu.
9393

9494
1. Add the `Azure OpenAI Requests` requests metric.
9595

@@ -99,14 +99,14 @@ The following Azure Monitor metrics chart provides an example of the split of re
9999

100100
:::image type="content" source="../media/provisioned/add-splitting.png" alt-text="A screenshot showing the menu for adding splits in the Azure portal." lightbox="../media/provisioned/add-splitting.png":::
101101

102-
The following example show an instance where a spike in requests sent to the provisioned throughput deployment generates `429` error codes. Shortly after, spillover occurs and requests begin to be sent to the pay-as-you-go deployment being used for spillover, generating `200` responses for that deployment.
102+
The following example shows an instance where a spike in requests sent to the provisioned throughput deployment generates `429` error codes. Shortly after, spillover occurs and requests begin to be sent to the pay-as-you-go deployment being used for spillover, generating `200` responses for that deployment.
103103

104104

105105
:::image type="content" source="../media/provisioned/spillover-chart-simplified.png" alt-text="A screenshot showing the metrics for a basic spillover example in the Azure portal." lightbox="../media/provisioned/spillover-chart-simplified.png":::
106106

107107
> [!NOTE]
108108
> As requests are sent to the pay-as-you-go deployment, they still will generate 429 response codes on the provisioned deployment before being redirected.
109-
> :::image type="content" source="../media/provisioned/spillover-chart-errors.png" alt-text="A screenshot showing the the response codes from a provisioned deployment." lightbox="../media/provisioned/spillover-chart-errors.png":::
109+
> :::image type="content" source="../media/provisioned/spillover-chart-errors.png" alt-text="A screenshot showing the response codes from a provisioned deployment." lightbox="../media/provisioned/spillover-chart-errors.png":::
110110
111111
### Viewing spillover metrics
112112

0 commit comments

Comments
 (0)