/
Service Account Creation
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>
Related content
Azure Deployment Guide
Azure Deployment Guide
More like this
Microsoft Azure Subscription Setup
Microsoft Azure Subscription Setup
More like this
Automated version Updates
Automated version Updates
Read with this
Manual Service Account Creation
Manual Service Account Creation
More like this