Skip to content

Commit 4f86848

Browse files
committed
Add cosmos db to firewall/proxy endpoint table
1 parent eb7c1b7 commit 4f86848

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/install/install-and-use-visual-studio-behind-a-firewall-or-proxy-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install and use behind a firewall or proxy server
33
description: Review the domain URLs, ports, and protocols that you might want to add to an allow list or open if your organization uses a firewall or a proxy server
4-
ms.date: 05/29/2020
4+
ms.date: 06/17/2020
55
ms.custom: seodec18
66
ms.topic: conceptual
77
helpviewer_keywords:
@@ -124,6 +124,7 @@ To make sure that you have access to everything you want when you use Visual Stu
124124
| Packaging Service | [account].visualstudio.com <br/> [account].\*.visualstudio.com <br/> \*.blob.core.windows.net <br/> registry.npmjs.org </br> nodejs.org <br/> dist.nuget.org <br/> nuget.org | https/443 | The \*.npmjs.org, \*.nuget.org, and \*.nodejs.org are only required for certain build task scenarios (for example: NuGet Tool Installer, Node Tool Installer) or if you intend to use public upstream with your Feeds. The other three domains are required for core functionality of the Packaging service. |
125125
| Azure DevOps Services | \*.vsassets.io <br/> static2.sharepointonline.com <br/> dev.azure.com | | Used to connect with Azure DevOps Services |
126126
| Azure Service Bus | \*.servicebus.windows.net | ampq/5671 and 5672, </br> sbmp/9350-9354, </br> http/80, </br> https/443 | Used to create queues, topics, and subscriptions. </br> Also used to send/receive messages to/from Service Bus queues and topics. |
127+
| Azure Cosmos DB | \*.documents.azure.com | https/443 | Used to call core document database APIs. |
127128
| Developer Community | sendvsfeedback2.azurewebsites.net/api | https/443 | Used to call Developer Community Feedback Tool APIs (my issues, search, vote, comment, submit, upload, resume) |
128129
| Intellicode | \*.intellicode.vsengsaas.visualstudio.com | https/443 | Used to call Intellicode APIs |
129130
| Live Share | \*.liveshare.vsengsaas.visualstudio.com| https/443 | Used to call Live Share APIs |

0 commit comments

Comments
 (0)