Skip to content

Commit 7bbefab

Browse files
committed
fixed steps, added missing images
1 parent 0b9eb0d commit 7bbefab

File tree

4 files changed

+19
-23
lines changed

4 files changed

+19
-23
lines changed

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

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,24 @@ Use the Azure portal to find Azure Native Dynatrace Service application.
3131

3232
1. If you've visited the **Marketplace** in a recent session, select the icon from the available options. Otherwise, search for _Marketplace_.
3333

34-
:::image type="content" source="media/dynatrace-create/dynatrace-search-marketplace.png" alt-text="Screenshot showing a search for Marketplace in the Azure portal.":::
34+
:::image type="content" source="media/dynatrace-create/dynatrace-search-marketplace.png" alt-text="Screenshot showing a search for Marketplace in the Azure portal.":::
3535

3636
1. In the Marketplace, search for _Dynatrace_.
3737

38-
:::image type="content" source="media/dynatrace-create/dynatrace-subscribe.png" alt-text="Screenshot showing Dynatrace in the working pane to create a subscription.":::
38+
:::image type="content" source="media/dynatrace-create/dynatrace-subscribe.png" alt-text="Screenshot showing Dynatrace in the working pane to create a subscription.":::
3939

4040
1. Select **Subscribe**.
4141

4242
## Create a Dynatrace resource in Azure
4343

44-
1. When creating a Dynatrace resource, you see two options: one to create a new Dynatrace environment, and another to link Azure subscription to an existing Dynatrace environment.
45-
46-
:::image type="content" source="media/dynatrace-create/dynatrace-create.png" alt-text="Screenshot offering to create a Dynatrace resource.":::
47-
48-
1. If you want to create a new Dynatrace environment, select **Create** action under the **Create a new Dynatrace environment** option
49-
:::image type="content" source="media/dynatrace-create/dynatrace-create-new-link-existing.png" alt-text="Screenshot showing two options: new Dynatrace or existing Dynatrace.":::
44+
1. When creating a Dynatrace resource, you see two options: one to create a new Dynatrace environment, and another to link Azure subscription to an existing Dynatrace environment. If you want to create a new Dynatrace environment, select **Create** action under the **Create a new Dynatrace environment** option.
45+
:::image type="content" source="media/dynatrace-create/dynatrace-create-new-link-existing.png" alt-text="Screenshot showing two options: new Dynatrace or existing Dynatrace.":::
5046

5147
1. You see a form to create a Dynatrace resource in the working pane.
5248

53-
:::image type="content" source="media/dynatrace-create/dynatrace-basic-properties.png" alt-text="Screenshot of basic properties needed for new Dynatrace instance.":::
49+
:::image type="content" source="media/dynatrace-create/dynatrace-basic-properties.png" alt-text="Screenshot of basic properties needed for new Dynatrace instance.":::
5450

55-
1. Provide the following values:
51+
Provide the following values:
5652

5753
| **Property** | **Description** |
5854
|--------------|-------------------|
@@ -62,29 +58,29 @@ Use the Azure portal to find Azure Native Dynatrace Service application.
6258
| **Location** | Select the region. Select the region where the Dynatrace resource in Azure and the Dynatrace environment is created.|
6359
| **Pricing plan** | Select from the list of available plans. |
6460

61+
1. Select **Next: Metrics and Logs**.
62+
6563
### Configure metrics and logs
6664

67-
1. Your next step is to configure metrics and logs for your resources. Azure Native Dynatrace Service supports the metrics for both compute and non-compute resources. Compute resources include VMs, app services and more.
65+
1. Your next step is to configure metrics and logs for your resources. Azure Native Dynatrace Service supports the metrics for both compute and non-compute resources. Compute resources include VMs, app services and more. If you have a _contributor role_ in the subscription, you don't see the option to enable metrics collection because in Azure a contributor can't assign a _monitoring reader_ role to a resource that is required by the metrics crawler to collect metrics.
6866

69-
:::image type="content" source="media/dynatrace-create/dynatrace-metrics-and-logs.png" alt-text="Screenshot showing options for metrics and logs.":::
67+
:::image type="content" source="media/dynatrace-create/dynatrace-metrics-and-logs.png" alt-text="Screenshot showing options for metrics and logs.":::
7068

7169
- **Metrics for compute resources** – Users can send metrics for the compute resources, virtual machines and app services, by installing the Dynatrace OneAgent extension on the compute resources after the Dynatrace resource has been created.
7270
- **Metrics for non-compute resources** – These metrics can be collected by configuring the Dynatrace resource to automatically query Azure monitor for metrics. To enable metrics collection, select the checkbox. If you have an **owner access** in your subscription, you can enable and disable the metrics collection using the checkbox. Proceed to the configuring logs. However, if you have contributor access, use the information in the following step.
7371

74-
1. If you have a _contributor role_ in the subscription, you don't see the option to enable metrics collection because in Azure a contributor can't assign a _monitoring reader_ role to a resource that is required by the metrics crawler to collect metrics.
75-
76-
:::image type="content" source="media/dynatrace-create/dynatrace-contributor-UI.png" alt-text="Screenshot showing contributor view of metrics and logs.":::
77-
78-
Complete the resource provisioning excluding the metrics configuration and ask an owner to assign an appropriate role manually to your resource.
79-
80-
1. If you have an _owner role_ in the subscription, you can take the following steps to grant a monitoring reader identity to a contributor user:
72+
1. If you have a _ower role_ in the subscription, you see the option to enable metrics collection.
73+
74+
:::image type="content" source="media/dynatrace-create/dynatrace-contributor-UI.png" alt-text="Screenshot showing contributor view of metrics and logs.":::
75+
76+
Complete the resource provisioning excluding the metrics configuration and ask an owner to assign an appropriate role manually to your resource. If you have an _owner role_ in the subscription, you can take the following steps to grant a monitoring reader identity to a contributor user:
8177

82-
1. Go to the resource created by a contributor.
78+
1. Go to the resource created by a contributor.
8379

84-
1. Go to **Access control** in the resource menu on the left and select **Add** then **Add role assignment**.
85-
:::image type="content" source="media/dynatrace-create/dynatrace-contributor-guide-1.png" alt-text="Screenshot showing the access control page.":::
80+
1. Go to **Access control** in the resource menu on the left and select **Add** then **Add role assignment**.
81+
:::image type="content" source="media/dynatrace-create/dynatrace-contributor-guide-1.png" alt-text="Screenshot showing the access control page.":::
8682

87-
1. In the list, scroll down and select on **Monitoring reader**. Then, select **Next**.
83+
1. In the list, scroll down and select on **Monitoring reader**. Then, select **Next**.
8884
:::image type="content" source="media/dynatrace-create/dynatrace-contributor-guide-2.png" alt-text="Screenshot showing the process for selecting Monitoring reader role.":::
8985

9086
1. In **Assign access to**, select **Managed identity**. Then, **Select members**.
60.8 KB
Loading
2.93 KB
Loading
39.5 KB
Loading

0 commit comments

Comments
 (0)