Skip to content

Commit 4cc8a19

Browse files
committed
fix blocking issues
1 parent 3cd36f9 commit 4cc8a19

8 files changed

+10
-10
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3828,11 +3828,11 @@
38283828
"redirect_document_id": false
38293829
},
38303830
{
3831-
"source_path_from_root": "/articles/azure-monitor/platform/alerts-common-schema-definitions.md",
3831+
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-common-schema-definitions.md",
38323832
"redirect_url": "/azure/azure-monitor/alerts/alerts-common-schema",
38333833
"redirect_document_id": false
38343834
},
3835-
{
3835+
{
38363836
"source_path_from_root": "/articles/azure-monitor/alerts/alerts-common-schema-test-action-definitions.md",
38373837
"redirect_url": "/azure/azure-monitor/alerts/alerts-payload-samples",
38383838
"redirect_document_id": false

articles/active-directory/app-proxy/application-proxy-configure-complex-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To publish complex distributed app through Application Proxy with application se
7575

7676
5. In the External Url field, drop down the list and select the custom domain you want to use.
7777

78-
6. Add CORS Rules (optional). For more information see [Configuring CORS Rule](https://learn.microsoft.com/graph/api/resources/corsconfiguration_v2?view=graph-rest-beta).
78+
6. Add CORS Rules (optional). For more information see [Configuring CORS Rule](/graph/api/resources/corsconfiguration_v2?view=graph-rest-beta).
7979

8080
7. Select Create.
8181

articles/azure-monitor/alerts/activity-log-alerts-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information on activity log alerts, see how to [create Azure activity l
1414
For information on action groups, see how to [create action groups](./action-groups.md).
1515

1616
> [!NOTE]
17-
> You can also use the [common alert schema](./alerts-common-schema.md) for your webhook integrations. It provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor. [Learn about the common alert schema definitions](./alerts-common-schema-definitions.md)​.
17+
> You can also use the [common alert schema](./alerts-common-schema.md) for your webhook integrations. It provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor. [Learn about the common alert schema](./alerts-common-schema.md)​.
1818
1919
## Authenticate the webhook
2020

articles/azure-monitor/alerts/alerts-common-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ For sample alerts that use the common schema, including see
712712
|stage | |
713713
|communicationId | |
714714
|maintenanceId | |
715-
|isHIR | ||
716-
|version | ||
715+
|isHIR | |
716+
|version | |
717717
|status | |
718718
|submissionTimeStamp | |
719719

articles/azure-monitor/alerts/alerts-log-webhook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 2/23/2022
1313
[Log alert](alerts-log.md) supports [configuring webhook action groups](./action-groups.md#webhook). In this article, we'll describe what properties are available. Webhook actions allow you to invoke a single HTTP POST request. The service that's called should support webhooks and know how to use the payload it receives.
1414

1515
> [!NOTE]
16-
> It is recommended you use [common alert schema](../alerts/alerts-common-schema.md) for your webhook integrations. The common alert schema provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor. For log alerts rules that have a custom JSON payload defined, enabling the common alert schema reverts the payload schema to the one described [here](../alerts/alerts-common-schema-definitions.md#log-alerts). This means that if you want to have a custom JSON payload defined, the webhook can't use the common alert schema. Alerts with the common schema enabled have an upper size limit of 256 KB per alert, bigger alert will not include search results. When the search results aren't included, you should use the `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results via the Log Analytics API.
16+
> It is recommended you use [common alert schema](../alerts/alerts-common-schema.md) for your webhook integrations. The common alert schema provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor. For log alerts rules that have a custom JSON payload defined, enabling the common alert schema reverts the payload schema to the one described [here](../alerts/alerts-common-schema.md#alert-context-fields-for-log-alerts). This means that if you want to have a custom JSON payload defined, the webhook can't use the common alert schema. Alerts with the common schema enabled have an upper size limit of 256 KB per alert, bigger alert will not include search results. When the search results aren't included, you should use the `LinkToFilteredSearchResultsAPI` or `LinkToSearchResultsAPI` to access query results via the Log Analytics API.
1717
1818
## Sample payloads
1919
This section shows sample payloads for webhooks for log alerts. The sample payloads include examples when the payload is standard and when it's custom.

articles/azure-monitor/alerts/alerts-metric-near-real-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Here's the full list of Azure Monitor metric sources supported by the newer aler
140140
## Payload schema
141141

142142
> [!NOTE]
143-
> You can also use the [common alert schema](./alerts-common-schema.md), which provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor, for your webhook integrations. [Learn about the common alert schema definitions](./alerts-common-schema-definitions.md).
143+
> You can also use the [common alert schema](./alerts-common-schema.md), which provides the advantage of having a single extensible and unified alert payload across all the alert services in Azure Monitor, for your webhook integrations.​
144144
145145
The POST operation contains the following JSON payload and schema for all near newer metric alerts when an appropriately configured [action group](./action-groups.md) is used:
146146

articles/azure-monitor/alerts/alerts-processing-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You can also define filters to narrow down which specific subset of alerts are a
5959

6060
| Filter | Description|
6161
|:---|:---|
62-
Alert context (payload) | The rule applies only to alerts that contain any of the filter's strings within the [alert context](./alerts-common-schema-definitions.md#alert-context) section of the alert. This section includes fields specific to each alert type. This filter does not apply to log alert search results. |
62+
Alert context (payload) | The rule applies only to alerts that contain any of the filter's strings within the [alert context](./alerts-common-schema.md) section of the alert. This section includes fields specific to each alert type. This filter does not apply to log alert search results. |
6363
Alert rule ID | The rule applies only to alerts from a specific alert rule. The value should be the full resource ID, for example, `/subscriptions/SUB1/resourceGroups/RG1/providers/microsoft.insights/metricalerts/MY-API-LATENCY`. To locate the alert rule ID, open a specific alert rule in the portal, select **Properties**, and copy the **Resource ID** value. You can also locate it by listing your alert rules from PowerShell or the Azure CLI. |
6464
Alert rule name | The rule applies only to alerts with this alert rule name. It can also be useful with a **Contains** operator. |
6565
Description | The rule applies only to alerts that contain the specified string within the alert rule description field. |

articles/azure-monitor/alerts/alerts-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If you have received the alert, but believe some of its fields are missing or in
179179

180180
Check if the format specified at the action level is what you expect. For example, you may have developed code that responds to alerts (webhook, function, logic app, etc.), expecting one format, but later in the action you or another person specified a different format.
181181

182-
Also, check the payload format (JSON) for [activity log alerts](../alerts/activity-log-alerts-webhook.md), for [log search alerts](../alerts/alerts-log-webhook.md) (both Application Insights and log analytics), for [metric alerts](alerts-metric-near-real-time.md#payload-schema), for the [common alert schema](../alerts/alerts-common-schema-definitions.md), and for the deprecated [classic metric alerts](./alerts-webhooks.md).
182+
Also, check the payload format (JSON) for [activity log alerts](../alerts/activity-log-alerts-webhook.md), for [log search alerts](../alerts/alerts-log-webhook.md) (both Application Insights and log analytics), for [metric alerts](alerts-metric-near-real-time.md#payload-schema), for the [common alert schema](../alerts/alerts-common-schema.md), and for the deprecated [classic metric alerts](./alerts-webhooks.md).
183183

184184

185185
1. **Activity log alerts: Is the information available in the activity log?**

0 commit comments

Comments
 (0)