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
Fill the required details in the Basics tab,
After that select the required security options
Go to next, give a IP address
Go to next , create any tags if required Next Review + Create Create.
Now we can see VNet is created ,
Adding a subnet in the Vnet
For creating a subnet, go in the Vnet Created Settings Subnets Create Subnet.
Give the IP address details and click on Add
Now we can see the new subnet is added in the Vnet.
Creating a NSG(Network Security Group)
In the search box, type Network Security Groups and select it
Click on + Create.
Fill in the required details Create.
Now we can see the NSG is created.
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.
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.
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.
Now the NSG will be attached to the subnet.