Skip to content

Commit 8a297ac

Browse files
committed
regroup toc items
1 parent 7709e29 commit 8a297ac

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,15 @@ Connecting machines in your hybrid environment directly with Azure can be accomp
214214
| Method | Description |
215215
|--------|-------------|
216216
| Interactively | Manually install the agent on a single or small number of machines by [connecting machines using a deployment script](onboard-portal.md).<br> From the Azure portal, you can generate a script and execute it on the machine to automate the install and configuration steps of the agent.|
217+
| Interactively or at scale | [Connect machines using PowerShell](onboard-powershell.md) |
218+
| Interactively or at scale | [Connect machines using Windows PowerShell Desired State Configuration (DSC)](onboard-dsc.md) |
217219
| At scale | [Connect machines using a service principal](onboard-service-principal.md) to install the agent at scale non-interactively.|
218220
| At scale | [Connect machines by running PowerShell scripts with Configuration Manager](onboard-configuration-manager-powershell.md)
219221
| At scale | [Connect machines with a Configuration Manager custom task sequence](onboard-configuration-manager-custom-task.md)
220222
| At scale | [Connect machines from Automation Update Management](onboard-update-management-machines.md) to create a service principal that installs and configures the agent for multiple machines managed with Azure Automation Update Management to connect machines non-interactively. |
221-
| At scale | [Connect machines using Windows PowerShell Desired State Configuration (DSC)](onboard-dsc.md) |
223+
222224
| At scale | [Connect machines from Windows Admin Center](onboard-windows-admin-center.md) |
223-
| At scale | [Connect machines using PowerShell](onboard-powershell.md) |
225+
224226

225227
> [!IMPORTANT]
226228
> The Connected Machine agent cannot be installed on an Azure Windows virtual machine. If you attempt to, the installation detects this and rolls back.

articles/azure-arc/servers/toc.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,14 @@
4343
href: agent-overview.md
4444
- name: Plan for deployment
4545
href: plan-at-scale-deployment.md
46-
- name: Connect machines using a deployment script
47-
href: onboard-portal.md
46+
- name: Connect machines interactively
47+
items:
48+
- name: Connect machines using a deployment script
49+
href: onboard-portal.md
50+
- name: Connect machines to Azure Arc with PowerShell
51+
href: onboard-powershell.md
52+
- name: Connect machines to Azure Arc with PowerShell DSC
53+
href: onboard-dsc.md
4854
- name: Connect machines at scale
4955
items:
5056
- name: Connect machines using a service principal
@@ -55,12 +61,9 @@
5561
href: onboard-configuration-manager-custom-task.md
5662
- name: Connect machines from Automation Update Management
5763
href: onboard-update-management-machines.md
58-
- name: Connect machines to Azure Arc with PowerShell DSC
59-
href: onboard-dsc.md
6064
- name: Connect machines from Windows Admin Center
6165
href: onboard-windows-admin-center.md
62-
- name: Connect machines to Azure Arc with PowerShell
63-
href: onboard-powershell.md
66+
6467
- name: Migrate
6568
items:
6669
- name: Migrate machine to Azure

0 commit comments

Comments
 (0)