Skip to content

Commit f644b19

Browse files
authored
Merge pull request #256593 from maud-lv/ml-dynatrace
Add free trial quickstart
2 parents 40c1e41 + 6824ab1 commit f644b19

File tree

5 files changed

+57
-9
lines changed

5 files changed

+57
-9
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: 'Dynatrace: start a free trial'
3+
description: This article describes how to use the Azure portal to try Dynatrace for free.
4+
ms.topic: quickstart
5+
ms.date: 10/30/2023
6+
7+
---
8+
9+
# QuickStart: Start a free trial
10+
11+
A 30-day free trial of Azure Native Dynatrace Service is available on [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/dynatrace.dynatrace_portal_integration?tab=Overview). You can sign up using the trial plan published by Dynatrace. During the trial period, you can create a Dynatrace resource on Azure and use integrated services such as log forwarding, agent based monitoring and unified Azure billing. Before the free trial expires, you can seamlessly upgrade to a paid public plan or a private offer customized for your organization.
12+
13+
## Subscribe to a free trial
14+
15+
You can access the trial plan by finding Azure Native Dynatrace Service on Azure portal or in the Azure Marketplace. Refer to the guide to [create a new resource](dynatrace-create.md#find-offer) and choose the free trial public plan while subscribing.
16+
17+
## Free trial upgrade and expiry
18+
19+
Azure Native Dynatrace Service gives an option to upgrade to a paid plan through the portal experience. Select **Upgrade to paid** to choose one of the paid plans published by Dynatrace or contact [[email protected]](mailto:[email protected]) for a custom offer for your organization.
20+
21+
:::image type="content" source="media/dynatrace-free-trial/dynatrace-upgrade.png" alt-text="Screenshot showing the option to upgrade to a Dynatrace paid plan in the Azure portal.":::
22+
23+
Upon expiration of the free trial, your services will be shut down and no logs or metrics will flow to your Dynatrace environment.
24+
25+
## Dynatrace links
26+
27+
For more help using Azure Native Dynatrace Service, visit the [Dynatrace](https://dt-url.net/azurenativedynatraceservice) documentation.
28+
29+
## Next steps
30+
31+
- To create an instance of Dynatrace, see [QuickStart: Get started with Dynatrace](dynatrace-create.md).
32+
- Get started with Azure Native Dynatrace Service on
33+
34+
> [!div class="nextstepaction"]
35+
> [Azure portal](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Dynatrace.Observability%2Fmonitors)
36+
37+
> [!div class="nextstepaction"]
38+
> [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/dynatrace.dynatrace_portal_integration?tab=Overview)

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

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,35 @@ This document contains information about troubleshooting your solutions that use
3636

3737
- 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.
3838

39-
### Logs not being emitted or Limit reached issue
39+
### Logs not being emitted or limit reached issue
4040

4141
- 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).
4242

43-
- Limit of five diagnostic settings reached. This will display 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.
43+
- Limit of five diagnostic settings reached. This will display 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.
4444

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

47-
4847
### Single sign-on errors
4948

50-
- **Single sign-on configuration indicates lack of permissions**
51-
- 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).
52-
- **Unable to save single sign-on settings**
53-
- Error happens when there's another Enterprise app that is using the Dynatrace SAML identifier. To find which app is using it, select **Edit** on the Basic **SAML** configuration section.
54-
To resolve this issue, either disable the other app or use the other app as the Enterprise app to set up SAML SSO.
49+
- **Single sign-on configuration indicates lack of permissions**
50+
- 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+
- **Unable to save single sign-on settings**
52+
- Error happens when there's another Enterprise app that is using the Dynatrace SAML identifier. To find which app is using it, select **Edit** on the Basic **SAML** configuration section. To resolve this issue, either disable the other app or use the other app as the Enterprise app to set up SAML SSO.
5553

56-
- **App not showing in Single sign-on settings page** - 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.
54+
- **App not showing in Single sign-on settings page**
55+
- 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.
5756

5857
### Metrics checkbox disabled
5958

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

61+
### Free trial errors
62+
63+
- **Unable to create another free trial resource on Azure**
64+
- During free trials, Dynatrace accounts can only have one environment. You can therefore create only one Dynatrace resource during the trial period.
65+
- **My Dynatrace free trial resource is deleted**
66+
- With the free trial plan, your Dynatrace resource on Azure will get deleted after trial expiry. If you require more time, contact [[email protected]](mailto:[email protected]).
67+
6268
## Next steps
6369

6470
- Learn about [managing your instance](dynatrace-how-to-manage.md) of Dynatrace.

articles/partner-solutions/dynatrace/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ landingContent:
3333
linkLists:
3434
- linkListType: quickstart
3535
links:
36+
- text: Start a free trial
37+
url: dynatrace-free-trial.md
3638
- text: Create a new Dynatrace resource
3739
url: dynatrace-create.md
3840
- text: Link to an existing Dynatrace environment
99.3 KB
Loading

articles/partner-solutions/dynatrace/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ items:
88
- name: Quickstarts
99
expanded: true
1010
items:
11+
- name: Start a free trial
12+
href: dynatrace-free-trial.md
1113
- name: Create Dynatrace resource
1214
href: dynatrace-create.md
1315
- name: Link to existing Dynatrace resource

0 commit comments

Comments
 (0)