How to attach DDoS to VNET
Enhancing Network Security with Azure's DDoS Protection
Before we discuss the topic, let us delve into creating a DDoS protection plan.
What is an Azure DDoS protection plan?
An Azure DDoS Protection Plan is a service that guards against Distributed Denial of Service (DDoS) assaults on your Azure services. The goal of these assaults is to flood your applications with internet traffic so they become unresponsive or slow.
Below are steps to create a DDoS protection plan in Azure:
- In the Homepage of your Azure account, type DDoS protection Plan in the search bar and select it from the list
- Click on create.
Fill the necessary details in the basic tab such as: resource group, name. subscription, region.
Click review + create button below
- Click on create
- Click on go to resource
- Go ahead to configure and manage a protection plan.
We can now attach this DDoS protection plan to either an existing virtual network or a newly created one.
In the assumption that no VNET is existing, below are the steps to creating a VNET
But firstly, what is a virtual network?
An essential component of your private network in Azure is an Azure Virtual Network (VNet). Within a logically separated network, it enables you to safely connect to and manage your Azure resources, including virtual machines (VMs).
Creating a virtual network VNET
- Search for and select virtual networks in the homepage of your Azure account
- Click on create
Fill required details in the basic tab
Click review + create once you are through
- Click create
- Once deployment is complete, click go to resource
- Explore your VNET
To attach a DDoS protection to your VNET
- On the left pane in your VNET, select DDoS protection blade in settings
If DDoS network protection is disabled, enable it
In the dropdown box, select the DDoS protection plan you created earlier
Click save