Create Azure resource group
Create Azure resource group
$ az group create -n myResourceGroup -l eastus
Create Azure credentials
$ az ad sp create-for-rbac --role Contributor --scopes /subscriptions/<subscription_id> --query "{ client_id: appId, client_secret: password, tenant_id: tenant }"
$ az account show --query "{ subscription_id: id }"
Build Packer image
$ packer init
$ packer build ubuntu.pkr.hcl
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024