Home > Enterprise >  Terraform set azure storage account virtual network
Terraform set azure storage account virtual network

Time:04-10

How to set Azure storage account to allow access from specific subnet?

enter image description here

CodePudding user response:

You can use azurerm_storage_account_network_rules:

Manages network rules inside of a Azure Storage Account.

  • Related