Create an Azure VNet Walkthrough
Video Activity
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Video Transcription
00:01
>> Hey everybody and welcome back.
00:01
In this lecture, we're going to be going through
00:01
>> a walk-through on how to set up a virtual network.
00:01
>> This is going on with our conversation
00:01
>> and the networking space
00:01
>> and networking domain within Azure
00:01
>> where been talking a lot about different services,
00:01
>> but I wanted to actually jump it to the portal here
00:01
>> and show you how it's done.
00:01
>> As you can see, I'm in my Azure accounts,
00:01
I'm right here on the portal.
00:01
Virtual networks is right here.
00:01
But I'm going to show you the long way
00:01
>> in case you don't see that you can go up
00:01
>> to Create Resource and right here
00:01
>> search for virtual network.
00:01
You should see it pop up right here at the top.
00:01
If you click it, you want to make sure that
00:01
>> it is a service that's offered by Microsoft
00:01
>> just because it can get a little confusing,
00:01
>> you might accidentally click a service
00:01
that is provided by someone other than Microsoft.
00:01
That's just because you have the ability
00:01
>> to spin up things from third parties.
00:01
>> Just just to avoid confusion
00:01
>> and potentially adding any additional cost to your bill
00:01
>> if you're not using a free tier account,
00:01
>> you want to make sure that we
00:01
are in Microsoft's solution.
00:01
We're going to go ahead and hit
00:01
Create and it's going to take us to this page
00:01
>> where we can configure the settings
00:01
>> and it gives you a little description here.
00:01
>> Tells us the various settings that we can add,
00:01
which we're going to touch on here in a second.
00:01
But let's go ahead and stick with the basics tab.
00:01
I'm going to go ahead and leave it as
00:01
this Azure Subscription 1.
00:01
But for resource group,
00:01
I don't have any resource groups available,
00:01
so let's go ahead and create one.
00:01
We'll just call this test.
00:01
There we go.
00:01
>> Keyboard was a little laggy there.
00:01
>> Tests-rg.
00:01
>> I got the nice checkmark right here.
00:01
>> Indicates that we are okay.
00:01
Let's go ahead and select a name so we can do tests.
00:01
Actually we can't use hyphens here,
00:01
so we'll use snake case testVNet.
00:01
We do have a checkmarks, so we're good.
00:01
I'll leave it in my region for East US
00:01
because I'm based on the East Coast of United States.
00:01
Let's move on to the next tab here.
00:01
You could have two options.
00:01
You can go to the next IP addresses
00:01
>> or you can hit up here.
00:01
>> I'm going to go ahead
00:01
>> and just hit this button right there.
00:01
>> We can go ahead and configure our setting.
00:01
This is the defaults.
00:01
What I'm going to do is I'll change my address space.
00:01
I'm just going to add a one,
00:01
so it'll be 10.1.0.0/16.
00:01
We're going to drop down here
00:01
>> where we can add a subnet.
00:01
>> You'll see a menu pop-up over here
00:01
>> on the right-hand side.
00:01
>> We'll just call this my subnets.
00:01
We've got the check marks, so we're okay.
00:01
We're going to add our IP address space
00:01
>> or IP address range rather,
00:01
>> 24 should be okay.
00:01
Let's go ahead and add that.
00:01
We have a subnet,
00:01
it is assigned to our IP address here.
00:01
Let's move on to security.
00:01
We're going to enable Bastion
00:01
>> and we'll call this myBastion,
00:01
>> will just keep the same
00:01
>> naming convention going on there.
00:01
>> What we're going to add here
00:01
>> for the subnet address space will be 10.1.1.0/24.
00:01
>> We're okay,
00:01
>> and here we can create a new public space.
00:01
>> We'll just have a name be myBastionIP.
00:01
Looking good.
00:01
Let's go ahead and move on to tags.
00:01
Well we can't do this, we don't have to.
00:01
If you're working in a real environment,
00:01
typically one that is the development
00:01
>> or production environment for work.
00:01
>> You typically do want to do this
00:01
>> because it helps you with billing and an organization
00:01
>> and just cost management in general.
00:01
>> Also those help you with security as well.
00:01
There's a lot of really good benefits for
00:01
tagging the resources that you deploy,
00:01
but not necessary for the lab.
00:01
Just show you how easy it is.
00:01
I can just add a name and I can say myBastionSubnets.
00:01
Sure, we'll go ahead and do that
00:01
>> because we are spinning up a Bastion.
00:01
>> We're going to go over to review and creates.
00:01
It's going to run this final validation.
00:01
Validation did pass.
00:01
That was pretty quick.
00:01
>> We're going to go ahead
00:01
>> and hit "Create" right here.
00:01
>> As you can see, is going to go through this process
00:01
>> where it's initializing deployment
00:01
>> and setting up the whole thing.
00:01
>> This is going to take a few minutes.
00:01
Why don't you go ahead and get up, stretch your legs,
00:01
maybe use the bathroom
00:01
>> and then come rejoin us and we'll pick it back up.
00:01
>> It looks like the deployment is now successful.
00:01
We're going to go ahead
00:01
>> and navigate over to that resource.
00:01
>> As you can see, the testVNet has been deployed.
00:01
We do have some information here,
00:01
like the subscription ID,
00:01
we have our resource down here,
00:01
which is the device that is connected to this VNet.
00:01
Here's the address space.
00:01
Let's go ahead and jump into that Bastion.
00:01
We can see that this is a managed Bastion service
00:01
>> which we'll talk a little bit more
00:01
>> about as we go along in the course.
00:01
But for the sake of this walk-through,
00:01
I'm just going to show you what's available here.
00:01
You do see that it is tied to this subscription
00:01
>> that we set up.
00:01
>> Here's the IP range.
00:01
This is obviously not an IP address,
00:01
but it is something that we were able to configure
00:01
>> when we are setting up this Bastion,
00:01
>> here's our resource group
00:01
>> so that we know that it's our test resource group.
00:01
>> If I work my way down here,
00:01
we don't have any sessions available,
00:01
but you could add
00:01
or you could activate a session by logging in.
00:01
Then we have logs,
00:01
we have all the standard stuff
00:01
>> because this is a service that is tied to our VNet.
00:01
>> Like I said, not going to dive
00:01
into a whole lot of details there on the Bastion
00:01
>> because that's not what this lecture is really about.
00:01
>> But really wanted to show you how quick
00:01
and easy it is to set up your own VNets
00:01
and all the subnets and deploy resources
00:01
>> within that networking environments.
00:01
>> Obviously, pretty simple.
00:01
Just a few clicks, a few minutes.
00:01
It took us what like 7-10 minutes or so.
00:01
We are able to configure our own
00:01
>> virtual networking environment are here in Azure.
00:01
>> Anyways, hope that was helpful
00:01
>> if you have any questions,
00:01
>> feel free to reach out to me and if not,
00:01
I'll see you in the next lecture.
Up Next
Configure a Virtual Network Lab
45m
Configure Network Security Groups (NSGs) to Allow Application and Database Traffic Lab
30m
Similar Content