Skip to content

Commit da4a4e8

Browse files
Merge pull request #263038 from brianlehr/localbranch
added examples for DOA being bad
2 parents 30ad6d5 + b21f5fa commit da4a4e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-network/ip-services/default-outbound-access.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ If you deploy a virtual machine in Azure and it doesn't have explicit outbound c
5757

5858
* Customers don't own the default outbound access IP. This IP might change, and any dependency on it could cause issues in the future.
5959

60+
Some examples of configurations that will not work when using default outbound access:
61+
- When you have multiple NICs on the same VM, note that default outbound IPs will not consistently be the same across all NICs.
62+
- When scaling up/down Virtual Machine Scale sets, default outbound IPs assigned to individual instances can and will often change.
63+
- Similarly, default outbound IPs are not consistent or contigious across VM instances in a Virtual Machine Scale Set.
64+
6065
## How can I transition to an explicit method of public connectivity (and disable default outbound access)?
6166

6267
There are multiple ways to turn off default outbound access. The following sections describe the options available to you.

0 commit comments

Comments
 (0)