Azure reclaims the assigned public IP when all the virtual in the Azure cloud service is off and deallocated. When we turn on the virtual machine to use the cloud service again, Azure will assign a new public IP, each assigned to a different IP, we have previously configured DNS resolution, reverse parsing and so on will be invalidated.
Therefore, we can choose to reserve the public network IP. That way, even if all of the resources in the cloud service are freed up, the public IP of the cloud service will remain intact the next time it is started again. Of course reserved VIP is charged.
650) this.width=650; "height=" 420 "title=" clip_image002 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image002 "src=" http://s3.51cto.com/wyfs02/M02/83/F7/wKiom1eB-IHA0V22AABPOx6Vjec880.jpg "border=" 0 "/>
To reserve a public IP, you need to use Azure Powershell
We use the following command:
New-azurereservedip-servicename "HHCLOUD-EXJP"-reservedipname "Exjp-ip"-location "Japan East"
650) this.width=650; "height=" title= "clip_image004" style= "Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image004 "src=" http://s3.51cto.com/wyfs02/M01/83/F5/wKioL1eB-IKQ2cd3AABg6sY-Y-U577.jpg "border=" 0 "/>
Use Get-azurereservedip to confirm the reservation situation.
650) this.width=650; "height=" 362 "title=" clip_image005 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image005 "src=" http://s3.51cto.com/wyfs02/M01/83/F5/wKioL1eB-IOygsc6AACzTl0Qm_s041.png "border=" 0 "/>
So that the public IP is reserved, we can try to shut down the virtual machine in the cloud service to test the reserve function.
650) this.width=650; "height=" 291 "title=" clip_image006 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image006 "src=" http://s3.51cto.com/wyfs02/M02/83/F5/wKioL1eB-IPjlPqFAAAqB20aCcc101.png "border=" 0 "/>
When all virtual services in the cloud are closed and unassigned, the public IP is not displayed on the dashboard.
650) this.width=650; "height=" 268 "title=" clip_image007 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image007 "src=" http://s3.51cto.com/wyfs02/M01/83/F7/wKiom1eB-ISAGy89AAATjy8_NOM082.png "border=" 0 "/>
When a virtual machine starts up in the cloud service, we see that the VIP,IP address that was assigned to it has been reserved.
650) this.width=650; "height=" 349 "title=" clip_image008 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;margin:0px;padding-right:0px; "Alt=" clip_image008 "src=" http://s3.51cto.com/wyfs02/M00/83/F7/wKiom1eB-ISi8P6wAAAhQ873Xxc209.png "border=" 0 "/>
In this section, the Azure Cloud Exchange Primary Site configuration is basically complete,
650) this.width=650; "height=" 702 "title=" clip_image010 "style=" Border-top:0px;border-right:0px;background-image: none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px; "alt=" clip_image010 " Src= "http://s3.51cto.com/wyfs02/M01/83/F6/wKioL1eB-IaR3BQCAAEtL7u8NHo304.jpg" border= "0"/>
Next, you can perform various tests on this email primary site to verify functionality and usability.
This article is from the "Iron Fist of the Invincible Speaker" blog, please be sure to keep this source http://yaojiwei.blog.51cto.com/762134/1813967
Microsoft Azure Cloud Enterprise Exchange 2016 Deployment 14-reserved VIP