Skip to content

Commit 6a174ac

Browse files
author
gitName
committed
User Feedback 437386 - Fix typo per UUF feedback
1 parent d8aafa8 commit 6a174ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn-pr/azure/introduction-to-migrating-aws-to-azure/includes/4-compute-storage-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ VMs and other services running in Azure or AWS must communicate with each other,
4747

4848
| Purpose | Azure object | AWS object | Comments |
4949
|---|---|---|---|
50-
| Network segmentation | Virtual Networks (VNets) | Virtual Private Clouds (VPCs) | VNets and VPCs provide isolated networks, within which communication is permitted. Access outside these networks required configuration and is tightly controlled. Both VNets and VPCs can be subdivided into IP subnets. |
50+
| Network segmentation | Virtual Networks (VNets) | Virtual Private Clouds (VPCs) | VNets and VPCs provide isolated networks, within which communication is permitted. Access outside these networks requires configuration and is tightly controlled. Both VNets and VPCs can be subdivided into IP subnets. |
5151
| Traffic filtering | Network Security Groups (NSGs) | Security Groups | NSGs and AWS Security Groups filter traffic as it enters and exits a virtual network or VPC. |
5252
| Load balancing | Azure Load Balancer | Elastic Load Balancing (ELB) | These objects accept requests from users and distribute them between VMs or other services in order to optimize performance. |
5353
| Domain Name System (DNS) | Azure DNS | Route 53 | These objects resolve host names to IP addresses. |

0 commit comments

Comments
 (0)