- Hands-On Networking with Azure
- Mohamed Waly
- 92字
- 2021-06-24 18:41:23
Creating a virtual network using Azure CLI 2.0
To create a virtual network using Azure CLI 2.0, you have to follow these steps:
- Log in to your Azure account using the following command az login, you have to open the URL that pops up on the CLI, and then enter the following code:

Figure 1.19: Logging in to Azure via Azure CLI 2.0
- To create a new virtual network, you need to run the following command:
az network vnet create --name CLIVNet --resource-group PacktPub --location westeurope --address-prefix 192.168.0.0/16 --subnet-name s1 --subnet-prefix 192.168.1.0/24
推薦閱讀
- Windows 8實(shí)戰(zhàn)從入門到精通
- 網(wǎng)絡(luò)科學(xué)視角下的推薦系統(tǒng)研究
- Solaris 10系統(tǒng)管理
- Web應(yīng)用開發(fā)技術(shù)與案例教程
- UG NX 12.0數(shù)控編程與加工案例教程
- Web標(biāo)準(zhǔn)網(wǎng)頁設(shè)計(jì)原理與前端開發(fā)技術(shù)
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)及應(yīng)用
- 計(jì)算機(jī)網(wǎng)絡(luò)
- 云計(jì)算數(shù)據(jù)中心規(guī)劃與設(shè)計(jì)
- 網(wǎng)站說服力(第3版)
- Nutanix超融合基礎(chǔ)架構(gòu)權(quán)威指南
- Python Network Programming
- Learning AWS OpsWorks
- Linux環(huán)境編程
- Grails技術(shù)精解與開發(fā)實(shí)戰(zhàn)