How to Create Virtual WAN in Microsoft Azure.
Azure Virtual WAN is a networking service that brings many networking, security and routing functionalities together to provide a single operational interface. Login to Azure portal. Click on All Services. Select Virtual WANs. Click on Add. On Basics tab provide the following values:- Subscription: An Azure subscription grants you access to Azure services. …
How to Create a Private DNS zones in Microsoft azure.
Azure Private DNS provides a reliable and secure DNS service to manage and resolve domain names in a virtual network without the need to add a custom DNS solution. Login to azure portal. Click on All Services. Select Private DNS zones. Click on Create. On Basics tab provide the following values:- Subscription: An Azure subscription grants …
Read more “How to Create a Private DNS zones in Microsoft azure.”
How to Create a Web Application Firewall policies (WAF) in Microsoft azure.
Azure Web Application Firewall (WAF) is a cloud-native service that protects your web applications from bot attacks and common web vulnerabilities such as SQL injection and cross-site scripting. Web Application Firewall Policies contain all the WAF settings and configurations. This includes exclusions, custom rules, managed rules, and so on. These policies are then associated to …
Read more “How to Create a Web Application Firewall policies (WAF) in Microsoft azure.”
How to Create a Bastion in Microsoft azure.
Bastion provides secure and seamless RDP/SSH connectivity to VMs directly in the Azure portal over SSL. When you connect via Azure Bastion virtual machines do not need a public IP address. Login to azure portal. Click on All Services. Select Bastions. Click on Add option. On Basics tab provide the following values:- Subscription: An …
Difference between NSG’s (Network Security Group) & ASG’s (Application Security Group) Azure
Network Security Group is the Azure Resource that will use to enforce and control the network traffic with, whereas Application Security Group is an object reference within a Network Security Group. Network Security Group A network security group is used to enforce and control network traffic. Controls the inbound and outbound traffic at the subnet level. …