This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch DATALAB-2814-2
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/DATALAB-2814-2 by this push:
new b5c5c46ac [DATALAB-2814]: added service endpoint for azure subnet
new e78e0d1dc Merge branch 'DATALAB-2814-2' of
https://github.com/apache/incubator-dlab into DATALAB-2814-2
b5c5c46ac is described below
commit b5c5c46acd192414a5979623b54a5b3b575159b2
Author: leonidfrolov <[email protected]>
AuthorDate: Thu Jun 2 12:11:56 2022 +0300
[DATALAB-2814]: added service endpoint for azure subnet
---
infrastructure-provisioning/terraform/azure/endpoint/main/network.tf | 1 +
1 file changed, 1 insertion(+)
diff --git
a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
index 738f062df..41c8f5ea2 100644
--- a/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
+++ b/infrastructure-provisioning/terraform/azure/endpoint/main/network.tf
@@ -53,6 +53,7 @@ resource "azurerm_subnet" "endpoint-subnet" {
resource_group_name =
data.azurerm_resource_group.data-endpoint-resource-group.name
virtual_network_name =
data.azurerm_virtual_network.data-endpoint-network.name
address_prefix = var.subnet_cidr
+ service_endpoints = ["Microsoft.Storage"]
}
data "azurerm_subnet" "data-endpoint-subnet" {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]