AzureIaasConfiguration
{
"guid": "string",
"name": "string",
"additional_cloud_properties": {},
"subscription_id": "string",
"tenant_id": "string",
"client_id": "string",
"resource_group_name": "string",
"cloud_storage_type": "string",
"bosh_storage_account_name": "string",
"storage_account_type": "string",
"deployments_storage_account_name": "string",
"default_security_group": "string",
"ssh_public_key": "string",
"environment": "string",
"vm_type_catalog_name": "string",
"availability_mode": "string",
"use_cloud_storage_type_for_os_disk": false,
"disk_encryption_set_name": "string"
}
subscription_id
tenant_id
client_id
resource_group_name
To prevent data loss, once you have deployed using "managed_disks", you cannot switch back to "storage_accounts".
bosh_storage_account_name
Only required if cloud_storage_type is "managed_disks".
Only required if cloud_storage_type is "storage_accounts"
default_security_group
ssh_public_key
environment
Default VM type catalog to use
availability_mode
Enforces the Storage Tier on root / OS disks. When set to false, the type will be automatically determined by the instance size.
The specified Disk Encryption Set will be used to encrypt managed disks using the corresponding customer managed key. You must redeploy all VMs for this setting to re-encrypt existing disks. When left blank, managed disks will be encrypted using a platform managed key.