Category Archives: Azure Virtual Machine

Access a File Share from a Virtual Machine

To access file share, following this procedure In Internet Explorer, on the Microsoft Azure tab, in the hub menu, click BROWSE and click Virtual machines. Then in the Virtual machines blade, click Server-02. In the Server-02 blade, click Connect In … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Connect a VHD to a Virtual Machine

In this exercise, you will connect VHD to Virtual Machine. Switch to Internet Explorer, and click the new Azure Preview Portal tab. In the Virtual machines blade, click Web2. click Start, and then click Yes; wait for Web2 to enter … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Create a Storage Space

In this exercise, you will create virtual data disks on Azure virtual machine. Switch to the Web2 Remote Desktop. On the Taskbar, click Server Manager. In Server Manager, on the left-hand pane, click File and Storage Services. Click Storage Pools. … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Upload a VHD to Azure

In this exercise, you will upload VHD to Azure. Switch to the PowerShell ISE. In the PowerShell ISE, in the command prompt pane, enter the following command and press Enter: Get-AzureSubscription In the PowerShell ISE, in the command prompt pane, … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Configure load balancing rules

After the load balancer creation, navigate to the load balancer resource to configure it. Configure a backend address pool and a probe before configuring a load balancing rule. Step 1: Configure a backend pool To configure a backend pool, you … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Create the Azure Load Balancer

Use the following steps to create an internal load balancer from the Azure portal. Open a browser, navigate to the Azure portal, and sign in with your Azure account. In the upper left-hand side of the screen, click Create a … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Specify Availability Sets

In this exercise, you will configure an availability set Start Internet Explorer, browse to the new Azure Preview Portal (https://portal.azure.com), and sign in using the Microsoft account that is associated with your Azure subscription. On the Hub menu, click NEW. … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Configure SSH on Linux Azure VM

In this exercise you will configure SSH to connect with Linux VM Start Internet Explorer, and browse to https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html. Right-click exe, and click Save target as. Save the executable to the Downloads folder on the local computer. Start Internet Explorer, … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Deploy a Custom Linux Virtual Machine

In this exercise you will create a new Linux virtual machine using PowerShell Script In the PowerShell ISE, in the command prompt pane, Enter Login-AzureRMAccount Enter Select-AzureRMSubscription -SubscriptionName “Sub. Name” Enter the following command and press Enter, where uniquecloudservicename is … Continue reading

Posted in Azure Virtual Machine | Leave a comment

Deploy a Windows Virtual Machine in Microsoft Azure PowerShell

In this exercise you will create a new virtual machine using PowerShell script. On the taskbar, right-click Microsoft Azure PowerShell and click Run ISE as Administrator. Click Yes when prompted. Edit on this script, you can add the Network IP, … Continue reading

Posted in Azure Virtual Machine | Leave a comment