We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3912ca9 commit 21fa5acCopy full SHA for 21fa5ac
code/infra/storage.tf
@@ -34,6 +34,10 @@ resource "azurerm_storage_account" "storage" {
34
default_action = "Deny"
35
ip_rules = []
36
virtual_network_subnet_ids = []
37
+ private_link_access {
38
+ endpoint_resource_id = "/subscriptions/${data.azurerm_client_config.current.subscription_id}/providers/Microsoft.Security/datascanners/storageDataScanner"
39
+ endpoint_tenant_id = data.azurerm_client_config.current.tenant_id
40
+ }
41
}
42
nfsv3_enabled = false
43
public_network_access_enabled = false
0 commit comments