Skip to content

Commit 0d0c65c

Browse files
authored
Some modifications.
1 parent 3a117bc commit 0d0c65c

File tree

1 file changed

+18
-35
lines changed

1 file changed

+18
-35
lines changed

articles/azure-monitor/platform/customer-managed-keys.md

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,12 @@ The identity is assigned to the *Cluster* resource at creation time.
187187

188188
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
189189

190+
>[!Important]
191+
> It takes the provisioning of the underly ADX cluster a few minutes to complete. You can verify the provisioning state when performing GET REST API call on the *Cluster* resource and looking at the *provisioningState* value. It is *ProvisioningAccount* while provisioning and "Succeeded" when completed.
192+
190193
### Azure Monitor data-store (ADX cluster) provisioning
191194

192-
During the early access period of the feature, the ADX cluster is provisioned manually by the product team once the previous steps are completed. Use your Microsoft channel for the provisioning while providing the *Cluster* resource response.
195+
During the early access period of the feature, the ADX cluster is provisioned manually by the product team once the previous steps are completed. Use your Microsoft channel for this step and provide the *Cluster* resource response.
193196

194197
```rst
195198
GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.OperationalInsights/clusters/<cluster-name>?api-version=2019-08-01-preview
@@ -224,9 +227,7 @@ Authorization: Bearer <token>
224227
}
225228
```
226229

227-
>[!Important]
228-
> It takes the provisioning of the underly ADX cluster a few minutes to complete. The *provisioningState* value indicates its state, it is *ProvisioningAccount* while provisioning and "Succeeded" when provisioning is completed.
229-
> The "principalId" GUID is generated by the managed identity service for the *Cluster* resource.
230+
The "principalId" GUID is generated by the managed identity service for the *Cluster* resource.
230231

231232
### Grant Key Vault permissions
232233

@@ -559,48 +560,27 @@ PUT https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/
559560
Authorization: Bearer <token>
560561
Content-type: application/json
561562
562-
{
563-
"location": "<region-name>",
564-
"properties": {
565-
"clusterType":"ApplicationInsights"
566-
},
567-
"identity": {
568-
"type": "systemAssigned"
569-
}
570-
}
571-
```
572-
573-
**Response**
574-
575-
Identity is assigned to the *Cluster* resource at creation time.
576-
577-
```json
578-
579563
{
580564
"identity": {
581-
"type": "SystemAssigned",
582-
"tenantId": "tenant-id",
583-
"principalId": "principle-id"
584-
},
565+
"type": "systemAssigned"
566+
},
585567
"sku": {
586568
"name": "capacityReservation",
587569
"Capacity": 1000
588570
},
589571
"properties": {
590-
"provisioningState": "Succeeded",
591-
"clusterType": "ApplicationInsights",
592-
"clusterId": "cluster-id"
572+
"clusterType":"ApplicationInsights"
593573
},
594-
"id": "/subscriptions/subscription-id/resourceGroups/resource-group-name/providers/Microsoft.OperationalInsights/clusters/cluster-name",
595-
"name": "cluster-name",
596-
"type": "Microsoft.OperationalInsights/clusters",
597-
"location": "region-name"
574+
"location": "<region-name>"
598575
}
599576
```
600-
"principle-id" is a GUID that was generated by the managed identity service.
601577

602-
> [!IMPORTANT]
603-
> Copy and keep the "principle-id" value since you will need it in next steps.
578+
**Response**
579+
580+
202 Accepted. This is a standard Resource Manager response for asynchronous operations.
581+
582+
>[!Important]
583+
> It takes the provisioning of the underly ADX cluster a few minutes to complete. You can verify the provisioning state when performing GET REST API call on the *Cluster* resource and looking at the *provisioningState* value. It is *ProvisioningAccount* while provisioning and "Succeeded" when completed.
604584
605585
### Associate a component to a *Cluster* resource using [Components - Create Or Update](https://docs.microsoft.com/rest/api/application-insights/components/createorupdate) API
606586

@@ -648,6 +628,9 @@ Authorization: Bearer <token>
648628
}
649629
```
650630

631+
> [!IMPORTANT]
632+
> Copy and keep the "principle-id" value since you will need it in next steps.
633+
651634
**Associate a component**
652635

653636
```rst

0 commit comments

Comments
 (0)