You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/microsoft-azure/azure-open-ai.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -148,8 +148,8 @@ import CreateMonitors from '../../reuse/apps/create-monitors.md';
148
148
These alerts are metric-based and will work for all Azure Storage.
149
149
150
150
| Alert Name | Alert Description and Conditions | Alert Condition | Recover Condition |
151
-
|:--|:--|:--|:--|
152
-
|`Azure OpenAI - Availability`| This alert is triggered when the availability of the resource drops below 100%. | Count < 100 | Count = 100 |
151
+
|:--|:--|:--|:------------------|
152
+
|`Azure OpenAI - Availability`| This alert is triggered when the availability of the resource drops below 100%. | Count < 100 | Count > = 100|
153
153
|`Azure OpenAI - Processed Inference Tokens`| This alert is triggered when inference token consumption crosses the value of 1000000 tokens. | Count > 1000000 | Count < = 1000000 |
154
154
155
155
## Upgrade/Downgrade the Azure OpenAI app (optional)
0 commit comments