Skip to content

Commit a19ac55

Browse files
author
jagummersall
committed
Update blocking issues
1 parent aba9623 commit a19ac55

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

articles/azure-monitor/alerts/test-action-group-errors.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: jagummersall
77

88
---
99

10-
# Action group test notification troubleshooting error codes
10+
# Test notification troubleshooting guide.
1111

1212
This article describes troubleshooting steps for error messages you may get when using the test action group feature.
1313

@@ -30,18 +30,18 @@ The error messages in this section are related to these **actions**:
3030
|HTTP 400: The \<action\> returned a 'bad request' error. |Check the alert payload received on your endpoint, and make sure the endpoint can process the request successfully.
3131
|HTTP 400: The \<action\> couldn't be triggered because this alert type doesn't support the common alert schema. |1. Check if the alert type supports common alert schema.</br>2. Change the “Enable the common alert schema” in the action group action to “No” and retry.
3232
|HTTP 400: The \<action\> could not be triggered because the payload is empty or invalid. | Check if the payload is valid, and if it's included as part of the request.
33-
|HTTP 400: The \<action\> could not be triggered because AAD auth is enabled but no auth context provided in the request. | 1. Check your Secure Webhook action settings.</br>2. Check your AAD configuration. For more information, see [action groups](action-groups.md). |
33+
|HTTP 400: The \<action\> could not be triggered because Azure AD auth is enabled but no auth context provided in the request. | 1. Check your Secure Webhook action settings.</br>2. Check your Azure AD configuration. For more information, see [action groups](action-groups.md). |
3434
|HTTP 400: ServiceNow returned error: No such host is known | Check your ServiceNow host url to make sure it's valid and retry. For more information, see [Connect ServiceNow with IT Service Management Connector](./itsmc-connections-servicenow.md) |
35-
|<ul><li> HTTP 401: The \<action\> returned an "Unauthorized" error.</li><li>HTTP 401: The request was rejected by the \<action\> endpoint. Make sure you have the required authorization.</li></ul> | 1. Check if the credential in the request is present and valid.</br>2. Check if your endpoint correctly validates the credentials from the request. |
36-
|<ul><li>HTTP 403: The \<action\> returned a "Forbidden" response.</li><li>HTTP 403: Couldn't trigger the \<action\>. Make sure you have the required authorization.</li><li>HTTP 403: The \<action\> returned a 'Forbidden' response. Make sure you have the proper permissions to access it.</li><li>HTTP 403: The \<action\> is "Forbidden".</li><li>HTTP 403: Could not access the ITSM system. Make sure you have the required authorization.</li></ul> | 1. Check if the credential in the request is present, and valid.</br>2. Check if your endpoint correctly validates the credentials.</br>3. If it's Secure Webhook, make sure the AAD authentication is set up correctly. For more information, see [action groups](action-groups.md).|
35+
|</br>HTTP 401: The \<action\> returned an "Unauthorized" error.</br>HTTP 401: The request was rejected by the \<action\> endpoint. Make sure you have the required authorization. | 1. Check if the credential in the request is present and valid.</br>2. Check if your endpoint correctly validates the credentials from the request. |
36+
|</br>HTTP 403: The \<action\> returned a "Forbidden" response.</br>HTTP 403: Couldn't trigger the \<action\>. Make sure you have the required authorization.</br>HTTP 403: The \<action\> returned a 'Forbidden' response. Make sure you have the proper permissions to access it.</br>HTTP 403: The \<action\> is "Forbidden".</br>HTTP 403: Could not access the ITSM system. Make sure you have the required authorization. | 1. Check if the credential in the request is present, and valid.</br>2. Check if your endpoint correctly validates the credentials.</br>3. If it's Secure Webhook, make sure the Azure AD authentication is set up correctly. For more information, see [action groups](action-groups.md).|
3737
| HTTP 403: The access token needs to be refreshed.| Refresh the access token and retry. For more information, see [Connect ServiceNow with IT Service Management Connector](./itsmc-connections-servicenow.md) |
38-
|<ul><li>HTTP 404: The \<action\> was not found.</li><li>HTTP 404: The \<action\> target workflow was not found.</li><li>HTTP 404: The \<action\> target was not found.</li><li>HTTP 404: The \<action\> endpoint could not be found.</li><li>HTTP 404: The \<action\> was deleted.</li></ul> | 1. Check if the endpoints included in the requests are valid, up and running and accepting the requests.</br>2. For ITSM, check if the ITSM connector is still active.|
39-
|<ul><li>HTTP 408: The call to the \<action\> timed out.</li><li>HTTP 408: The call to the Azure App service endpoint timed out.</li></ul> | 1.Check the client network connection, and retry.</br>2. Check if your endpoint is up and running and can process the request successfully.</br>3. Clear the browser cache, and retry. |
38+
|HTTP 404: The \<action\> was not found.</br>HTTP 404: The \<action\> target workflow was not found.</br>HTTP 404: The \<action\> target was not found.</br>HTTP 404: The \<action\> endpoint could not be found.</br>HTTP 404: The \<action\> was deleted. | 1. Check if the endpoints included in the requests are valid, up and running and accepting the requests.</br>2. For ITSM, check if the ITSM connector is still active.|
39+
|HTTP 408: The call to the \<action\> timed out.</br>HTTP 408: The call to the Azure App service endpoint timed out. | 1.Check the client network connection, and retry.</br>2. Check if your endpoint is up and running and can process the request successfully.</br>3. Clear the browser cache, and retry. |
4040
|HTTP 409: The \<action\> returned a 'conflict' error. |Check the alert payload received on your endpoint, and make sure the endpoint and its downstream service(s) can process the request successfully. |
4141
|HTTP 429: The \<action\> could not be triggered because it is handling too many requests right now. |Check if your endpoint can handle the requests.</br>2. Wait a few minutes and retry. |
42-
|<ul><li>HTTP 500: The \<action\> encountered an internal server error.</li><li>HTTP 500: Could not reach the Azure \<action\> server.</li><li>HTTP 500: The \<action\> returned an 'internal server' error.</li><li>HTTP 500: The ServiceNow endpoint returned an 'Unexpected' response.</li></ul> |Check the alert payload received on your endpoint, and make sure the endpoint and its downstream service(s) can process the request successfully. |
42+
|HTTP 500: The \<action\> encountered an internal server error.</br>HTTP 500: Could not reach the Azure \<action\> server.</br>HTTP 500: The \<action\> returned an 'internal server' error.</br>HTTP 500: The ServiceNow endpoint returned an 'Unexpected' response.</li></ul> |Check the alert payload received on your endpoint, and make sure the endpoint and its downstream service(s) can process the request successfully. |
4343
|HTTP 502: The \<action\> returned a bad gateway error. |Check if your endpoint, and its downstream service(s) are up and running and are accepting requests. |
44-
|<ul><li>HTTP 503: The \<action\> host is not running.</li><li>HTTP 503: The service providing the \<action\> endpoint is temporarily unavailable.</li></li>HTTP 503: The ServiceNow returned Service Unavailable.</li></ul>|Check if your endpoint is up and running and is accepting requests. |
44+
|HTTP 503: The \<action\> host is not running.</br>HTTP 503: The service providing the \<action\> endpoint is temporarily unavailable.</br>HTTP 503: The ServiceNow returned Service Unavailable|Check if your endpoint is up and running and is accepting requests. |
4545
| The \<action\> could not be triggered because the \<action\> has not succeeded after XXX retries. Calls to the \<action\> will be blocked for up to XXX minutes. Try again in XXX minutes. |Check the alert payload received on your endpoint, and make sure the endpoint and its downstream service(s) can process the request successfully.|
4646

