Terraform, function apps Https and Ftps Only

Today at my work I had to help secure our function apps. We have a few of them, and we use terraform to manage all our infrastructures. This is the example provided by terraform: provider "azurerm" { features {} } resource "azurerm_resource_group" "example" { name = "example-resources" location = "West Europe" } resource "azurerm_storage_account" "example" Read More »