Try-This exercise - Create a virtual network
Use this Try-This exercise to gain some hands-on experience with Azure Kubernetes Service.
This exercise shows you how to create a virtual network by using the Azure portal. A virtual network is the basis for private networks in Azure. Azure Virtual Network enables Azure resources like VMs to securely communicate with each other and the internet.
Note
To complete this exercise you'll need an Azure Subscripton.
Sign in to Azure
Sign in to the Azure portal with your Azure account.
Create a virtual network
The following procedure creates a virtual network with a resource subnet:
In the portal, search for and select Virtual networks.
On the Virtual networks page, select Create.
On the Basics tab of Create virtual network, enter or select the following information:
Setting Value Project details Subscription Select your subscription. Resource group Select Create new.
Enter RG_AKS in Name.Select OK.Instance details Name Enter VNet1. Region Select West US. Select Next and accept the default settings for the Security tab. Select Next at the bottom of the page.
In the IP Addresses tab, under IPv4 address space, accept the default for 10.0.0.0/16.
Select + Add subnet.
Enter or select the following information in Add subnet:
Setting Value Subnet name Enter subnet1. Subnet address range Enter 10.0.0.0/24. Select Next.
Select Review + create at the bottom of the screen, and when validation passes, select Create.