Azure – Why are my fileshares not mounting to my aci?
I've got a deployment to do in azure, using terraform. I'm trying to couple some file shares to an Azure Container Instance, but it doesn't seem to work well. I'm using following pieces of code: resource "azurerm_storage_account" "file_share_storage_account" { name…