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 22 Next »

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>
  • No labels