Skip to content

Commit 71a3e3d

Browse files
Merge pull request #15711 from sethmanheim/psparam
Move sentence out for visibility
2 parents 78ad9e4 + 5941455 commit 71a3e3d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

AKS-Hybrid/aks-edge-howto-single-node-deployment.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy AKS Edge Essentials on a single machine.
44
author: rcheeran
55
ms.author: rcheeran
66
ms.topic: how-to
7-
ms.date: 07/11/2024
7+
ms.date: 08/21/2024
88
ms.custom: template-how-to
99
---
1010

@@ -24,7 +24,9 @@ You can generate the parameters you need to create a single machine cluster usin
2424
New-AksEdgeConfig -DeploymentType SingleMachineCluster -outFile .\aksedge-config.json | Out-Null
2525
```
2626

27-
This command creates a configuration file called **aksedge-config.json** that includes the configuration needed to create a single-machine cluster with a Linux node. The file is created in your current working directory. See the following examples for more options for creating the configuration file. A detailed description of the configuration parameters [is available here](aks-edge-deployment-config-json.md).
27+
This command creates a configuration file called **aksedge-config.json** that includes the configuration needed to create a single-machine cluster with a Linux node. The file is created in your current working directory. See the following examples for more options for creating the configuration file.
28+
29+
A detailed description of the configuration parameters [is available here](aks-edge-deployment-config-json.md).
2830

2931
The key parameters for single machine deployment are:
3032

0 commit comments

Comments
 (0)