Skip to content

Commit 7c3d099

Browse files
committed
Fix tables
1 parent 6fd1963 commit 7c3d099

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/azure-monitor/alerts/action-groups.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Global requests from clients can be processed by action group services in any re
5959
1. Select **OK**.
6060
1. Configure actions. Select **Next: Actions**. or select the **Actions** tab at the top of the page.
6161
1. Define a list of actions to trigger when an alert is triggered. Select an action type and enter a name for each action.
62+
6263
|Action type|Details |
6364
|---------|---------|
6465
|Automation Runbook|For information about limits on Automation runbook payloads, see [Automation limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#automation-limits). |
@@ -68,11 +69,17 @@ Global requests from clients can be processed by action group services in any re
6869
|Logic apps |You can use [Azure Logic Apps](../../logic-apps/logic-apps-overview.md) to build and customize workflows for integration and to customize your alert notifications.|
6970
|Secure webhook|When you use a secure webhook action, you must use Microsoft Entra ID to secure the connection between your action group and your endpoint, which is a protected web API. See [Configure authentication for Secure webhook](#configure-authentication-for-secure-webhook). Secure webhook doesn't support basic authentication. If you're using basic authentication, use the Webhook action.|
7071
|Webhook| If you use the webhook action, your target webhook endpoint must be able to process the various JSON payloads that different alert sources emit.<br>You can't pass security certificates through a webhook action. To use basic authentication, you must pass your credentials through the URI.<br>If the webhook endpoint expects a specific schema, for example, the Microsoft Teams schema, use the **Logic Apps** action type to manipulate the alert schema to meet the target webhook's expectations.<br> For information about the rules used for retrying webhook actions, see [Webhook](#webhook).|
72+
7173
:::image type="content" source="./media/action-groups/action-group-3-actions.png" alt-text="Screenshot that shows the Actions tab of the Create action group dialog. Several options are visible in the Action type list.":::
74+
7275
1. (Optional.) If you'd like to assign a key-value pair to the action group to categorize your Azure resources, select **Next: Tags** or the **Tags** tab. Otherwise, skip this step.
76+
7377
:::image type="content" source="./media/action-groups/action-group-4-tags.png" alt-text="Screenshot that shows the Tags tab of the Create action group dialog. Values are visible in the Name and Value boxes.":::
78+
7479
1. Select **Review + create** to review your settings. This step quickly checks your inputs to make sure you've entered all required information. If there are issues, they're reported here. After you've reviewed the settings, select **Create** to create the action group.
80+
7581
:::image type="content" source="./media/action-groups/action-group-5-review.png" alt-text="Screenshot that shows the Review + create tab of the Create action group dialog. All configured values are visible.":::
82+
7683
> [!NOTE]
7784
>
7885
> When you configure an action to notify a person by email or SMS, they receive a confirmation that indicates they were added to the action group.
@@ -93,6 +100,7 @@ You can use the information in the **Error details** section to understand the i
93100
When you run a test and select a notification type, you get a message with "Test" in the subject. The tests provide a way to check that your action group works as expected before you enable it in a production environment. All the details and links in test email notifications are from a sample reference set.
94101
### Role requirements for test action groups
95102
The following table describes the role membership requirements that are needed for the *test actions* functionality:
103+
96104
| Role membership | Existing action group | Existing resource group and new action group | New resource group and new action group |
97105
| ---------- | ------------- | ----------- | ------------- |
98106
| Subscription contributor | Supported | Supported | Supported |

0 commit comments

Comments
 (0)