hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.59k stars 4.63k forks source link

Documentation update to reflect Managed Storage Account for VM Boot Diagnostics #9814

Open ruandersMSFT opened 3 years ago

ruandersMSFT commented 3 years ago

Community Note

Terraform (and AzureRM Provider) Version

v2.40.0

Affected Resource(s)

Terraform Configuration Files

  boot_diagnostics {
    storage_account_uri = null
  }

Documentation Update

"The recommended boot diagnostics experience is to use a managed storage account, as it yields significant performance improvements in the time to create an Azure VM." Source: Azure boot diagnostics

The Azure RM Provider already has support (observable in expandBootDiagnostics func) to utilize Managed Storage Account for VM Boot Diagnostics; however, the azurerm provider object documentation doesn't reflect that this is possible.

This is a documentation only issue / pull request to add this to the documentation.

medavamshi commented 3 years ago

This is needed for azurerm_virtual_machine as well. not just linux or windows