You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/logs-dedicated-clusters.md
+37-12Lines changed: 37 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,10 @@ Deleted clusters take two weeks to be completely removed. You can have up to sev
94
94
95
95
#### [Portal](#tab/azure-portal)
96
96
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
+
98
101
99
102
#### [CLI](#tab/cli)
100
103
@@ -161,7 +164,7 @@ The provisioning of the Log Analytics cluster takes a while to complete. Use one
161
164
162
165
#### [Portal](#tab/azure-portal)
163
166
164
-
N/A
167
+
The portal will provide a status as the cluster is being provisioned.
165
168
166
169
#### [CLI](#tab/cli)
167
170
@@ -250,7 +253,11 @@ Use the following steps to link a workspace to a cluster. You can use automation
250
253
251
254
#### [Portal](#tab/azure-portal)
252
255
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":::
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
+
322
331
323
332
#### [Portal](#tab/azure-portal)
324
333
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
+
327
338
328
339
#### [CLI](#tab/cli)
329
340
@@ -404,9 +415,12 @@ After you create your cluster resource and it's fully provisioned, you can edit
404
415
405
416
## Get all clusters in resource group
406
417
418
+
407
419
#### [Portal](#tab/azure-portal)
408
420
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":::
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
+
482
500
483
501
#### [CLI](#tab/cli)
484
502
@@ -519,7 +537,9 @@ During the commitment period, you can change to a higher commitment tier, which
519
537
520
538
#### [Portal](#tab/azure-portal)
521
539
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":::
523
543
524
544
#### [CLI](#tab/cli)
525
545
@@ -619,7 +639,10 @@ Use the following commands to unlink a workspace from cluster:
619
639
620
640
#### [Portal](#tab/azure-portal)
621
641
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
+
623
646
624
647
#### [CLI](#tab/cli)
625
648
@@ -665,7 +688,9 @@ Use the following commands to delete a cluster:
665
688
666
689
#### [Portal](#tab/azure-portal)
667
690
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":::
0 commit comments