Service Account Creation
Create Managed Service Account Credentials
For management of the infrastructure, you’ll need to create a service account and role on each subscription:
# Set a password for the account as an environment variable
read -rs QUANTUM_SERVICE_ACCOUNT_PASSWORD
export QUANTUM_SERVICE_ACCOUNT_PASSWORD
# Setup a custom role on the subscription
.tools/azure/create-azure-deployment-credentials.sh \
--environment <ENVIRONMENT> \
--subscription <SUBSCRIPTION_ID> \
--domain <AZURE_AD_DOMAIN>