You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -31,7 +31,7 @@ To open the Cloud Shell, just select **Try it** from the upper right corner of a
31
31
Create an Azure resource group with [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup). A resource group is a logical container into which Azure resources are deployed and managed.
Use the following command to create a remote desktop session from your local computer. Replace the IP address with the public IP address of your VM.
65
+
Use the following command to create a remote desktop session from your local computer. Replace `publicIpAddress` with the public IP address of your VM.
68
66
69
67
```powershell
70
68
mstsc /v:publicIpAddress
@@ -79,7 +77,7 @@ You may receive a certificate warning during the sign-in process. Click **Yes**
79
77
To see your VM in action, install the IIS web server. Open a PowerShell prompt on the VM and run the following command:
In this quickstart, you deployed a simple virtual machine, open a network port for web traffic, and installed a basic web server. To learn more about Azure virtual machines, continue to the tutorial for Windows VMs.
101
+
In this quickstart, you deployed a simple virtual machine, opened a network port for web traffic, and installed a basic web server. To learn more about Azure virtual machines, continue to the tutorial for Windows VMs.
104
102
105
103
> [!div class="nextstepaction"]
106
104
> [Azure Windows virtual machine tutorials](./tutorial-manage-vm.md)
0 commit comments