Skip to content

Commit cbce72b

Browse files
committed
resolve comments, 260205
1 parent 0c6b14f commit cbce72b

9 files changed

Lines changed: 8 additions & 14 deletions

articles/azure-app-configuration/concept-geo-replication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To add once these links become available:
4141

4242
## Cost and billing
4343

44-
Each replica created will add extra charges. Reference the [App Configuration pricing page](https://azure.microsoft.com/pricing/details/app-configuration/) for details. As an example, if your origin is a standard tier configuration store and you have five replicas, you would be charged the rate of six standard tier configuration stores for your system, but each of your replica's isolated quota and requests are included in this charge.
44+
Each replica created will add extra charges. Reference the [App Configuration pricing page](https://azure.microsoft.com/pricing/details/app-configuration/) for details. As an example, if your origin is a standard tier configuration store and you have five replicas, you would be charged the rate of six standard tier configuration stores for your system, but each of your replica's isolated quotas and requests are included in this charge.
4545

4646
## Monitoring
4747

articles/azure-app-configuration/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ sections:
184184
185185
- question: Why can't I create an App Configuration store with the same name as one that I just deleted?
186186
answer: |
187-
All App Configuration stores in the Standard and Premium tiers have automatically enabled the [soft-delete](concept-soft-delete.md) feature. When a Standard or Premium tier App Configuration store is deleted, its name is reserved for the retention period. To recreate a store with the same name before the retention period expires, you need to [purge the soft-deleted store](howto-recover-deleted-stores-in-azure-app-configuration.md#list-recover-or-purge-a-soft-deleted-app-configuration-store) first, provided the store doesn't have purge protection enabled. If the purge protection is enabled, you must wait for the retention period to elapse. Use the purge function or set a shorter retention period if you often need to recreate a store with the same name. Workflows that require recreating a store with the same name should allow for one hour between purging a configuration store and performing the subsequent create. This recommendation is in place because once a purge is requested the actual cleanup of configuration store resources is performed asynchronously, requiring a bit of extra time to finalize. To avoid any need to wait, workflows that create ephemeral configuration stores are recommended to use unique names.
187+
All App Configuration stores in the Standard and Premium tiers have automatically enabled the [soft-delete](concept-soft-delete.md) feature. When a Standard or Premium tier App Configuration store is deleted, its name is reserved for the retention period. To recreate a store with the same name before the retention period expires, you need to [purge the soft-deleted store](howto-recover-deleted-stores-in-azure-app-configuration.md#list-recover-or-purge-a-soft-deleted-app-configuration-store) first, provided the store doesn't have purge protection enabled. If the purge protection is enabled, you must wait for the retention period to elapse. Use the purge function or set a shorter retention period if you often need to recreate a store with the same name. Workflows that require recreating a store with the same name should allow for one hour between purging a configuration store and performing the subsequent create. This recommendation is in place because, once a purge is requested, the actual cleanup of configuration store resources is performed asynchronously, requiring a bit of extra time to finalize. To avoid any need to wait, workflows that create ephemeral configuration stores are recommended to use unique names.
188188
189189
- question: How can I restore an App Configuration store that I deleted mistakenly?
190190
answer: |
67 KB
Loading
-240 KB
Loading
29.4 KB
Loading
-18.6 KB
Loading
10.5 KB
Loading
6.12 KB
Loading

articles/azure-app-configuration/monitor-app-configuration.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Metrics for your App Configuration store are collected automatically, no manual
2323
### Metrics overview
2424
In the Azure portal, navigate to your App Configuration store. The **Overview** blade displays key usage metrics, including the total number of requests over the time and the average request duration.
2525

26-
> [!div class="mx-imgBorder"]
27-
> ![Monitoring on the Overview Page](./media/monitoring-overview-page.png)
26+
:::image type="content" source="./media/monitoring-overview-page.png" alt-text="Screenshot showing the monitoring metrics on the Overview page." lightbox="./media/monitoring-overview-page.png":::
2827

2928
### Metrics analysis
3029

@@ -42,8 +41,7 @@ The following list summarizes all metrics collected for App Configuration.
4241

4342
Select the **Metric** name and the **Aggregation** type. The following screenshot shows a **Sum** of **HTTP Incoming Request Count** for an App Configuration store.
4443

45-
> [!div class="mx-imgBorder"]
46-
> ![How to use App Config Metrics](./media/monitoring/analyze-metrics.png)
44+
:::image type="content" source="./media/monitoring/analyze-metrics.png" alt-text="Screenshot showing how to use App Configuration metrics in Azure portal." lightbox="./media/monitoring/analyze-metrics.png":::
4745

4846
For more information about App Configuration metrics, see [supported metrics for Microsoft.AppConfiguration/configurationStores](/azure/azure-monitor/reference/supported-metrics/microsoft-appconfiguration-configurationstores-metrics).
4947

@@ -70,13 +68,11 @@ Resource Logs (including audit logs and HTTP request logs) aren't collected and
7068
1. Navigate to your App Configuration store.
7169

7270
1. In the **Monitoring** section, select **Diagnostic settings**, then select **+Add diagnostic setting**.
73-
> [!div class="mx-imgBorder"]
74-
> ![Add a diagnostic setting](./media/diagnostic-settings-add.png)
71+
:::image type="content" source="./media/diagnostic-settings-add.png" alt-text="Screenshot showing how to add a diagnostic setting." lightbox="./media/diagnostic-settings-add.png":::
7572

7673
1. In the **Diagnostic setting** page, enter a name for your setting, then select the log categories you want to collect (such as **HTTP Requests** or **Audit**) and choose the destination to send your logs to. Available destinations include Log Analytics workspace, storage account, and event hub. We recommend using Log Analytics workspace. To send them to a Log Analytics workspace, choose **Send to Log Analytics workspace**.
7774

78-
> [!div class="mx-imgBorder"]
79-
> ![Details of the diagnostic settings](./media/monitoring-diagnostic-settings-details.png)
75+
:::image type="content" source="./media/monitoring-diagnostic-settings-details.png" alt-text="Screenshot showing the details of the diagnostic settings page." lightbox="./media/monitoring-diagnostic-settings-details.png":::
8076

8177
1. Enter the name of your **Subscription** and **Log Analytics workspace**.
8278
1. Select **Save** and verify that the Diagnostic settings page now lists your new diagnostic setting.
@@ -128,8 +124,7 @@ For more information on creating a diagnostic setting using the Azure portal, CL
128124
#### Audit Log
129125
In the portal, navigate to **Monitoring** > **Logs**, and then go to the query editor. Expand **Tables** and select **AACAudit** to see the audit logs of your configuration store. Select **KQL mode**, enter a Kusto query into the editor, and results are displayed below.
130126
131-
> [!div class="mx-imgBorder"]
132-
> ![Audit log](./media/monitoring/monitoring-audit-log.png)
127+
:::image type="content" source="./media/monitoring/monitoring-audit-log.png" alt-text="Screenshot showing the audit log query results." lightbox="./media/monitoring/monitoring-audit-log.png":::
133128
134129
The following queries are samples that you can use to help you monitor your App Configuration resource through audit logs.
135130
@@ -142,8 +137,7 @@ The following queries are samples that you can use to help you monitor your App
142137
#### HTTP request log
143138
In the portal, navigate to **Monitoring** > **Logs**, and then go to the query editor. Expand **Tables** and select **AACHttpRequest** to see the HTTP request logs of your configuration store. Select **KQL mode**, enter a Kusto query into the editor, and results are displayed below.
144139
145-
> [!div class="mx-imgBorder"]
146-
> ![Writing kusto queries in our logs](./media/monitoring/monitoring-http-request-log.png)
140+
:::image type="content" source="./media/monitoring/monitoring-http-request-log.png" alt-text="Screenshot showing the HTTP request log query results." lightbox="./media/monitoring/monitoring-http-request-log.png":::
147141
148142
Following are sample queries that you can use to help you monitor your App Configuration resource through HTTP request logs.
149143

0 commit comments

Comments
 (0)