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.62k forks source link

azurerm_linux_web_app storage_account silently fails to provision Azure Storage Mount #15726

Closed philspokas closed 2 years ago

philspokas commented 2 years ago

Community Note

Terraform (and AzureRM Provider) Version

Terraform v1.1.7 on windows_amd64

Terraform Configuration Files

see https://github.com/IntelliTect-Samples/intellitect-com-iac/blob/main/iac/main.tf

Description / Feedback

An Azure Storage Mount should have been configured (Azure App Service, Configuration, Path Mappings)

Terraform plan and apply without error, however, no Azure Storage Mount was added. Included removing the storage-account block and re-adding with no impact or error.

Provided hcl link above includes storage account provisioning that can be added successfully by hand via the portal to the provisioned app service

References

Did not see this issue reported by others. There are some SO issues referencing similar but using Blob Storage. I am using File Shares.

philspokas commented 2 years ago

Uh... nevermind... appears to work just fine thank you.

github-actions[bot] commented 2 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.