Skip to content

Commit 02fecf9

Browse files
authored
Merge pull request #101360 from yossi-y/patch-38
Modified limitation
2 parents 38a497e + 6f6d24b commit 02fecf9

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,6 @@ If you update your key in Key Vault and don't update the new *Key identifier* de
437437
configuration, remained encrypted with Microsoft key. You can query
438438
data before and after the configuration seamlessly.
439439

440-
- CMK capability is regional -- your Azure Key Vault, *Cluster*
441-
resource and associated workspaces must be in the same region but
442-
can be in different subscriptions.
443-
444440
- Once workspace is associated to a *Cluster* resource, it cannot be
445441
de-associated from the *Cluster* resource, since data is encrypted
446442
with your key and isn't accessible without your KEK in Azure Key
@@ -458,10 +454,9 @@ If you update your key in Key Vault and don't update the new *Key identifier* de
458454
- *Cluster* resource move to another resource group or subscription
459455
isn't supported currently.
460456

461-
- Workspace association to *Cluster* resource will fail if the
462-
*Cluster* resource is in a different tenant.
457+
- Your Azure Key Vault, *Cluster* resource and associated workspaces must be in the same region and in the same Azure Active Directory (Azure AD) tenant, but they can be in different subscriptions.
463458

464-
- Workspace association to *Cluster* resource will fail if it is
459+
- Workspace association to *Cluster* resource will fail if it is
465460
associated to another *Cluster* resource
466461

467462
## Troubleshooting and management
@@ -635,7 +630,7 @@ Content-type: application/json
635630

636631
```json
637632
{
638-
"id": "/subscriptions/{subscription-id}/resourcegroups/{resource-group-name}/providers/microsoft.insights/components/{component-name}",
633+
"id": "/subscriptions/subscription-id/resourcegroups/resource-group-name/providers/microsoft.insights/components/component-name",
639634
"name": "component-name",
640635
"type": "Microsoft.Insights/components",
641636
"location": "region-name",

0 commit comments

Comments
 (0)