1. Prepare the environment
- Roles for your subscription Make sure you have both
Contributor
andUser Access Administrator
roles to your target subscription. Goto your subscription page, clickAccess control (IAM)
, then clickView my access
button to see your role assignments.- Role
Owner
already includes rolesContributor
andUser Access Administrator
- Contact your subscription administrator on new role assignments
- Role
- Login to AZD & Azure CLI
azd auth login
az login --use-device-code
Make sure login to your target subscription, or use
az account set -s <subscription-id>
to switch the subscription.