You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/spring-apps/vnet-customer-responsibilities.md
+29-6Lines changed: 29 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,16 @@ The following list shows the resource requirements for Azure Spring Apps service
33
33
- Don't create more than one Azure Spring Apps service instance in the same subnet.
34
34
- When using a firewall to control traffic, don't block the following egress traffic to Azure Spring Apps components that operate, maintain, and support the service instance.
|\*:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureCloud:443 | TCP:443 | Azure Spring Apps Service Management. | Information of service instance "requiredTraffics" could be known in resource payload, under "networkProfile" section. |
41
-
|\*.azurecr.io:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureContainerRegistry:443 | TCP:443 | Azure Container Registry. | Can be replaced by enabling *Azure Container Registry*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
|\*:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureCloud:443 | TCP:443 | Azure Spring Apps Service Management. | Information of service instance "requiredTraffics" could be known in resource payload, under "networkProfile" section. |
41
+
|\*.azurecr.io:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureContainerRegistry:443 | TCP:443 | Azure Container Registry. | Can be replaced by enabling *Azure Container Registry*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
42
42
|\*.core.windows.net:443 and \*.core.windows.net:445 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Storage:443 and Storage:445 | TCP:443, TCP:445 | Azure Files | Can be replaced by enabling *Azure Storage*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
43
43
|\*.servicebus.windows.net:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - EventHub:443 | TCP:443 | Azure Event Hubs. | Can be replaced by enabling *Azure Event Hubs*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
44
44
45
-
## Azure Spring Apps FQDN requirements/application rules
45
+
## Azure Global required FQDN / application rules
46
46
47
47
Azure Firewall provides the FQDN tag **AzureKubernetesService** to simplify the following configurations:
48
48
@@ -56,6 +56,29 @@ Azure Firewall provides the FQDN tag **AzureKubernetesService** to simplify the
56
56
| <i>packages.microsoft.com</i> | HTTPS:443 | Microsoft packages repository. |
57
57
| <i>acs-mirror.azureedge.net</i> | HTTPS:443 | Repository required to install required binaries like kubenet and Azure CNI. |
58
58
59
+
## Microsoft Azure operated by 21Vianet required network rules
|\*:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureCloud:443 | TCP:443 | Azure Spring Apps Service Management. | Information of service instance "requiredTraffics" could be known in resource payload, under "networkProfile" section. |
64
+
|\*.azurecr.cn:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - AzureContainerRegistry:443 | TCP:443 | Azure Container Registry. | Can be replaced by enabling *Azure Container Registry*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
65
+
|\*.core.chinacloudapi.cn:443 and \*.core.chinacloudapi.cn:445 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Storage:443 and Storage:445 | TCP:443, TCP:445 | Azure Files | Can be replaced by enabling *Azure Storage*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
66
+
|\*.servicebus.chinacloudapi.cn:443 *or*[ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - EventHub:443 | TCP:443 | Azure Event Hubs. | Can be replaced by enabling *Azure Event Hubs*[service endpoint in virtual network](../virtual-network/virtual-network-service-endpoints-overview.md). |
67
+
68
+
## Microsoft Azure operated by 21Vianet required FQDN / application rules
69
+
70
+
Azure Firewall provides the FQDN tag **AzureKubernetesService** to simplify the following configurations:
0 commit comments