First, create the resource group to contain the resources for this tutorial:
- Sign in to the Azure portal at https://portal.azure.com.
- On the Azure portal home page, select Resource groups > Add.
- For Subscription, select your subscription.
- For Resource group name, type FW-Hybrid-Test.
- For Region, select (US) East US. All resources that you create later must be in the same location.
- Select Review + Create.
- Select Create.
Now, create the VNet:
Note
The size of the AzureFirewallSubnet subnet is /26. For more information about the subnet size, see Azure Firewall FAQ.
- From the Azure portal home page, select Create a resource.
- Under Networking, select Virtual network.
- Select Create.
- For Resource group, select FW-Hybrid-Test.
- For Name, type VNet-hub.
- Select Next: IP Addresses.
- For IPv4 Address space, delete the default address and type 10.5.0.0/16.
- Under Subnet name, select Add subnet.
- For Subnet name type AzureFirewallSubnet. The firewall will be in this subnet, and the subnet name must be AzureFirewallSubnet.
- For Subnet address range, type 10.5.0.0/26.
- Select Add.
- Select Review + create.
- Select Create.
No comments:
Post a Comment