Skip to content

Commit 8fa29d4

Browse files
authored
Merge pull request #116467 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/azure-docs (branch master)
2 parents b072b2a + 701a322 commit 8fa29d4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

articles/event-hubs/event-hubs-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ In this article, you created a resource group, an Event Hubs namespace, and an e
100100
- [.NET Core](get-started-dotnet-standard-send-v2.md)
101101
- [Java](get-started-java-send-v2.md)
102102
- [Python](get-started-python-send-v2.md)
103-
- [JavaScript](get-started-java-send-v2.md)
103+
- [JavaScript](get-started-node-send-v2.md)
104104
- [Go](event-hubs-go-get-started-send.md)
105105
- [C (send only)](event-hubs-c-getstarted-send.md)
106106
- [Apache Storm (receive only)](event-hubs-storm-getstarted-receive.md)

articles/machine-learning/team-data-science-process/move-hive-tables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is the Hive query that loads data into a Hive table.
143143

144144
LOAD DATA INPATH '<path to blob data>' INTO TABLE <database name>.<table name>;
145145

146-
* **\<path to blob data\>**: If the blob file to be uploaded to the Hive table is in the default container of the HDInsight Hadoop cluster, the *\<path to blob data\>* should be in the format *'wasb://\<directory in this container>/\<blob file name>'*. The blob file can also be in an additional container of the HDInsight Hadoop cluster. In this case, *\<path to blob data\>* should be in the format *'wasb://\<container name>\<storage account name>.blob.core.windows.net/\<blob file name>'*.
146+
* **\<path to blob data\>**: If the blob file to be uploaded to the Hive table is in the default container of the HDInsight Hadoop cluster, the *\<path to blob data\>* should be in the format *'wasb://\<directory in this container>/\<blob file name>'*. The blob file can also be in an additional container of the HDInsight Hadoop cluster. In this case, *\<path to blob data\>* should be in the format *'wasb://\<container name>@\<storage account name>.blob.core.windows.net/\<blob file name>'*.
147147

148148
> [!NOTE]
149149
> The blob data to be uploaded to Hive table has to be in the default or additional container of the storage account for the Hadoop cluster. Otherwise, the *LOAD DATA* query fails complaining that it cannot access the data.

articles/static-web-apps/publish-hugo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Next, you add configuration settings that the build process uses to build your a
152152

153153
```yml
154154
- uses: actions/checkout@v2
155-
with:
156-
submodules: true
155+
with:
156+
submodules: true
157157

158158
- name: Setup Hugo
159159
uses: peaceiris/[email protected]

articles/virtual-desktop/create-host-pools-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ To register the Windows Virtual Desktop agents, do the following on each virtual
109109
1. [Connect to the virtual machine](../virtual-machines/windows/quick-create-portal.md#connect-to-virtual-machine) with the credentials you provided when creating the virtual machine.
110110
2. Download and install the Windows Virtual Desktop Agent.
111111
- Download the [Windows Virtual Desktop Agent](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv).
112-
- Run the installer. When the installer asks you for the registration token, enter the value you got from the **Export-RdsRegistrationInfo** cmdlet.
112+
- Run the installer. When the installer asks you for the registration token, enter the value you got from the **Export-AzWVDRegistrationInfo** cmdlet.
113113
3. Download and install the Windows Virtual Desktop Agent Bootloader.
114114
- Download the [Windows Virtual Desktop Agent Bootloader](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrxrH).
115115
- Run the installer.

articles/virtual-wan/sd-wan-connectivity-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The SD-WAN CPE continues to be the place where traffic optimization as well as p
3636

3737
In this model, some vendor proprietary traffic optimization based on real-time traffic characteristics may not be supported because the connectivity to Virtual WAN is over IPsec and the IPsec VPN is terminated on the Virtual WAN VPN gateway. For example, dynamic path selection at the branch CPE is feasible due to the branch device exchanging various network packet information with another SD-WAN node, hence identifying the best link to use for various prioritized traffic dynamically at the branch. This feature may be useful in areas where last mile optimization (branch to the closest Microsoft POP) is required.
3838

39-
With Virtual WAN, users can get Azure Path Selection, which is policy-based path selection across multiple ISP links from the branch CPE to Virtual WAN VPN gateways. Virtual WAN allows for the setup of multiple links (paths) from the same SD-WAN branch CPE; each link represents a dual tunnel connection from a unique public IP of the SD-WAN CPE to two different instances of Azure Virtual WAN VPN gateway. SD-WAN vendors can implement the most optimal path to Azure, based on traffic policies set by their policy engine on the CPE links.
39+
With Virtual WAN, users can get Azure Path Selection, which is policy-based path selection across multiple ISP links from the branch CPE to Virtual WAN VPN gateways. Virtual WAN allows for the setup of multiple links (paths) from the same SD-WAN branch CPE; each link represents a dual tunnel connection from a unique public IP of the SD-WAN CPE to two different instances of Azure Virtual WAN VPN gateway. SD-WAN vendors can implement the most optimal path to Azure, based on traffic policies set by their policy engine on the CPE links. On the Azure end , all connections coming in are treated equally.
4040

4141
## <a name="indirect"></a>Indirect Interconnect model
4242

0 commit comments

Comments
 (0)