Azure
Prepare Azure Environment
For provisioning Kubernetes clusters with the Azure cloud provider Kubermatic needs a service account with (at least) the Azure role Contributor
. Follow the steps below to create a matching service account.
Login to Azure and Get Basic Information
Login to Azure with Azure CLI az
.
This command opens in your default browser window where you can authenticate. Get your subscription ID once you are logged in successfully.
Get your Tenant ID -
Create a new app using -
Enter provider credentials using the values mentioned in the step Prepare Azure Environment into Kubermatic Dashboard:
Client ID
: Take the value ofappId
Client Secret
: Take the value ofpassword
Tenant ID
: your tenant IDSubscription ID
: your subscription ID
Last updated