Skip to main content
Skip table of contents

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:

BASH
# 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.