Skip to content

Commit f83142d

Browse files
Merge pull request #264658 from iriaosara/mifaq
add checks for single endpoint
2 parents c354b72 + 1acf980 commit f83142d

File tree

1 file changed

+4
-0
lines changed
  • articles/managed-instance-apache-cassandra

1 file changed

+4
-0
lines changed

articles/managed-instance-apache-cassandra/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ The settings for table metadata such as bloom filter, caching, read repair chanc
9292

9393
Yes. You can find a sample for deploying a cluster with a datacenter [here](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/cosmosdb_cassandra_datacenter).
9494

95+
### How can I add a single public endpoint to my Azure Managed Instance Cassandra Cluster?
96+
97+
To achieve this, you can [create a load balancer](../load-balancer/basic/quickstart-basic-internal-load-balancer-portal.md). When configuring the Backend pools of the load balancer, utilize all the IP addresses from the data center within your Managed Instance cluster. You might see errors in the logs when using java and other Cassandra drivers. Users use this approach to work around network restrictions when administering clusters with cqlsh. This approach might result in extra costs. Also, you should carefully assess how opting for a single endpoint can affect performance.
98+
9599
## Next steps
96100

97101
To learn about frequently asked questions in other APIs, see:

0 commit comments

Comments
 (0)