Skip to content

Commit 296ddbc

Browse files
authored
Update network-rules.md
Adding more endpoints we discovered as needing from Kroger...
1 parent e3afd40 commit 296ddbc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/managed-instance-apache-cassandra/network-rules.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ If you are using Azure Firewall to restrict outbound access, we highly recommend
3333
| ApiManagement | HTTPS | 443 | Required to gather information about and manage Cassandra nodes (for example, reboot) |
3434
| `Storage.<Region>` | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage for Control Plane communication and configuration. **You need an entry for each region where you have deployed a datacenter.** |
3535

36-
3736
## Azure Global required network rules
3837

3938
If you are not using Azure Firewall, the required network rules and IP address dependencies are:
@@ -49,6 +48,13 @@ If you are not using Azure Firewall, the required network rules and IP address d
4948
|jarvis-west.dc.ad.msft.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Monitor | HTTPS | 443 | Required to forward metrics Azure |
5049
|login.microsoftonline.com:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure AD | HTTPS | 443 | Required for Azure Active Directory authentication.|
5150
| packages.microsoft.com | HTTPS | 443 | Required for updates to Azure security scanner definition and signatures |
51+
| azure.microsoft.com | HTTPS | 443 | Required to get information about vmss |
52+
| <region>-dsms.dsms.core.windows.net | HTTPS | 443 | Certificate for logging |
53+
| gcs.prod.monitoring.core.windows.net | HTTPS | 443 | Logging endpoint needed for logging |
54+
| global.prod.microsoftmetrics.com | HTTPS | 443 | Needed fore metrics |
55+
| shavsalinuxscanpkg.blob.core.windows.net | HTTPS | 443 | Needed to download/update security scanner |
56+
| crl.microsoft.com | HTTPS | 443 | Needed to access public Microsoft certificates |
57+
| global-dsms.dsms.core.windows.net | HTTPS | 443 | Needed to access public Microsoft certificates |
5258

5359
## Managed Instance for Apache Cassandra internal port usage
5460

@@ -69,4 +75,4 @@ The following ports are only accessible within the VNET (or peered vnets./expres
6975
In this article, you learned about network rules to properly manage the service. Learn more about Azure Managed Instance for Apache Cassandra with the following articles:
7076

7177
* [Overview of Azure Managed Instance for Apache Cassandra](introduction.md)
72-
* [Manage Azure Managed Instance for Apache Cassandra resources using Azure CLI](manage-resources-cli.md)
78+
* [Manage Azure Managed Instance for Apache Cassandra resources using Azure CLI](manage-resources-cli.md)

0 commit comments

Comments
 (0)