Terraform is complaining that azurerm_linux_function_app cannot support a storage_account block, but the docs state otherwise
My Azure file contains a Linux function and a storage account (as necessary for functions). I am trying to add a storage_account block, which is defined in the docs, but I am getting an error which says that storage_account blocks…