You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/sql-api-get-started.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,16 @@ A database is the logical container of items partitioned across containers. Eith
253
253
254
254
1. SelectF5torunyourapplication.
255
255
256
+
> [!NOTE]
257
+
>Ifyougeta503serviceunavailableexceptionit'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.
258
+
```csharp
259
+
// Create a new instance of the Cosmos Client in Gateway mode
0 commit comments