@@ -28,7 +28,7 @@ The following is a list of resource requirements for Azure Spring Cloud services
28
28
## Azure Spring Cloud network requirements
29
29
30
30
| Destination Endpoint | Port | Use | Note |
31
- | ------| ------| ------|
31
+ | ------| ------| ------| ------ |
32
32
| * :1194 * Or* [ ServiceTag] ( ../virtual-network/service-tags-overview.md#available-service-tags ) - AzureCloud:1194 | UDP:1194 | Underlying Kubernetes Cluster management. | |
33
33
| * :443 * Or* [ ServiceTag] ( ../virtual-network/service-tags-overview.md#available-service-tags ) - AzureCloud:443 | TCP:443 | Azure Spring Cloud Service Management. | Information of service instance "requiredTraffics" could be known in resource payload, under "networkProfile" section. |
34
34
| * :9000 * Or* [ ServiceTag] ( ../virtual-network/service-tags-overview.md#available-service-tags ) - AzureCloud:9000 | TCP:9000 | Underlying Kubernetes Cluster management. |
@@ -38,28 +38,28 @@ The following is a list of resource requirements for Azure Spring Cloud services
38
38
| * .servicebus.windows.net:443 * Or* [ ServiceTag] ( ../virtual-network/service-tags-overview.md#available-service-tags ) - EventHub:443 | TCP:443 | Azure Event Hub. | Can be replaced by enabling * Azure Event Hubs* [ service endpoint in virtual network] ( ../virtual-network/virtual-network-service-endpoints-overview.md ) . |
39
39
40
40
41
- ## Azure Spring Cloud FQDN requirements / application rules
41
+ ## Azure Spring Cloud FQDN requirements/ application rules
42
42
43
- Azure Firewall provides a fully qualified domain name ( FQDN) tag ** AzureKubernetesService** to simplify the following configurations.
43
+ Azure Firewall provides the FQDN tag ** AzureKubernetesService** to simplify the following configurations:
44
44
45
45
| Destination FQDN | Port | Use |
46
46
| ------| ------| ------|
47
47
| * .azmk8s.io | HTTPS:443 | Underlying Kubernetes Cluster management. |
48
48
| <i >mcr.microsoft.com</i > | HTTPS:443 | Microsoft Container Registry (MCR). |
49
49
| * .cdn.mscr.io | HTTPS:443 | MCR storage backed by the Azure CDN. |
50
50
| * .data.mcr.microsoft.com | HTTPS:443 | MCR storage backed by the Azure CDN. |
51
- | <i >management.azure.com</i > | HTTPS:443 | Underlying Kubernetes Cluster management. |
52
- | <i >* login.microsoftonline.com</i > | HTTPS:443 | Azure Active Directory authentication. |
53
- | <i >* login.microsoft.com</i > | HTTPS:443 | Azure Active Directory authentication. |
51
+ | <i >management.azure.com</i > | HTTPS:443 | Underlying Kubernetes Cluster management. |
52
+ | <i >* login.microsoftonline.com</i > | HTTPS:443 | Azure Active Directory authentication. |
53
+ | <i >* login.microsoft.com</i > | HTTPS:443 | Azure Active Directory authentication. |
54
54
| <i >packages.microsoft.com</i > | HTTPS:443 | Microsoft packages repository. |
55
55
| <i >acs-mirror.azureedge.net</i > | HTTPS:443 | Repository required to install required binaries like kubenet and Azure CNI. |
56
56
| * mscrl.microsoft.com* | HTTPS:80 | Required Microsoft Certificate Chain Paths. |
57
57
| * crl.microsoft.com* | HTTPS:80 | Required Microsoft Certificate Chain Paths. |
58
58
| * crl3.digicert.com* | HTTPS:80 | 3rd Party SSL Certificate Chain Paths. |
59
59
60
- ## Azure Spring Cloud optional FQDN for third party APM (Application Performance Management).
60
+ ## Azure Spring Cloud optional FQDN for third- party application performance management
61
61
62
- Azure Firewall provides a fully qualified domain name ( FQDN) tag ** AzureKubernetesService** to simplify the following configurations.
62
+ Azure Firewall provides the FQDN tag ** AzureKubernetesService** to simplify the following configurations:
63
63
64
64
| Destination FQDN | Port | Use |
65
65
| ---------------- | ---- | ------------------------------------------------------------ |
0 commit comments