Skip to content

Latest commit

 

History

History
51 lines (42 loc) · 3.08 KB

vs-azure-tools-virtual-machines-access-from-server-explorer.md

File metadata and controls

51 lines (42 loc) · 3.08 KB
title description services documentationcenter author manager editor ms.assetid ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Accessing Azure Virtual Machines from Server Explorer | Microsoft Docs
Get an overview of how to view create and manage Azure virtual machines (VMs) in Server Explorer in Visual Studio.
visual-studio-online
na
kraigb
ghogen
eb3afde6-ba90-4308-9ac1-3cc29da4ede0
multiple
dotnet
article
na
multiple
8/31/2017
kraigb

Accessing Azure Virtual Machines from Server Explorer

By using Server Explorer in Visual Studio, you can display information about your virtual machines hosted by Azure.

Accessing virtual machines in Server Explorer

If you have virtual machines hosted by Azure, you can access them in Server Explorer. You must first sign in to your Azure subscription to view your mobile services. To sign in, open the shortcut menu for the Azure node in Server Explorer, and choose Connect to Microsoft Azure.

To get information about your virtual machines

  1. In Cloud Explorer, choose a virtual machine, and then choose the F4 key to show its properties window.

    The following table shows what properties are available, but they are all read-only. To change them, use the Azure portal.

    Property Description
    DNS Name The URL with the Internet address of the virtual machine.
    Environment For a virtual machine, the value of this property is always Production.
    Name The name of the virtual machine.
    Size The size of the virtual machine, which reflects the amount of memory and disk space that’s available. For more information, see Virtual Machine Sizes.
    Status Values include Starting, Started, Stopping, Stopped, and Retrieving Status. If Retrieving Status appears, the current status is unknown. The values for this property differ from the values that are used on the Azure portal.
    SubscriptionID The subscription ID for your Azure account. You can show this information on the Azure portal by viewing the properties for a subscription.
  2. Choose an endpoint node, and then view the Properties window.

  3. The following table describes the available properties of endpoints, but they are read-only. To add or edit the endpoints for a virtual machine, use the Azure portal.

    Property Description
    Name An identifier for the endpoint.
    Private Port The port for network access internal to your application.
    Protocol The protocol that the transport layer for this endpoint uses, either TCP or UDP.
    Public Port The port that’s used for public access to your application.

Next steps

To learn more about using Azure roles in Visual Studio, see Using Remote Desktop with Azure Roles.