Users Online

· Guests Online: 23

· Members Online: 0

· Total Members: 188
· Newest Member: meenachowdary055

Forum Threads

Newest Threads
No Threads created
Hottest Threads
No Threads created

Latest Articles

Exam 70-533: Implementing Microsoft Azure Infrastructure Solutions Part 1

 

 

 

Question ID 13680

You manage an Azure virtual network that hosts 15 virtual machines (VMs) on a single
subnet, which is used for testing a line of business (LOB) application. The application is
deployed to a VM named TestWebServiceVM.
You need to ensure that TestWebServiceVM always starts by using the same IP address.
You need to achieve this goal by using the least amount of administrative effort.
What should you do?

Option A

 Use the Management Portal to configure TestWebServiceVM.

Option B

Use RDP to configure TestWebServiceVM.

Option C

Run the Set-AzureStaticVNetIP PowerShell cmdlet.

Option D

Run the Get-AzureReservedIP PowerShell cmdlet.

Correct Answer C
Description Explanation: Specify a static internal IP for a previously created VM If you want to set a static IP address for a VM that you previously created, you can do so by using the following cmdlets. If you already set an IP address for the VM and you want to change it to a different IP address, youll need to remove the existing static IP address before running these cmdlets. See the instructions below to remove a static IP. For this procedure, youll use the Update-AzureVM cmdlet. The Update-AzureVM cmdlet restarts the VM as part of the update process. The DIP that you specify will be assigned after the VM restarts. In this example, we set the IP address for VM2, which is located in cloud service StaticDemo. Get-AzureVM -ServiceName StaticDemo -Name VM2 | Set-AzureStaticVNetIP -IPAddress 192.168.4.7 | Update-AzureVM References:
Update Date and Time 2017-10-20 11:11:04

 

Comments

No Comments have been Posted.

Post Comment

Please Login to Post a Comment.

Ratings

Rating is available to Members only.

Please login or register to vote.

No Ratings have been Posted.
Render time: 0.89 seconds
10,277,793 unique visits