Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

1- terraform init

2- create file: providers.tf ( with Client_ID, password,... )

2- create main.tf fileĀ  ( resource group and subnet )

4- terraform plan

5- terraform apply

6- check on the portalĀ 





az group list --output table
az network vnet list --resource-group grp_demo --output table
az network vnet subnet list --vnet-name vnet_demo --resource-group grp_demo --output table
az network public-ip list --resource-group grp_demo --output table

Chance the prompt on PowerShell: function global:prompt { > }

  • No labels