Azure Terraform for NFSv.3 Storage containers

In azure I’ve build Storage accounts with containers that are NFSv.3 enabled that work wonderfully in our development environment. In our production environment I am required to deploy using Terraform and have managed to get the storage account to build with NFSv.3 but cannot get the shared container built, specifically with enable_root_squash = false and proper firewall rules.

I’ve seen several github conversations about this not quite bring implemented, but their older conversations. (2018-2019)