Skip to content

Commit 75ae6ac

Browse files
SUMO-269544 | Apoorv | Fix. minor change bracket added
1 parent 25f8f77 commit 75ae6ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/microsoft-azure/azure-open-ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ import CreateMonitors from '../../reuse/apps/create-monitors.md';
148148
These alerts are metric-based and will work for all Azure Storage.
149149

150150
| 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 |
153153
| `Azure OpenAI - Processed Inference Tokens` | This alert is triggered when inference token consumption crosses the value of 1000000 tokens. | Count > 1000000 | Count < = 1000000 |
154154

155155
## Upgrade/Downgrade the Azure OpenAI app (optional)

0 commit comments

Comments
 (0)