Skip to content

Commit 1bf8afa

Browse files
Merge pull request #13583 from mattchenderson/patch-1
Update Azure Functions CDN domain
2 parents 31c8434 + 12a9d45 commit 1bf8afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ When you use Visual Studio or Azure Services behind a firewall or proxy server,
112112
| Updated Azure Resource <br>Creation Endpoint Information | \*.blob.core.windows.net | https/443 | Used to update the endpoints used for the creation of Azure Resources for certain Azure Services. If disabled, the last downloaded or built in endpoint locations are used instead |
113113
| Remote debugging and <br>Remote profiling of <br>Azure Websites | &#42;.cloudapp.net <br> &#42;.azurewebsites.net | 4022 | Used for attaching the remote debugger to Azure Websites. If disabled, attaching the remote debugger to Azure Websites doesn't work |
114114
| Active Directory <br>Graph | graph.windows.net | https/443 | Used to provision new Microsoft Entra applications. Also used by the Microsoft 365 MSGraph- connected service provider |
115-
| Azure Functions <br>CLI Update <br>Check | functionscdn.azureedge.net | https/443 | Used for checking for updated versions of the Azure Functions CLI. If disabled, a cached copy (or the copy carried by the Azure Functions component) of the CLI is used instead. |
115+
| Azure Functions <br>CLI Update <br>Check | cdn.functions.azure.com<br><br>functionscdn.azureedge.net | https/443 | Used for checking for updated versions of the Azure Functions CLI. If disabled, a cached copy (or the copy carried by the Azure Functions component) of the CLI is used instead. |
116116
| Cordova | npmjs.org<br>gradle.org | http/80 &<br/>https/443 | HTTP is used for Gradle downloads during build. HTTPS is used to include Cordova plug-ins in projects. |
117117
| Cloud Explorer | 1. &#60;clusterendpoint&#62; <br>Service Fabric <br>2. &#60;management endpoint&#62;<br>General Cloud Exp <br>3. &#60;graph endpoint&#62;<br>General Cloud Exp<br>4. &#60;storage account endpoint&#62;<br>Storage Nodes <br>5. &#60;Azure portal URLs&#62;<br>General Cloud Exp <br>6. &#60;key vault endpoints&#62; <br>Azure Resource Manager VM Nodes<br>7. &#60;PublicIPAddressOfCluster&#62;<br>Service Fabric Remote debugging and ETW Traces | 1.https/19080<br>2. https/443<br>3. https/443<br>4. https/443<br>5. https/443<br>6. https/443<br>7.tcp/dynamic | 1. Example: test12.eastus.cloudapp.com<br>2. Retrieves subscriptions and retrieves/manages Azure resources<br>3. Retrieves Azure Stack subscriptions<br>4. Manages Storage resources (example: mystorageaccount.blob.core.windows.net)<br>5. "Open in Portal" context menu option (opens a resource in the Azure portal)<br>6. Creates and uses key vaults for VM debugging (Example: myvault.vault.azure.net) <br><br>7. Dynamically allocates block of ports based on number of nodes in the cluster and the available ports. <br><br>A port block tries to get three times the number of nodes with minimum of 10 ports.<br><br>For Streaming traces, an attempt is made to get the port block from 810. If any of that port block is already used, then an attempt is made to get the next block, and so on. (If the load balancer is empty, then ports from 810 are most likely used) <br><br>Similarly for debugging, four sets of the ports blocks are reserved: <br>- connectorPort: 30398, <br>- forwarderPort: 31398, <br>- forwarderPortx86: 31399,<br>- fileUploadPort: 32398<br> |
118118
| Cloud Services | 1. RDP<br><br>2. core.windows.net <br><br>3. management.azure.com<br> management.core.windows.net <br><br>4. &#42;.blob.core.windows.net <br>&#42;.queue.core.windows.net<br>&#42;.table.core.windows.net <br><br>5. portal.azure.com <br><br>6. &#60;user's cloud service&#62;.cloudapp.net <br> &#60;user's VM&#62;.&#60;region&#62;.azure.com | 1. rdp/3389 <br><br> 2. https/443 <br><br> 3. https/443 <br><br> 4. https/443 <br><br> 5. https/443 <br><br>6. tcp <br>a) 30398 <br>b) 30400 <br>c) 31398 <br>d) 31400 <br>e) 32398 <br>f) 32400 | 1. Remote Desktop to Cloud Services VM <br><br> 2. Storage account component of the private diagnostics configuration <br><br> 3. Azure portal <br><br> 4. Server Explorer - Azure Storage &#42; is customer named storage account <br><br> 5. Links to open the portal &#47; Download the subscription certificate &#47; Publish settings file <br><br>6. port:<br> a) Connector local port for remote debug for cloud service and VM<br> b) Connector public port for remote debug for cloud service and VM <br> c) Forwarder local port for remote debug for cloud service and VM <br> d) Forwarder public port for remote debug for cloud service and VM <br> e) File uploader local port for remote debug for cloud service and VM <br> f) File uploader public port for remote debug for cloud service and VM |

0 commit comments

Comments
 (0)