Skip to content

Commit d243c77

Browse files
authored
Update customer-managed-keys.md
1 parent 9e85a28 commit d243c77

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ All your data is accessible after the key rotation operation including data inge
491491

492492
- If you try to delete a *Cluster* resource that is associated to a workspace, the delete operation will fail.
493493

494-
- Use this API to get all *Cluster* resources for a resource group:
494+
- Get all *Cluster* resources for a resource group:
495495

496496
```rst
497497
GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.OperationalInsights/clusters?api-version=2019-08-01-preview
@@ -528,7 +528,7 @@ All your data is accessible after the key rotation operation including data inge
528528
}
529529
```
530530

531-
- Use this API call to Get all *Cluster* resources for a subscription:
531+
- Get all *Cluster* resources for a subscription:
532532

533533
```rst
534534
GET https://management.azure.com/subscriptions/<subscription-id>/providers/Microsoft.OperationalInsights/clusters?api-version=2019-08-01-preview
@@ -539,8 +539,7 @@ All your data is accessible after the key rotation operation including data inge
539539

540540
The same response as for '*Cluster* resources for a resource group', but in subscription scope.
541541

542-
- Use this API call to delete a *Cluster* resource -- You need to delete all the associated workspaces before you can delete
543-
your *Cluster* resource:
542+
- Delete a *Cluster* resource -- a soft-delete operation is performed to allow the recovery of your *Cluster* resource, your data and associated workspaces within 14 days, whether the deletion was accidental or intentional. After the soft-delete period, your *Cluster* resource and data are non-recoverable. The *Cluster* resource name remains reserved during the soft-delete period and you can’t create a new cluster with that name.
544543

545544
```rst
546545
DELETE
@@ -552,6 +551,8 @@ your *Cluster* resource:
552551

553552
200 OK
554553

554+
- Recover your *Cluster* resource and your data -- during the soft-delete period, create a *Cluster* resource with the same name and in the same subscription, resource group and region. Follow the [Create *Cluster* resource](#Create-Cluster-resource) step.
555+
555556

556557
## Appendix
557558

0 commit comments

Comments
 (0)