Skip to content

Commit ea841ba

Browse files
j82wdeborahc
andauthored
Update articles/cosmos-db/sql-api-get-started.md
Co-Authored-By: Deborah Chen <[email protected]>
1 parent ba6d7d2 commit ea841ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/sql-api-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ A database is the logical container of items partitioned across containers. Eith
254254
1. Select F5 to run your application.
255255

256256
> [!NOTE]
257-
> If you get a 503 service unavailable exception it's possible the required [ports](https://docs.microsoft.com/en-us/azure/cosmos-db/performance-tips#networking) for direct mode blocked by a firewall. To fix this issue either open the required [ports](https://docs.microsoft.com/en-us/azure/cosmos-db/performance-tips#networking) or try to use gateway mode as shown below.
257+
> If you get a "503 service unavailable exception," it's possible the required [ports](performance-tips.md#networking) for direct mode are blocked by a firewall. To fix this issue, either open the required [ports](performance-tips.md#networking) or try to use gateway mode as shown below.
258258
```csharp
259259
// Create a new instance of the Cosmos Client in Gateway mode
260260
this.cosmosClient = new CosmosClient(EndpointUri, PrimaryKey, new CosmosClientOptions()

0 commit comments

Comments
 (0)