4747
## Troubleshooting error codes for notifications
@@ -55,15 +55,21 @@ The error messages in this section are related to these **notifications**:
5555

5656
| Error Codes | Troubleshooting Steps |
5757
| ------------| --------------------- |
58-
|<ul><li>The email could not be sent because the recipient address was not found.</li><li>The email could not be sent because the email domain is invalid, or the MX resource record does not exist on the Domain Name Server (DNS).</li></ul> |Verify the email address(es) is/are valid and try again. |
59-
|<ul><li>The email was sent but the delivery status could not be verified.</li><li>The email could not be sent because of a permanent error.</li></ul> |Wait a few minutes and retry. If the issue persists, file a support ticket. |
60-
|<ul><li>Invalid destination number.</li><li>Invalid source address.</li><li>Invalid phone number.</li></ul>|Verify that the phone number is valid and retry.
58+
| The email could not be sent because the recipient address was not found.</br>The email could not be sent because the email domain is invalid, or the MX resource record does not exist on the Domain Name Server (DNS). |Verify the email address(es) is/are valid and try again. |
59+
|</br>The email was sent but the delivery status could not be verified.</br>The email could not be sent because of a permanent error. |Wait a few minutes and retry. If the issue persists, file a support ticket. |
60+
|</br>Invalid destination number.</br>Invalid source address.</br>Invalid phone number. | Verify that the phone number is valid and retry.
6161
| The message could not be sent because it was blocked by the recipient's provider. | 1. Verify if you can receive SMS from other sources.</br>2. Check with your service provider. |
62-
|<ul><li>The message could not be sent because the delivery timed out.</li><li>The message could not be delivered to the recipient.</li></ul> |Wait a few minutes and retry. If the issue still persists, file a support ticket. |
62+
|</br>The message could not be sent because the delivery timed out.</br> The message could not be delivered to the recipient. |Wait a few minutes and retry. If the issue still persists, file a support ticket. |
6363
|The message was sent successfully, but there was no confirmation of delivery from the recipient's device. | 1. Make sure your device is on, and service is available.</br>2. Wait for a few minutes and retry. |
6464
|The call could not go through because the recipient's line was busy. | 1. Make sure your device is on, and service is available, and not busy.</br>2. Wait for a few minutes and retry. |
6565
| The call went through, but the recipient did not select any response. The call might have been picked up by a voice mail service. |Make sure your device is on, the line is not busy, your service is not interrupted, and call does not go into voice mail. |
6666
| HTTP 500: There was a problem connecting the call. Please contact Azure support for assistance. | Wait a few minutes and retry. If the issue still persists, file a support ticket. |
6767

6868
> [!NOTE]
6969
> If your issue persists after you try to troubleshoot, please fill out a support ticket here: [Help + support - Microsoft Azure](https://ms.portal.azure.com/#view/Microsoft_Azure_Support/HelpAndSupportBlade/~/overview).
70+
71+
## See Also
72+
- [Action Groups](action-groups.md).
73+
- [Common alert schema](./alerts-common-schema.md)
74+
- [Non-common alert schema](./alerts-non-common-schema-definitions.md)
75+
- [Connect ServiceNow with IT Service Management Connector](./itsmc-connections-servicenow.md)

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ items:
13881388
href: alerts/alerts-non-common-schema-definitions.md
13891389
- name: Customize alert notifications using Logic apps
13901390
href: alerts/alerts-logic-apps.md
1391-
- name: Test notification troubleshooting
1391+
- name: Test notification troubleshooting guide
13921392
href: alerts/test-action-group-errors.md
13931393
- name: Troubleshoot alerts
13941394
href: alerts/alerts-troubleshoot.md

0 commit comments

Comments
 (0)