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
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name",//The cluster resource Id
"clusterDefinitionId": "cluster-id"//The id of the Cluster resource
389
+
"clusterDefinitionId": "cluster-id"
385
390
},
386
391
"workspaceCapping": {
387
392
"dailyQuotaGb": value,
@@ -514,7 +519,7 @@ If you update your key in Key Vault and don't update the new *Key identifier* de
514
519
515
520
- If you try to delete a *Cluster* resource that is associated to a workspace, the delete operation will fail.
516
521
517
-
- Use this API call to get all *Cluster* resources for a resource group:
522
+
- Use this API to get all *Cluster* resources for a resource group:
518
523
519
524
```rst
520
525
GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.OperationalInsights/clusters?api-version=2019-08-01-preview
@@ -533,8 +538,8 @@ If you update your key in Key Vault and don't update the new *Key identifier* de
@@ -635,19 +640,23 @@ Identity is assigned to the *Cluster* resource at creation time.
635
640
"identity": {
636
641
"type": "SystemAssigned",
637
642
"tenantId": "tenant-id",
638
-
"principalId": "principle-id"//A GUID that was generated by the managed identity service
643
+
"principalId": "principle-id"
639
644
},
640
645
"properties": {
641
646
"provisioningState": "Succeeded",
642
647
"clusterType": "ApplicationInsights", //The value is ‘ApplicationInsights’ for Application Insights CMK
643
-
"clusterId": "cluster-id"//A GUID that Log Analytics generates for the cluster - copy it since you need it for Key Vault and components association
648
+
"clusterId": "cluster-id"
644
649
},
645
650
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name", //The cluster resource Id
646
651
"name": "cluster-name",
647
652
"type": "Microsoft.OperationalInsights/clusters",
648
653
"location": "region-name"
649
654
}
650
655
```
656
+
"principalId" is a GUID that was generated by the managed identity service.
657
+
658
+
> [!IMPORTANT]
659
+
> Copy and keep the "cluster-id" value since you will need it in next steps.
651
660
652
661
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
0 commit comments