Skip to content

Commit f376adf

Browse files
committed
reverting
1 parent e745650 commit f376adf

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/virtual-machines/disks-cross-tenant-customer-managed-keys.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you have questions about cross-tenant customer-managed keys with managed disk
2929

3030
## Create a disk encryption set
3131

32-
Now that you've created your Azure Key Vault and performed the required Azure AD configurations, deploy a disk encryption set configured to work across tenants and associate it with a key in the key vault. You can do this using the Azure Portal, Azure PowerShell, or Azure CLI. You can also use an [ARM template](#arm) or [REST API](#rest-api).
32+
Now that you've created your Azure Key Vault and performed the required Azure AD configurations, deploy a disk encryption set configured to work across tenants and associate it with a key in the key vault. You can do this using the Azure Portal, Azure PowerShell, or Azure CLI. You can also use an [ARM template](#use-an-arm-template) or [REST API](#use-rest-api).
3333

3434
# [Portal](#tab/azure-portal)
3535

@@ -82,7 +82,9 @@ In the command below, `myAssignedId` should be the resource ID of the user-assig
8282
az disk-encryption-set create --resource-group MyResourceGroup --name MyDiskEncryptionSet --key-url MyKey --mi-user-assigned myAssignedId --federated-client-id myFederatedClientId --location westcentralus
8383
```
8484

85-
# [ARM](#tab/arm)
85+
---
86+
87+
### Use an ARM template
8688

8789
```json
8890
{
@@ -139,7 +141,7 @@ az disk-encryption-set create --resource-group MyResourceGroup --name MyDiskEncr
139141
}
140142
```
141143

142-
# [REST API](#tab/rest)
144+
### Use REST API
143145

144146
Use bearer token as authorization header and application/JSON as content type in BODY. (Network tab, filter to management.azure while performing any ARM request on portal.)
145147

@@ -170,10 +172,6 @@ Content-Type: application/json
170172
}
171173
```
172174

173-
---
174-
175-
176-
177175
## Next steps
178176

179177
See also:

0 commit comments

Comments
 (0)