While creating the storage account which is kind of blob and when am trying to add the network rules within the network block as below. When am trying deploy it am facing the above error. Kindly advise.
/* network_rules = {
default_action = “Deny”
bypass = [“AzureServices”]
ip_rules =
subnet_ids = [# I was hard coding my subnet ids]
}