Skip to content

Commit 4a65fe7

Browse files
authored
Implement content changes
1 parent 9bcc762 commit 4a65fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/how-to-configure-vnet-service-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,6 @@ To migrate an Azure Cosmos DB account from using IP firewall rules to using virt
279279

280280
After an Azure Cosmos DB account is configured for a service endpoint for a subnet, each request from that subnet is sent differently to Azure Cosmos DB. The requests are sent with virtual network and subnet source information instead of a source public IP address. These requests will no longer match an IP filter configured on the Azure Cosmos DB account, which is why the following steps are necessary to avoid downtime.
281281

282-
Before proceeding, enable the Azure Cosmos DB service endpoint on the virtual network and subnet using the step shown above in "Enable the service endpoint for an existing subnet of a virtual network".
283-
284282
1. Get virtual network and subnet information:
285283

286284
```powershell
@@ -315,6 +313,8 @@ Before proceeding, enable the Azure Cosmos DB service endpoint on the virtual ne
315313

316314
1. Repeat the previous steps for all Azure Cosmos DB accounts accessed from the subnet.
317315

316+
1. Enable the Azure Cosmos DB service endpoint on the virtual network and subnet using the step shown in the [Enable the service endpoint for an existing subnet of a virtual network](#configure-using-powershell) section of this article.
317+
318318
1. Remove the IP firewall rule for the subnet from the Azure Cosmos DB account's Firewall rules.
319319

320320
## Frequently asked questions

0 commit comments

Comments
 (0)