Home Learning Azure
Post
Cancel

Learning Azure

I recently discovered Windows Admin Centre and saw the integrations with Azure in it. This made me want to learn Azure, as definitely the industry is heading towards the "Cloud".

After registering you're presented with this

image

First thing you need to do is create a resource group.

image

After creating a Resource Group, you can obviously create a Resource.

image

The amount of quick start resources is amazing, but what I want to test out is integration with a Server 2016/2019 VM that is hosted in Azure.

image

image

After creating the VM and RDP'ing into it and verifying it's all working, I set out to attach the VM to my Hyper-V host to manage and learn from.

First I had to link my Azure instance to my WAC (Windows Admin Center) instance. This was not hard, as all I had to do was go to Settings -> Azure, and link the account. Once the account was linked I had to grant permissions to WAC for Azure.

As you can see below, there is an option in the later versions of WAC to create a Azure Network Adapter.

image

Submitting the Azure Virtual Network Gateway to be created, took some time, as I first had to create the subnet that it was going to be set up in. Once that was done, the request was sent, and now just waiting on Azure to finish setting it up.

image

Once that is created, you will see in your "All Resources" a Virtual network gateway.

image

I was under the impression that the setup of the VPN gateway was automatic through the WAC, but it doesn't look like it, so I started setting it up manually. First I had to go to Point-to-site configuration and download the VPN client and install it on my Hyper-V host.

Once installed on my Hyper-V Host, I can see the VNET adapter

image

Attempting to Connect to the Virtual Network Adapter was failing due to a certificate issue. I tried installing the certificate, and did some further research to see what I was doing wrong. I needed to set up a site to site VPN but at the moment, I don't want to do that, as I don't want to mess with my current networking config.

This post is licensed under CC BY 4.0 by the author.