Skip to content

Commit fd9d5f5

Browse files
authored
Merge pull request #287740 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 f9fb4b1 + bfef1a3 commit fd9d5f5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/expressroute/expressroute-locations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following table shows locations by service provider. If you want to view ava
6363
| **BSNL** | &check; | &check; | Chennai<br/>Mumbai |
6464
| **[C3ntro](https://www.c3ntro.com/)** | &check; | &check; | Miami |
6565
| **Cello** | &check; | &check; | Sydney |
66-
| **CDC** | &check; | &check; | Canberra<br/>Canberra2 |
66+
| **[CDC](https://cdc.com/services/network-services/)** | &check; | &check; | Canberra<br/>Canberra2 |
6767
| **[CenturyLink Cloud Connect](https://www.centurylink.com/cloudconnect)** | &check; | &check; | Amsterdam2<br/>Chicago<br/>Dallas<br/>Dublin<br/>Frankfurt<br/>Hong Kong<br/>Las Vegas<br/>London<br/>London2<br/>Montreal<br/>New York<br/>Paris<br/>Phoenix<br/>San Antonio<br/>Seattle<br/>Silicon Valley<br/>Singapore2<br/>Tokyo<br/>Toronto<br/>Washington DC<br/>Washington DC2 |
6868
| **[Chief Telecom](https://www.chief.com.tw/)** |&check; |&check; | Hong Kong<br/>Taipei |
6969
| **China Mobile International** |&check; |&check; | Hong Kong<br/>Hong Kong2<br/>Singapore<br/>Singapore2 |

articles/virtual-wan/cross-tenant-vnet.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ In the following steps, you'll use commands to switch between the context of the
8181
$remote = Get-AzVirtualNetwork -Name "[vnet name]" -ResourceGroupName "[resource group name]"
8282
```
8383

84-
1. Switch back to the parent account:
84+
1. Connect to parent account:
85+
86+
```azurepowershell-interactive
87+
Connect-AzAccount -TenantID "[parent tenant ID]"
88+
```
89+
90+
1. Select the parent subscription:
8591

8692
```azurepowershell-interactive
8793
Select-AzSubscription -SubscriptionId "[parent ID]"

0 commit comments

Comments
 (0)