Skip to content

Commit

Permalink
Avoid future tense ("will")
Browse files Browse the repository at this point in the history
The future tense is not needed here, because the described behavior is always valid. This is also a guideline at SAP.
  • Loading branch information
hal-ey authored Jul 27, 2023
1 parent 1bcd242 commit 20f63c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ Object containing DNS entries to connect to the regional endpoints of the Cosmos

## Known Limitations

- If a region is removed from the Cosmos DB with an existing private endpoint, the regional endpoint of this region will no longer work. However, the existing endpoints \(global and in other regions\) will continue to work.
- If an additional region is added to a Cosmos DB, the endpoint for the new region will not automatically become available on the private endpoint. To make the endpoint of the additional region available, a new service instance must be created.
- If a region is removed from the Cosmos DB with an existing private endpoint, the regional endpoint of this region no longer works. However, the existing endpoints \(global and in other regions\) continues to work.
- If an additional region is added to a Cosmos DB, the endpoint for the new region does not automatically become available on the private endpoint. To make the endpoint of the additional region available, a new service instance must be created.



Expand Down

0 comments on commit 20f63c1

Please sign in to comment.