Skip to content

Commit dd78a84

Browse files
Merge pull request #266921 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents fa8d589 + e5f2cee commit dd78a84

11 files changed

+29
-9
lines changed

articles/ai-studio/how-to/configure-managed-network.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,9 @@ To allow installation of __Python packages for training and deployment__, add ou
241241
| `*.tensorflow.org` | Used by some examples based on Tensorflow. |
242242

243243
### Scenario: Use Visual Studio Code
244+
Visual Studio Code relies on specific hosts and ports to establish a remote connection.
244245

246+
#### Hosts
245247
If you plan to use __Visual Studio Code__ with Azure AI, add outbound _FQDN_ rules to allow traffic to the following hosts:
246248

247249
> [!WARNING]
@@ -262,6 +264,9 @@ If you plan to use __Visual Studio Code__ with Azure AI, add outbound _FQDN_ rul
262264
* `pkg-containers.githubusercontent.com`
263265
* `github.com`
264266

267+
#### Ports
268+
You must allow network traffic to ports 8704 to 8710. The VS Code server dynamically selects the first available port within this range.
269+
265270
### Scenario: Use HuggingFace models
266271

267272
If you plan to use __HuggingFace models__ with Azure AI, add outbound _FQDN_ rules to allow traffic to the following hosts:
@@ -323,4 +328,4 @@ The Azure AI managed VNet feature is free. However, you're charged for the follo
323328
* Managed VNet uses private endpoint connection to access your private resources. You can't have a private endpoint and a service endpoint at the same time for your Azure resources, such as a storage account. We recommend using private endpoints in all scenarios.
324329
* The managed VNet is deleted when the Azure AI is deleted.
325330
* Data exfiltration protection is automatically enabled for the only approved outbound mode. If you add other outbound rules, such as to FQDNs, Microsoft can't guarantee that you're protected from data exfiltration to those outbound destinations.
326-
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
331+
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).

articles/aks/dapr-settings.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ az k8s-extension create --cluster-type managedClusters \
6565
--auto-upgrade-minor-version true \
6666
--configuration-settings "global.ha.enabled=true" \
6767
--configuration-settings "dapr_operator.replicaCount=2" \
68-
--configuration-settings "global.nodeSelector.kubernetes\.io/zone: us-east-1c"
68+
--configuration-settings "global.nodeSelector.kubernetes\.io/zone=us-east-1c"
6969
```
7070

7171
For managing OS and architecture, use the [supported versions](https://github.com/dapr/dapr/blob/b8ae13bf3f0a84c25051fcdacbfd8ac8e32695df/docker/docker.mk#L50) of the `global.daprControlPlaneOs` and `global.daprControlPlaneArch` configuration:
@@ -241,7 +241,10 @@ az k8s-extension update --cluster-type managedClusters \
241241

242242
## Meet network requirements
243243

244-
The Dapr extension for AKS and Arc for Kubernetes requires outbound URLs on `https://:443` to function. In addition to the `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts, verify you've included the [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
244+
The Dapr extension for AKS and Arc for Kubernetes requires the following outbound URLs on `https://:443` to function:
245+
1. `https://mcr.microsoft.com/daprio` URL for pulling Dapr artifacts.
246+
2. `https://linuxgeneva-microsoft.azurecr.io/` URL for pulling some Dapr dependencies.
247+
3. The [outbound URLs required for AKS or Arc for Kubernetes](../azure-arc/kubernetes/network-requirements.md).
245248

246249
## Next Steps
247250

articles/azure-maps/about-azure-maps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ Stay up to date on Azure Maps:
236236
[Get Map Tile]: /rest/api/maps/render/get-map-tile
237237
[Get Weather along route API]: /rest/api/maps/weather/getweatheralongroute
238238
[Render]: /rest/api/maps/render
239+
[Render v1]: /rest/api/maps/render?view=rest-maps-1.0
240+
[Render v2]: /rest/api/maps/render
239241
[REST APIs]: /rest/api/maps/
240242
[Route]: /rest/api/maps/route
241243
[Search]: /rest/api/maps/search?view=rest-maps-1.0&preserve-view=true

articles/azure-maps/indoor-map-dynamic-styling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ Learn more by reading:
151151
[Create an indoor map]: tutorial-creator-indoor-maps.md
152152
[WFS API]: /rest/api/maps-creator/wfs
153153
[Creator for indoor maps]: creator-indoor-maps.md
154+
[What is Azure Maps Creator?]: about-creator.md

articles/azure-maps/migrate-from-bing-maps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Learn the details of how to migrate your Bing Maps application with these articl
173173
[free Azure account]: https://azure.microsoft.com/free/
174174
[manage authentication in Azure Maps]: how-to-manage-authentication.md
175175
[Microsoft Azure terms of use]: https://www.microsoftvolumelicensing.com/DocumentSearch.aspx?Mode=3&DocumentTypeId=31
176+
[Microsoft Entra authentication]: /entra/fundamentals/whatis
176177
[Microsoft learning center shows]: https://aka.ms/AzureMapsVideos
177178
[Migrate a web app]: migrate-from-bing-maps-web-app.md
178179
[Route - Get Route Directions]: /rest/api/maps/route/get-route-directions

