How can we help you today?

Go ahead and ask us anything.

See the KanBo newest version.

Creating a Windows Virtual Machine on Azure for Elastic Search

Last modified:


Creating and Configuring a VM on Azure for Elastic Search

1. Go to portal.azure.com

2. Select “Virtual Machines”

Image 12903

if it’s not on Your main menu, You can find it under “More services”

Image 12904

Image 12905


3. Click on “Create” and “Virtual Machine”

Image 12906

4. Choose Your subscription, resource group, region and Operating System and name Your Virtual Machine

Image 12908

5. Choose the size of Your machine. A minimum of B2s is required. You can see the sizes by pressing “See all sizes”

Image 12909

6. Type in the Username and Password for the admin account

Image 12910


7. Make sure you have RDP (3389) port selected

Image 12911

Image 12912

8. Press “Review + create” - After that, press create

Image 12913

Opening the VM’s ports in Azure

After Your machine is created, additional inbound rules will have to be added in the networking section of Your VM.

1. Go to Your VM

Image 12914

2. Go to Networking

Image 12915

3. Press “Add inbound port rule”

Image 12916

4. To allow the port of Elastic Search to be accessed from the outside, change the “Destination port ranges” to 9200 and choose the TCP protocol. Name this rule “ElasticSearch”.

Image 12917

After that is done, press “Add”

Connecting to a Windows VM

1. Open “Remote Desktop Connection”

Image 12918

2. In “Computer”, type the IP of Your Azure VM preceded by “:3389” (for example 230.127.115.130:3389) and press “Connect”

Image 12919

The IP of Your Azure VM can be found here:

Image 12920

3. Type in Your Username and Password of the user You created in “Configuring a VM on Azure for Elastic Search”, step 6, and press ok.

Image 12921

4. Agree to the certificate

Image 12922

5. You are now connected to the VM




Is this article helpful for you?