Skip to content

Commit b8e2158

Browse files
authored
Acrolinx improvements
1 parent cea0c5a commit b8e2158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/security/fundamentals/encryption-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The three server-side encryption models offer different key management character
4646

4747
### Azure disk encryption
4848

49-
All Managed Disks, Snapshots, and Images are encrypted using Storage Service Encryption using a service-managed key. For more information on options to protect temp disks, caches, and manage keys in Azure Key Vault, see [Overview of managed disk encryption options](../../virtual-machines/disk-encryption-overview.md).
49+
All Managed Disks, Snapshots, and Images are encrypted using Storage Service Encryption using a service-managed key. Azure also offers options to protect temp disks, caches, and manage keys in Azure Key Vault. For more information, see [Overview of managed disk encryption options](../../virtual-machines/disk-encryption-overview.md).
5050

5151
### Azure Storage Service Encryption
5252

@@ -110,7 +110,7 @@ Whenever Azure Customer traffic moves between datacenters-- outside physical bou
110110

111111
Microsoft gives customers the ability to use [Transport Layer Security](https://en.wikipedia.org/wiki/Transport_Layer_Security) (TLS) protocol to protect data when it’s traveling between the cloud services and customers. Microsoft datacenters negotiate a TLS connection with client systems that connect to Azure services. TLS provides strong authentication, message privacy, and integrity (enabling detection of message tampering, interception, and forgery), interoperability, algorithm flexibility, and ease of deployment and use.
112112

113-
[Perfect Forward Secrecy](https://en.wikipedia.org/wiki/Forward_secrecy) (PFS) protects connections between customers’ client systems and Microsoft cloud services by unique keys. Connections also use RSA-based 2,048-bit encryption key lengths and supports AES 256 data encryption. This combination makes it difficult for someone to intercept and access data that is in transit.
113+
[Perfect Forward Secrecy](https://en.wikipedia.org/wiki/Forward_secrecy) (PFS) protects connections between customers’ client systems and Microsoft cloud services by unique keys. Connections also use RSA-based 2,048-bit encryption key lengths and support AES 256 data encryption. This combination makes it difficult for someone to intercept and access data that is in transit.
114114

115115
### Azure Storage transactions
116116

0 commit comments

Comments
 (0)