How to set Azure storage account to allow access from specific subnet?
CodePudding user response:
You can use azurerm_storage_account_network_rules:
Manages network rules inside of a Azure Storage Account.
How to set Azure storage account to allow access from specific subnet?
CodePudding user response:
You can use azurerm_storage_account_network_rules:
Manages network rules inside of a Azure Storage Account.