-
Notifications
You must be signed in to change notification settings - Fork 142
/
azure.json
17 lines (17 loc) · 1.04 KB
/
azure.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"cloud":"AzurePublicCloud", // mandatory
"tenantId": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory
"subscriptionId": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory
"resourceGroup": "resource-group-name", // mandatory
"location": "eastus2", // mandatory
"aadClientId": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory if using service principal
"aadClientSecret": "xxxx-xxxx-xxxx-xxxx-xxxx", // mandatory if using service principal
"useManagedIdentityExtension": false, // set true if using managed identity
"userAssignedIdentityID": "", // mandatory if using managed identity
"useInstanceMetadata": true, // optional
"vmType": "standard", // optional
"subnetName": "k8s-subnet", // optional
"vnetName": "k8s-vnet-17181929", // optional
"vnetResourceGroup": "", // optional
"cloudProviderBackoff": true // optional
}