Skip to content

Commit b58b9a5

Browse files
author
Jill Grant
authored
Merge pull request #277224 from bwren/cluster
Dedicated clusters UX
2 parents 7294ca0 + 9fa7eb0 commit b58b9a5

10 files changed

+37
-12
lines changed

articles/azure-monitor/logs/logs-dedicated-clusters.md

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ Deleted clusters take two weeks to be completely removed. You can have up to sev
9494

9595
#### [Portal](#tab/azure-portal)
9696

97-
N/A
97+
Click **Create** in the **Log Analytics dedicated clusters** menu in the Azure portal. You will be prompted for details such as the name of the cluster and the commitment tier.
98+
99+
:::image type="content" source="./media/logs-dedicated-cluster/create-cluster.png" alt-text="Screenshot for creating dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/create-cluster.png":::
100+
98101

99102
#### [CLI](#tab/cli)
100103

@@ -161,7 +164,7 @@ The provisioning of the Log Analytics cluster takes a while to complete. Use one
161164

162165
#### [Portal](#tab/azure-portal)
163166

164-
N/A
167+
The portal will provide a status as the cluster is being provisioned.
165168

166169
#### [CLI](#tab/cli)
167170

@@ -250,7 +253,11 @@ Use the following steps to link a workspace to a cluster. You can use automation
250253

251254
#### [Portal](#tab/azure-portal)
252255

253-
N/A
256+
Select your cluster from **Log Analytics dedicated clusters** menu in the Azure portal and then click **Linked workspaces** to view all workspaces currently linked to the dedicated cluster. Click **Link workspaces** to link additional workspaces.
257+
258+
:::image type="content" source="./media/logs-dedicated-cluster/linked-workspaces.png" alt-text="Screenshot for linking workspaces to a dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/linked-workspaces.png":::
259+
260+
254261

255262
#### [CLI](#tab/cli)
256263

@@ -317,13 +324,17 @@ Content-type: application/json
317324

318325

319326
### Check workspace link status
320-
321-
When a cluster is configured with customer-managed keys, data ingested to the workspaces after the link operation completion is stored encrypted with your managed key. The workspace link operation can take up to 90 minutes to complete and you can check the state by sending Get request to workspace and observe if *clusterResourceId* property is present in the response under *features*.
327+
The workspace link operation can take up to 90 minutes to complete. You can check the status on both the linked workspaces and the cluster. When completed, the workspace resources will include `clusterResourceId` property under `features`, and the cluster will include linked workspaces under `associatedWorkspaces` section.
328+
329+
When a cluster is configured with a customer managed key, data ingested to the workspaces after the link operation is complete will be stored encrypted with your key.
330+
322331

323332
#### [Portal](#tab/azure-portal)
324333

325-
1. Open the **Log Analytics workspaces** menu and then select your workspace.
326-
1. On the **Overview** page, select **JSON View**.
334+
On the **Overview** page for your dedicated cluster, select **JSON View**. The `associatedWorkspaces` section lists the workspaces linked to the cluster.
335+
336+
:::image type="content" source="./media/logs-dedicated-cluster/associated-workspaces.png" alt-text="Screenshot for viewing associated workspaces for a dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/associated-workspaces.png":::
337+
327338

328339
#### [CLI](#tab/cli)
329340

@@ -404,9 +415,12 @@ After you create your cluster resource and it's fully provisioned, you can edit
404415
405416
## Get all clusters in resource group
406417

418+
407419
#### [Portal](#tab/azure-portal)
408420

409-
N/A
421+
From the **Log Analytics dedicated clusters** menu in the Azure portal, select the **Resource group** filter.
422+
423+
:::image type="content" source="./media/logs-dedicated-cluster/resource-group-clusters.png" alt-text="Screenshot for viewing all dedicated clusters in a resource group in the Azure portal." lightbox="./media/logs-dedicated-cluster/resource-group-clusters.png":::
410424

411425
#### [CLI](#tab/cli)
412426

@@ -478,7 +492,11 @@ Authorization: Bearer <token>
478492

479493
#### [Portal](#tab/azure-portal)
480494

481-
N/A
495+
From the **Log Analytics dedicated clusters** menu in the Azure portal, select the **Subscription** filter.
496+
497+
:::image type="content" source="./media/logs-dedicated-cluster/subscription-clusters.png" alt-text="Screenshot for viewing all dedicated clusters in a subscription in the Azure portal." lightbox="./media/logs-dedicated-cluster/subscription-clusters.png":::
498+
499+
482500

483501
#### [CLI](#tab/cli)
484502

@@ -519,7 +537,9 @@ During the commitment period, you can change to a higher commitment tier, which
519537

520538
#### [Portal](#tab/azure-portal)
521539

522-
N/A
540+
Select your cluster from **Log Analytics dedicated clusters** menu in the Azure portal and then click **Change** next to **Commitment tier**
541+
542+
:::image type="content" source="./media/logs-dedicated-cluster/commitment-tier.png" alt-text="Screenshot for changing commitment tier for a dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/commitment-tier.png":::
523543

524544
#### [CLI](#tab/cli)
525545

@@ -619,7 +639,10 @@ Use the following commands to unlink a workspace from cluster:
619639

620640
#### [Portal](#tab/azure-portal)
621641

622-
N/A
642+
Select your cluster from **Log Analytics dedicated clusters** menu in the Azure portal and then click **Linked workspaces** to view all workspaces currently linked to the dedicated cluster. Select any workspaces you want to unlink and click **Unlink**.
643+
644+
:::image type="content" source="./media/logs-dedicated-cluster/unlink-workspace.png" alt-text="Screenshot for unlinking a workspace from a dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/unlink-workspace.png":::
645+
623646

624647
#### [CLI](#tab/cli)
625648

@@ -665,7 +688,9 @@ Use the following commands to delete a cluster:
665688

666689
#### [Portal](#tab/azure-portal)
667690

668-
N/A
691+
Select your cluster from **Log Analytics dedicated clusters** menu in the Azure portal and then click **Delete**.
692+
693+
:::image type="content" source="./media/logs-dedicated-cluster/delete-cluster.png" alt-text="Screenshot for deleting a dedicated cluster in the Azure portal." lightbox="./media/logs-dedicated-cluster/delete-cluster.png":::
669694

670695
#### [CLI](#tab/cli)
671696

83.3 KB
Loading
274 KB
Loading
132 KB
Loading
82.3 KB
Loading
132 KB
Loading
134 KB
Loading
84.8 KB
Loading
82.2 KB
Loading
134 KB
Loading

0 commit comments

Comments
 (0)