Skip to content

Commit 73a850c

Browse files
authored
Merge pull request #127390 from TrevorwrightMS/patch-4
Update virtual-network-encryption-faq.yml
2 parents 138f21c + c0424ae commit 73a850c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/virtual-network/virtual-network-encryption-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ sections:
2121
answer: |
2222
Encryption verification is limited to the status of the network interface resource, vnetEncryptionSupported, and Accelerated networking during public preview. After public preview, virtual network flow logs can be used to see the encrypted and unencrypted flows between virtual machines.
2323
24-
- question: Is there data not encrypted?
24+
- question: Why are packets dropped in encrypted virtual networks, and how can I prevent it?
2525
answer: |
26-
Fragmented packets aren't offloaded to hardware and don't get encrypted. Use an MTU of 1500 in the network configuration of your virtual machines.
26+
Fragmented packets are not offloaded to hardware and are therefore dropped. To avoid this, configure your virtual machines with a network MTU of 1400. For encrypted virtual networks, ensure the "Don't Fragment" (DF) flag is set. Packets exceeding the 1400 MTU limit will be dropped rather than fragmented.
2727
2828
- question: What certificate is used for the DTLS establishment on the Azure Host?
2929
answer: |

0 commit comments

Comments
 (0)