Skip to content

Commit fff4c3b

Browse files
authored
Merge pull request #80368 from xgerman/patch-3
Update network-rules.md
2 parents 8784bf1 + 2334345 commit fff4c3b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,28 @@ 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:
4039

4140
| Destination Endpoint | Protocol | Port | Use |
4241
|----------------------------------------------------------------------------------|----------|---------|------|
4342
|snovap`<region>`.blob.core.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Storage | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage for Control Plane communication and configuration.|
44-
|*.store.core.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Storage | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage for Control Plane communication and configuration.|
45-
|*.blob.core.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Storage | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage to store backups. *Backup feature is being revised and storage name will follow a pattern by GA*|
43+
|\*.store.core.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Storage | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage for Control Plane communication and configuration.|
44+
|\*.blob.core.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Storage | HTTPS | 443 | Required for secure communication between the nodes and Azure Storage to store backups. *Backup feature is being revised and storage name will follow a pattern by GA*|
4645
|vmc-p-`<region>`.vault.azure.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure KeyVault | HTTPS | 443 | Required for secure communication between the nodes and Azure Key Vault. Certificates and keys are used to secure communication inside the cluster.|
4746
|management.azure.com:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure Virtual Machine Scale Sets/Azure Management API | HTTPS | 443 | Required to gather information about and manage Cassandra nodes (for example, reboot)|
48-
|*.servicebus.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure EventHub | HTTPS | 443 | Required to forward logs to Azure|
47+
|\*.servicebus.windows.net:443</br> Or</br> [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - Azure EventHub | HTTPS | 443 | Required to forward logs to Azure|
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 virtual machine scale sets |
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 for 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
### DNS access
5460

0 commit comments

Comments
 (0)