articles/azure-maps/quick-demo-map-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ In this quickstart, you created an Azure Maps account and a demo application. Ta
107107
[Find an address with Azure Maps search service]: how-to-search-for-address.md
108108
[free account]: https://azure.microsoft.com/free/?WT.mc_id=A261C142F
109109
[Interactive Search Quickstart.html]: https://github.com/Azure-Samples/AzureMapsCodeSamples/blob/master/Samples/Tutorials/Interactive%20Search/Interactive%20Search%20Quickstart.html
110+
[Microsoft Entra ID]: /entra/fundamentals/whatis
110111
[Next Steps]: #next-steps
111112
[open-source map controls]: open-source-projects.md#third-party-map-control-plugins
112113
[Search nearby points of interest with Azure Maps]: tutorial-search-location.md

articles/azure-maps/quick-ios-app.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ In this quickstart, you created your Azure Maps account and created a demo appli
191191
[Creating an Xcode Project for an App]: https://developer.apple.com/documentation/xcode/creating-an-xcode-project-for-an-app
192192
[free account]: https://azure.microsoft.com/free/
193193
[manage authentication in Azure Maps]: how-to-manage-authentication.md
194+
[Microsoft Entra ID]: /entra/fundamentals/whatis
194195
[Shared Key authentication]: azure-maps-authentication.md#shared-key-authentication
195196
[subscription key]: quick-demo-map-app.md#get-the-subscription-key-for-your-account
196197
[‎Xcode]: https://apps.apple.com/cz/app/xcode/id497799835?mt=12

articles/databox-online/azure-stack-edge-gpu-connect-powershell-interface.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: how-to
10-
ms.date: 10/01/2023
10+
ms.date: 02/21/2024
1111
ms.author: alkohli
1212
---
1313
# Manage an Azure Stack Edge Pro GPU device via Windows PowerShell
@@ -574,7 +574,10 @@ While changing the memory and processor usage, follow these guidelines.
574574
575575
## Connect to BMC
576576
577-
Baseboard management controller (BMC) is used to remotely monitor and manage your device. This section describes the cmdlets that can be used to manage BMC configuration. Prior to running any of these cmdlets, [Connect to the PowerShell interface of the device](#connect-to-the-powershell-interface).
577+
> [!NOTE]
578+
> Baseboard management controller (BMC) is not available on Azure Stack Edge Pro 2 and Azure Stack Edge Mini R. The cmdlets described in this section only apply to Azure Stack Edge Pro GPU and Azure Stack Edge Pro R.
579+
580+
BMC is used to remotely monitor and manage your device. This section describes the cmdlets that can be used to manage BMC configuration. Prior to running any of these cmdlets, [Connect to the PowerShell interface of the device](#connect-to-the-powershell-interface).
578581
579582
- `Get-HcsNetBmcInterface`: Use this cmdlet to get the network configuration properties of the BMC, for example, `IPv4Address`, `IPv4Gateway`, `IPv4SubnetMask`, `DhcpEnabled`.
580583

articles/databox-online/azure-stack-edge-pro-2-deploy-install.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: edge
99
ms.topic: tutorial
10-
ms.date: 10/17/2023
10+
ms.date: 02/21/2024
1111
ms.author: alkohli
1212
zone_pivot_groups: azure-stack-edge-device-deployment
1313
# Customer intent: As an IT admin, I need to understand how to install Azure Stack Edge Pro 2 in datacenter so I can use it to transfer data to Azure.
@@ -273,8 +273,6 @@ On your device:
273273
- Two 10/1-Gbps interfaces, Port 1 and Port 2.
274274
- Two 100-Gbps interfaces, Port 3 and Port 4.
275275

276-
- A baseboard management controller (BMC).
277-
278276
- One network card corresponding to two high-speed ports and two built-in 10/1-GbE ports:
279277

280278
- **Intel Ethernet X722 network adapter** - Port 1, Port 2.

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ To install the Azure Machine Learning extension on Kubernetes compute, all Azure
197197

198198

199199
## Scenario: Visual Studio Code
200+
Visual Studio Code relies on specific hosts and ports to establish a remote connection.
200201

202+
### Hosts
201203
The hosts in this section are used to install Visual Studio Code packages to establish a remote connection between Visual Studio Code and compute instances in your Azure Machine Learning workspace.
202204

203205
> [!NOTE]
@@ -212,6 +214,9 @@ The hosts in this section are used to install Visual Studio Code packages to est
212214
| `raw.githubusercontent.com/microsoft/vscode-tools-for-ai/master/azureml_remote_websocket_server/*` | Used to retrieve websocket server bits that are installed on the compute instance. The websocket server is used to transmit requests from Visual Studio Code client (desktop application) to Visual Studio Code server running on the compute instance. |
213215
| `vscode.download.prss.microsoft.com` | Used for Visual Studio Code download CDN |
214216

217+
### Ports
218+
You must allow network traffic to ports 8704 to 8710. The VS Code server dynamically selects the first available port within this range.
219+
215220
## Scenario: Third party firewall or Azure Firewall without service tags
216221

217222
The guidance in this section is generic, as each firewall has its own terminology and specific configurations. If you have questions, check the documentation for the firewall you're using.

0 commit comments

Comments
 (0)