Skip to content

Commit 7ccbdf9

Browse files
authored
Merge pull request #199157 from davidsmatlak/ds-ghi85238
Updates Logz.io troubleshooting article
2 parents b034117 + a662137 commit 7ccbdf9

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/partner-solutions/logzio/troubleshoot.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Logz.io troubleshooting - Azure partner solutions
3-
description: Learn about how to troubleshoot the Azure integration with Logz.io.
2+
title: Troubleshooting Logz.io - Azure partner solutions
3+
description: This article describes how to troubleshoot Logz.io integration with Azure.
44
ms.topic: conceptual
5-
ms.date: 10/25/2021
5+
ms.date: 05/24/2022
66
author: davidsmatlak
77
ms.author: davidsmatlak
88
---
99

10-
# Troubleshoot Logz.io integration with Azure
10+
# Troubleshooting Logz.io integration with Azure
1111

12-
This article describes how to troubleshoot the Azure integration with Logz.io.
12+
This article describes how to troubleshoot the Logz.io integration with Azure.
1313

1414
## Owner role needed to create resource
1515

@@ -36,7 +36,7 @@ Use the following patterns to add new values:
3636
- **Identifier**: `urn:auth0:logzio:<Application ID>`
3737
- **Reply URL**: `https://logzio.auth0.com/login/callback?connection=<Application ID>`
3838

39-
:::image type="content" source="./media/troubleshoot/basic-saml-config.png" alt-text="Basic SAML configuration settings.":::
39+
:::image type="content" source="./media/troubleshoot/basic-saml-config.png" alt-text="Screenshot of the Basic SAML configuration settings.":::
4040

4141
## Logs not being sent to Logz.io
4242

@@ -47,19 +47,23 @@ To verify whether a resource is sending logs to Logz.io:
4747
1. Go to [Azure diagnostic setting](../../azure-monitor/essentials/diagnostic-settings.md) for the specific resource.
4848
1. Verify that there's a Logz.io diagnostic setting.
4949

50-
:::image type="content" source="./media/troubleshoot/diagnostics.png" alt-text="Diagnostic settings.":::
50+
:::image type="content" source="./media/troubleshoot/diagnostics.png" alt-text="Screenshot of the Azure monitoring diagnostic settings for Logz.io.":::
51+
52+
## Register resource provider
53+
54+
You must register `Microsoft.Logz` in the Azure subscription that contains the Logz.io resource, and any subscriptions with resources that send data to Logz.io. For more information about troubleshooting resource provider registration, see [Resolve errors for resource provider registration](../../azure-resource-manager/troubleshooting/error-register-resource-provider.md).
5155

5256
## Limit reached in monitored resources
5357

5458
Azure Monitor Diagnostics supports a maximum of five diagnostic settings on single resource or subscription. When you reach that limit, the resource will show **Limit reached** in **Monitored resources**. You can't add monitoring with Logz.io.
5559

56-
:::image type="content" source="./media/troubleshoot/limit-monitored-resources.png" alt-text="Limit reached for monitored resources.":::
60+
:::image type="content" source="./media/troubleshoot/limit-monitored-resources.png" alt-text="Screenshot of the Logz configuration's monitored resources that shows the limit is reached.":::
5761

5862
## VM extension installation failed
5963

6064
A virtual machine (VM) can only be monitored by a single Logz.io account (main or sub). If you try to install the agent on a VM that is already monitored by another account, you see the following error:
6165

62-
:::image type="content" source="./media/troubleshoot/vm-agent-fail.png" alt-text="Virtual machine agent failed installation.":::
66+
:::image type="content" source="./media/troubleshoot/vm-agent-fail.png" alt-text="Screenshot of a notification that shows the virtual machine agent installation failed.":::
6367

6468
## Purchase errors
6569

0 commit comments

Comments
 (0)