How to Get Azure Credentials Using CLI (for Terraform & GitLab CI/CD)
To authenticate Terraform and GitLab CI/CD with Azure, you need four environment variables:
ARM_SUBSCRIPTION_ID
ARM_TENANT_ID
ARM_CLIENT_ID
ARM_CLIENT_SECRET
These values come from an Azure Service Principal, which acts as a secure identity for...
bilalamjad.hashnode.dev3 min read