Skip to content

Commit fdd80d0

Browse files
authored
Merge pull request #49022 from rwike77/patch-6
Removing encrypt disks sections
2 parents 918d277 + 09a2f25 commit fdd80d0

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

articles/service-fabric/service-fabric-cluster-creation-via-arm.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -589,21 +589,6 @@ The following diagram illustrates where your key vault and Azure AD configuratio
589589
![Resource Manager dependency map][cluster-security-arm-dependency-map]
590590

591591

592-
## Encrypting the disks attached to your windows cluster node/virtual machine instances
593-
594-
For encrypting the disks (OS drive and other managed disks) attached to your nodes, we leverage the Azure Disk Encryption. Azure Disk Encryption is a new capability that helps you [encrypt your Windows virtual machine disks](service-fabric-enable-azure-disk-encryption-windows.md).
595-
Azure Disk Encryption leverages the industry standard [BitLocker](https://technet.microsoft.com/library/cc732774.aspx) feature of Windows to provide volume encryption for the OS volume.
596-
The solution is integrated with [Azure Key Vault](https://azure.microsoft.com/documentation/services/key-vault/) to help you control and manage the disk-encryption keys and secrets in your key vault subscription.
597-
The solution also ensures that all data on the virtual machine disks are encrypted at rest in your Azure storage.
598-
599-
## Encrypting the disks attached to your Linux cluster node/virtual machine instances
600-
601-
For encrypting the disks (Data drive and other managed disks) attached to your nodes, we leverage the Azure Disk Encryption. Azure Disk Encryption is a new capability that helps you [encrypt your Linux virtual machine disks](service-fabric-enable-azure-disk-encryption-linux.md).
602-
Azure Disk Encryption leverages the industry standard [DM-Crypt](https://en.wikipedia.org/wiki/Dm-crypt) feature of Linux to provide volume encryption for the data disks.
603-
The solution is integrated with [Azure Key Vault](https://azure.microsoft.com/documentation/services/key-vault/) to help you control and manage the disk-encryption keys and secrets in your key vault subscription.
604-
The solution also ensures that all data on the virtual machine disks are encrypted at rest in your Azure storage.
605-
606-
607592
## Create the cluster using Azure resource template
608593

609594
You can now deploy you cluster using the steps outlined earlier in the document, or if you have

0 commit comments

Comments
 (0)