Skip to content

Commit 3bde9c4

Browse files
Merge pull request #279970 from flang-msft/fxl---pdjokar96-anis-support-278773
Fxl pdjokar96 anis support 278773
2 parents 647a0c9 + f4e2b52 commit 3bde9c4

File tree

6 files changed

+90
-38
lines changed

6 files changed

+90
-38
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Get support for Azure Native Dynatrace Service
3+
description: This article shows you how to get support when using Azure Native Dynatrace Service on the Azure Cloud.
4+
ms.topic: how-to
5+
ms.date: 07/03/2024
6+
7+
#customer intent: As an implementer of Dynatrace on the Azure Cloud, I want to file a support request so that I can get unblocked.
8+
---
9+
10+
# Get support for Azure Native Dynatrace Service
11+
12+
In this article, you learn how to contact support when working with an Azure Native Dynatrace Service resource. Before contacting support, see [Fix common errors](dynatrace-troubleshoot.md).
13+
14+
## How to contact support
15+
16+
1. In the Azure portal, go to your Dynatrace resource.
17+
18+
1. In Resource menu, under **Support + troubleshooting**, select **New Support Request**.
19+
20+
1. Select the link to go to the [Dynatrace support website](https://support.dynatrace.com/) and raise a request.
21+
22+
:::image type="content" source="media/dynatrace-troubleshoot/dynatrace-support.png" alt-text="Screenshot showing new support request selected in resource menu.":::
23+
24+
## Related content
25+
26+
- Learn about [managing your instance](dynatrace-how-to-manage.md) of Dynatrace.
27+
- Get started with Azure Native Dynatrace Service on
28+
29+
> [!div class="nextstepaction"]
30+
> [Azure portal](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Dynatrace.Observability%2Fmonitors)
31+
32+
> [!div class="nextstepaction"]
33+
> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/dynatrace.dynatrace_portal_integration?tab=Overview)

articles/partner-solutions/dynatrace/dynatrace-troubleshoot.md

Lines changed: 9 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,45 +3,35 @@ title: Troubleshooting Azure Native Dynatrace Service
33
description: This article provides information about troubleshooting Dynatrace for Azure
44

55
ms.topic: conceptual
6-
ms.date: 02/02/2023
6+
ms.date: 06/20/2024
77

88
---
99

1010
# Troubleshoot Azure Native Dynatrace Service
1111

