CloudAccountAzureSpecification
Specification for a Azure cloud account.
A cloud account identifies a cloud account type and an account-specific deployment region or data center where the associated cloud account resources are hosted.
{
"name": "string",
"description": "string",
"subscriptionId": "064865b2-e914-4717-b415-8806d17948f7",
"tenantId": "9a13d920-4691-4e2d-b5d5-9c4c1279bc9a",
"clientApplicationId": "3287dd6e-76d8-41b7-9856-2584969e7739",
"clientApplicationSecretKey": "GDfdasDasdASFas321das32cas2x3dsXCSA76xdcasg=",
"regions": [
{
"name": "East Asia",
"externalRegionId": "eastasia"
}
],
"createDefaultZones": true,
"tags": [
{
"key": "env",
"value": "dev"
}
]
}
A human-friendly name used as an identifier in APIs that support this option.
A human-friendly description.
Azure Subscribtion ID
Azure Tenant ID
Azure Client Application ID
Azure Client Application Secret Key
A set of regions to enable provisioning on.Refer to /iaas/api/cloud-accounts/region-enumeration.
Create default cloud zones for the enabled regions.