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)
- Atlassian Jira Demo - January 4, 2025
- Revolutionizing Business Management with Microsoft Business Central - January 4, 2025
- Key Benefits of Converting HTML to PDF File Format - January 2, 2025