12-
In this article, you learn how to contact support when working with an Azure Native Dynatrace Service resource. Before contacting support, see [Fix common errors](#fix-common-errors).
13-
14-
## Contact support
15-
16-
To contact support about the Azure Native Dynatrace Service, select **New Support request** in the left pane. Select the link to the Dynatrace support website.
17-
18-
:::image type="content" source="media/dynatrace-troubleshoot/dynatrace-support.png" alt-text="Screenshot showing new support request selected in resource menu.":::
19-
20-
## Fix common errors
21-
2212
This document contains information about troubleshooting your solutions that use Dynatrace.
2313

24-
### Marketplace purchase errors
14+
## Marketplace purchase errors
2515

2616
[!INCLUDE [marketplace-purchase-errors](../includes/marketplace-purchase-errors.md)]
27-
17+
2818
If those options don't solve the problem, contact [Dynatrace support](https://support.dynatrace.com/).
2919

30-
### Unable to create Dynatrace resource
20+
## Unable to create Dynatrace resource
3121

3222
- To set up the Azure Native Dynatrace Service, you must have **Owner** or **Contributor** access on the Azure subscription. Ensure you have the appropriate access before starting the setup.
3323

3424
- Create fails because Last Name is empty. The issue happens when the user info in Microsoft Entra ID is incomplete and doesn't contain Last Name. Contact your Azure tenant's global administrator to rectify the issue and try again.
3525

36-
### Logs not being emitted or limit reached issue
26+
## Logs not being emitted or limit reached issue
3727

3828
- Resource doesn't support sending logs. Only resource types with monitoring log categories can be configured to send logs. For more information, see [supported categories](../../azure-monitor/essentials/resource-logs-categories.md).
3929

4030
- Limit of five diagnostic settings reached. This displays the message of Limit reached against the resource. Each Azure resource can have a maximum of five diagnostic settings. For more information, see [diagnostic settings](../../azure-monitor/essentials/diagnostic-settings.md?tabs=portal) You can go ahead and remove the other destinations to make sure each resource is sending data to at max five destinations.
4131

4232
- Export of Metrics data isn't supported currently by the partner solutions under Azure Monitor diagnostic settings.
4333

44-
### Single sign-on errors
34+
## Single sign-on errors
4535

4636
- **Single sign-on configuration indicates lack of permissions**
4737
- Occurs when the user that is trying to configure single sign-on doesn't have Manage users permissions for the Dynatrace account. For a description of how to configure this permission, see [here](https://www.dynatrace.com/support/help/shortlink/azure-native-integration#setup).
@@ -51,15 +41,15 @@ If those options don't solve the problem, contact [Dynatrace support](https://s
5141
- **App not showing in Single sign-on settings page**
5242
- First, search for application ID. If no result is shown, check the SAML settings of the app. The grid only shows apps with correct SAML settings.
5343

54-
### Metrics checkbox disabled
44+
## Metrics checkbox disabled
5545

5646
- To collect metrics, you must have owner permission on the subscription. If you're a contributor, refer to the contributor guide mentioned in [Configure metrics and logs](dynatrace-create.md#configure-metrics-and-logs).
5747

58-
### Diagnostic settings are active even after disabling the Dynatrace resource or applying necessary tag rules
48+
## Diagnostic settings are active even after disabling the Dynatrace resource or applying necessary tag rules
5949

6050
If logs are being emitted and diagnostic settings remain active on monitored resources even after the Dynatrace resource is disabled or tag rules have been modified to exclude certain resources, it's likely that there's a delete lock applied to the resource(s) or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this, remove the delete lock from the resource or the resource group. If the lock is removed after the Dynatrace resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
6151

62-
### Free trial errors
52+
## Free trial errors
6353

6454
- **Unable to create another free trial resource on Azure**
6555
- During free trials, Dynatrace accounts can only have one environment. You can therefore create only one Dynatrace resource during the trial period.

articles/partner-solutions/dynatrace/toc.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ items:
2121
- name: Manage Dynatrace
2222
href: dynatrace-how-to-manage.md
2323
- name: Troubleshoot
24-
href: dynatrace-troubleshoot.md
24+
items:
25+
- name: Get support
26+
href: dynatrace-get-support.md
27+
- name: Fix common errors
28+
href: dynatrace-troubleshoot.md
2529
- name: Reference
2630
items:
2731
- name: Python
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Get support for Azure Native New Relic Service
3+
description: This article shows you how to get support when using Azure Native New Relic Service with the Azure Cloud.
4+
ms.topic: how-to
5+
6+
ms.date: 07/03/2024
7+
#customer intent: As an implementer of New Relic on the Azure Cloud, I want to file a support request so that I can get unblocked.
8+
---
9+
10+
# Get support for Azure Native New Relic Service
11+
12+
In this article, you learn how to contact support when working with an Azure Native New Relic Service resource. Before contacting support, see [Fix common errors](new-relic-troubleshoot.md).
13+
14+
## How to contact support
15+
16+
1. In the Azure portal, go to the resource.
17+
1. On the left pane, under **Support + troubleshooting**, select **New Support Request**.
18+
1. Select the link to go to the [New Relic support website](https://support.newrelic.com/) and raise a request.
19+
20+
:::image type="content" source="media/new-relic-troubleshoot/new-relic-support.png" alt-text="Screenshot that shows the pane for a New Relic support request.":::
21+
22+
## Related content
23+
24+
- [Manage Azure Native New Relic Service](new-relic-how-to-manage.md)
25+
- Get started with Azure Native New Relic Service on
26+
27+
> [!div class="nextstepaction"]
28+
> [Azure portal](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/NewRelic.Observability%2Fmonitors)
29+
30+
> [!div class="nextstepaction"]
31+
> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/newrelicinc1635200720692.newrelic_liftr_payg?tab=Overview)

articles/partner-solutions/new-relic/new-relic-troubleshoot.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,46 +11,36 @@ ms.date: 01/16/2023
1111

1212
This article describes how to fix common problems when you're working with Azure Native New Relic Service resources.
1313

14-
Try the troubleshooting information in this article first. If that doesn't work, contact New Relic support:
15-
16-
1. In the Azure portal, go to the resource.
17-
1. On the left pane, under **Support + troubleshooting**, select **New Support Request**.
18-
1. Select the link to go to the [New Relic support website](https://support.newrelic.com/) and raise a request.
19-
20-
:::image type="content" source="media/new-relic-troubleshoot/new-relic-support.png" alt-text="Screenshot that shows the pane for a New Relic support request.":::
21-
22-
## Fix common errors
23-
24-
### Marketplace purchase errors
14+
## Marketplace purchase errors
2515

2616
[!INCLUDE [marketplace-purchase-errors](../includes/marketplace-purchase-errors.md)]
2717

28-
### You can't create a New Relic resource
18+
## You can't create a New Relic resource
2919

3020
To set up Azure Native New Relic Service, you must have owner access on the Azure subscription. Ensure that you have the appropriate access before you start the setup.
3121

3222
To find the New Relic offering on Azure and set up the service, you must first register the `NewRelic.Observability` resource provider in your Azure subscription. To register the resource provider by using the Azure portal, follow the guidance in [Azure resource providers and types](../../azure-resource-manager/management/resource-providers-and-types.md).
3323
To register the resource provider from a command line, enter `az provider register --namespace NewRelic.Observability --subscription <subscription-id>`.
3424

35-
### Logs aren't being sent to New Relic
25+
## Logs aren't being sent to New Relic
3626

3727
Only resource types in [supported categories](../../azure-monitor/essentials/resource-logs-categories.md) send logs to New Relic through the integration. To check whether the resource is set up to send logs to New Relic, go to the [Azure diagnostic settings](/azure/azure-monitor/platform/diagnostic-settings) for that resource. Then, verify that there's a New Relic diagnostic setting.
3828

39-
### You can't install or uninstall an extension on a virtual machine
29+
## You can't install or uninstall an extension on a virtual machine
4030

4131
Only virtual machines without the New Relic agent installed should be selected together to install the extension. Deselect any virtual machines that already have the New Relic agent installed, so that **Install Extension** is active. The **Agent Status** column shows the status **Running** or **Shutdown** for any virtual machines that already have the New Relic agent installed.
4232

4333
Only virtual machines that currently have the New Relic agent installed should be selected together to uninstall the extension. Deselect any virtual machines that don't already have the New Relic agent installed, so that **Uninstall Extension** is active. The **Agent Status** column shows the status **Not Installed** for any virtual machines that don't already have the New Relic agent installed.
4434

45-
### Resource monitoring stopped working
35+
## Resource monitoring stopped working
4636

4737
Resource monitoring in New Relic is enabled through the *ingest API key*, which you set up at the time of resource creation. Revoking the ingest API key from the New Relic portal disrupts monitoring of logs and metrics for all resources, including virtual machines and app services. You shouldn't* revoke the ingest API key. If the API key is already revoked, contact New Relic support.
4838

4939
If your Azure subscription is suspended or deleted because of payment-related issues, resource monitoring in New Relic automatically stops. Use a different Azure subscription. Or, add or update the credit card or payment method for the subscription. For more information, see [Add, update, or delete a payment method](../../cost-management-billing/manage/change-credit-card.md).
5040

5141
New Relic manages the APIs for creating and managing resources, and for the storage and processing of customer telemetry data. The New Relic APIs might be on or outside Azure. If your Azure subscription and resource are working correctly but the New Relic portal shows problems with monitoring data, contact New Relic support.
5242

53-
### Diagnostic settings are active even after disabling the New Relic resource or applying necessary tag rules
43+
## Diagnostic settings are active even after disabling the New Relic resource or applying necessary tag rules
5444

5545
If logs are being emitted and diagnostic settings remain active on monitored resources even after the New Relic resource is disabled or tag rules have been modified to exclude certain resources, it's likely that there's a delete lock applied to the resource(s) or the resource group containing the resource. This lock prevents the cleanup of the diagnostic settings, and hence, logs continue to be forwarded for those resources. To resolve this, remove the delete lock from the resource or the resource group. If the lock is removed after the New Relic resource is deleted, the diagnostic settings have to be cleaned up manually to stop log forwarding.
5646

articles/partner-solutions/new-relic/toc.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,12 @@ items:
1818
href: new-relic-how-to-configure-prereqs.md
1919
- name: Manage Azure Native New Relic service
2020
href: new-relic-how-to-manage.md
21-
- name: Troubleshoot
22-
href: new-relic-troubleshoot.md
21+
- name: Troubleshoot
22+
items:
23+
- name: Get support
24+
href: new-relic-get-support.md
25+
- name: Fix common errors
26+
href: new-relic-troubleshoot.md
2327
- name: Reference
2428
items:
2529
- name: REST API

0 commit comments

Comments
 (0)