Skip to content

Commit 8784bf1

Browse files
authored
Merge pull request #80231 from xgerman/patch-1
Update network-rules.md
2 parents d6d990b + 494377e commit 8784bf1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ If you are not using Azure Firewall, the required network rules and IP address d
5050
|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.|
5151
| packages.microsoft.com | HTTPS | 443 | Required for updates to Azure security scanner definition and signatures |
5252

53+
### DNS access
54+
55+
The system uses DNS names to reach the Azure services described in this article so that it can use load balancers. Therefore, the virtual network must run a DNS server that can resolve those adresses. The virtual machines in the virtual network honor the name server that is communicated through the DHCP protocol. In most cases, Azure automatically sets up a DNS server for the virtual network. If this doesn't occur in your scenario, the DNS names that are described in this article are a good guide to get started.
56+
5357
## Managed Instance for Apache Cassandra internal port usage
5458

5559
The following ports are only accessible within the VNET (or peered vnets./express routes). Managed Instance for Apache Cassandra instances do not have a public IP and should not be made accessible on the Internet.
@@ -69,4 +73,4 @@ The following ports are only accessible within the VNET (or peered vnets./expres
6973
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:
7074

7175
* [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)
76+
* [Manage Azure Managed Instance for Apache Cassandra resources using Azure CLI](manage-resources-cli.md)

0 commit comments

Comments
 (0)