Can terraform increase size of data disk in azure without taking the server offline

It is possible to increase the size of a data disk while it is attached to a sunning server in Azure without stopping and deallocating the virtual machine using Azure Portal. However, when I try to do the same using terraform, the server is stopped and deallocated, disk size changed and the server starts back up.

Can this resize be done without taking the server offline.

This question is about data disks, not OS disk.

Have you seen the note on the documentation that this is supported for certain VM types?

azurerm_managed_disk | Resources | hashicorp/azurerm | Terraform | Terraform Registry