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
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,32 +201,34 @@ The managed identity service generates the *principalId* GUID when you create th
201
201
202
202
---
203
203
204
-
205
204
## Link a workspace to a cluster
206
205
207
206
When a Log Analytics workspace is linked to a dedicated cluster, the workspace billing plan in workspace is changed to cluster plan, new data ingested to the workspace is routed to your dedicated cluster, and existing data remains in Log Analytics cluster. Linking a workspace has no effect on data ingestion and query experiences. Log Analytics query engine stitches data from old and new clusters automatically, and the results of queries are complete and accurate.
208
207
209
208
When dedicated cluster is configured with customer-managed key (CMK), new ingested data is encrypted with your key, while older data remains encrypted with Microsoft-managed key (MMK). The key configuration is abstracted by Log Analytics and the query across old and new data encryptions is performed seamlessly.
210
209
211
-
A cluster can be linked to up to 1,000 workspaces. Linked workspaces must be located in the same region as the cluster. A workspace can't be linked to a cluster more than twice a month, to prevent data fragmentation.
210
+
A cluster can be linked to up to 1,000 workspaces located in the same region as the cluster. A workspace can't be linked to a cluster more than twice a month, to prevent data fragmentation.
211
+
212
+
Other than the billing aspects that is governed by the cluster plan, all workspace configurations and query aspects remain unchanged after the link.
213
+
214
+
The workspace and the cluster can be in different subscriptions. It's possible for the workspace and cluster to be in different tenants if Azure Lighthouse is used to map both of them to a single tenant.
212
215
213
216
You need 'write' permissions to both the workspace and the cluster resource for workspace link operation:
214
217
215
218
- In the workspace: *Microsoft.OperationalInsights/workspaces/write*
216
219
- In the cluster resource: *Microsoft.OperationalInsights/clusters/write*
217
220
218
-
Other than the billing aspects that is governed by the cluster plan, the linked workspace configuration remain.
219
-
220
-
The workspace and the cluster can be in different subscriptions. It's possible for the workspace and cluster to be in different tenants if Azure Lighthouse is used to map both of them to a single tenant.
221
-
222
221
> [!NOTE]
223
222
> Linking a workspace can be performed only after the completion of the Log Analytics cluster provisioning.
224
223
> Linking a workspace to a cluster involves syncing multiple backend components and cache hydration, which can take up to two hours.
225
224
226
-
Use the following commands to link a workspace to a cluster:
225
+
Use the following steps to link a workspace to a cluster. You can automated for linking multiple workspaces:
227
226
228
227
#### [CLI](#tab/cli)
229
228
229
+
> [!NOTE]
230
+
> Use **cluster** value for linked-service ```name```.
231
+
230
232
```azurecli
231
233
# Find cluster resource ID
232
234
az account set --subscription "cluster-subscription-id"
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*.
0 commit comments