Setting up Azure virtual machines with the same public virtual IP -


what happens if 2 azure vms have same public virtual ip (vip) address (but unique internal ip address)? in, imply?

i'm referring provisioning machines classic portal (manage.windowsazure.com). tantamount being in same "network security group" (in arm parlance)?

i'm newbie virtualization , networking, , wanted clarify basic concept. in layman's terms, objective have arrangement db vms not exposed public, part of same lan. i.e. max security, least latency.

what happens if 2 azure vms have same public virtual ip (vip) address (but unique internal ip address)? in, imply?

if want let 2 vms share 1 public ip address, need put them same cloud services. share same public vip , use different ports on public ip.

here screenshot of lab:

asm

is tantamount being in same "network security group" (in arm parlance)?

arm changes network architecture, shared 1 public vip, need create load balancer , assign public vip load balancer.

here article tells difference between arm , asm.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -