Skip to content

Commit cd00d06

Browse files
committed
Addressing Docs team review feedback
1 parent ad5a5a3 commit cd00d06

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/cosmos-db/create-alerts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ This section shows how to create an alert when you receive an HTTP status code 4
3030
> [!TIP]
3131
> The scenario of alerting based on number of 429s exceeding a threshold is used here for illustration purposes. It does not mean that there is anything inherently wrong with seeing 429s on your database or container. In general, if you see 1-5% of requests with 429s in a production workload and your overall application latency is within your requirements, this is a normal and healthy sign that you are fully using the throughput (RU/s) you've provisioned. [Learn more about how to interpret and debug 429 exceptions](sql/troubleshoot-request-rate-too-large.md).
3232
33-
[Diagnose and troubleshoot Azure Cosmos DB request rate too large (429) exceptions]
34-
3533
1. Sign into the [Azure portal.](https://portal.azure.com/)
3634

3735
1. Select **Monitor** from the left-hand navigation bar and select **Alerts**.

articles/cosmos-db/how-to-alert-on-logical-partition-key-storage-size.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Follow the instructions in [Monitor Azure Cosmos DB data by using diagnostic set
9797
9898
* Select your desired **Frequency of evaluation** based on your requirements. In our example, we’ll select **1 hour**. Note this value must be less than or equal to the alert evaluation period.
9999
100-
After completing Step 5, the **Condition** section will look like the example below.
101-
102-
:::image type="content" source="media/how-to-alert-on-logical-partition-key-storage-size/alert-signal-logic.png" alt-text="Example configuration for signal logic":::
100+
After completing Step 5, the **Condition** section will look like the example below.
101+
102+
:::image type="content" source="media/how-to-alert-on-logical-partition-key-storage-size/alert-signal-logic.png" alt-text="Screenshot of an example configuration for signal logic":::
103103
104104
1. Fill out the **Actions** section:
105105
@@ -145,7 +145,7 @@ When the alert is fired, it will include:
145145
146146
For example, in the alert that was fired below, we see the logical partition of "ContosoTenant" has reached 0.78 of the 20GB logical partition storage limit, with 16GB of data in a particular database and collection.
147147
148-
:::image type="content" source="media/how-to-alert-on-logical-partition-key-storage-size/alert-when-logical-partition-key-exceeds-threshold.png" alt-text="Example alert fired when logical partition key size exceeds threshold":::
148+
:::image type="content" source="media/how-to-alert-on-logical-partition-key-storage-size/alert-when-logical-partition-key-exceeds-threshold.png" alt-text="Screenshot of an alert fired when logical partition key size exceeds threshold":::
149149
150150
## Remediation steps
151151
When the 20 GB logical partition size limit is reached, you won't be able to write any more data to that logical partition. As a result, it's recommended to rearchitect your application with a different partition key as a long-term solution.

0 commit comments

Comments
 (0)