Skip to content

Commit 9fa7eb0

Browse files
committed
fix linked workspaces status
1 parent ddc355c commit 9fa7eb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ The provisioning of the Log Analytics cluster takes a while to complete. Use one
164164

165165
#### [Portal](#tab/azure-portal)
166166

167-
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 resource will include `clusterResourceId` property under `features`, and the cluster will include linked workspaces under `associatedWorkspaces` section.
168-
169-
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.
167+
The portal will provide a status as the cluster is being provisioned.
170168

171169
#### [CLI](#tab/cli)
172170

@@ -326,8 +324,10 @@ Content-type: application/json
326324

327325

328326
### Check workspace link status
329-
330-
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+
331331

332332
#### [Portal](#tab/azure-portal)
333333

0 commit comments

Comments
 (0)