A. Azure ‐ Creating Network Services - CloudDarsh/OracleCloud GitHub Wiki

Azure - Creating Network Services

Creating Network Services

Creating Vnet(Virtual Network)

Search for Virtual Network  Create Virtual Network

image

Fill the required details in the Basics tab,

image

After that select the required security options

image

Go to next, give a IP address

image

Go to next , create any tags if required  Next  Review + Create Create.

image

Now we can see VNet is created ,

image

Adding a subnet in the Vnet

For creating a subnet, go in the Vnet Created  Settings Subnets  Create Subnet.

image

Give the IP address details and click on Add

image

Now we can see the new subnet is added in the Vnet.

image

Creating a NSG(Network Security Group)

In the search box, type Network Security Groups and select it

image

Click on + Create.

Fill in the required details  Create.

image

Now we can see the NSG is created.

image

Adding Inbound Security Rules

After the NSG is created, navigate to the NSG we just created.

Go to Setting  Inbound Security Rules  +Add  Fill the required details.

image

Adding Outbound Security Rules

After the NSG is created, navigate to the NSG we just created.

Go to Setting  Outbound Security Rules  +Add  Fill the required details.

image

Associating the NSG with a Subnet

Navigate to the virtual network that contains the subnet.

Vnet  Settings  Subnets  Select the subnet we want to associate with the NSG  Click on Network security group  select the NSG we created.

image

Now the NSG will be attached to the subnet.

image