Skip to content

Commit 0355dd0

Browse files
authored
Merge pull request #187519 from mgreenegit/patch-36
conf char limit 3
2 parents 0f0d9ed + 9983bba commit 0355dd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/automation/dsc-linux-powershell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3434

3535
## Create a configuration
3636

37-
Review the code below and note the presence of two node [configurations](/powershell/dsc/configurations/configurations): `IsPresent` and `IsNotPresent`. This configuration calls one resource in each node block: the [nxPackage resource](/powershell/dsc/reference/resources/linux/lnxpackageresource). This resource manages the presence of the **apache2** package. Then, in a text editor, copy the following code to a local file and name it `LinuxConfig.ps1`:
37+
Review the code below and note the presence of two node [configurations](/powershell/dsc/configurations/configurations): `IsPresent` and `IsNotPresent`. This configuration calls one resource in each node block: the [nxPackage resource](/powershell/dsc/reference/resources/linux/lnxpackageresource). This resource manages the presence of the **apache2** package. Configuration names in Azure Automation must be limited to no more than 100 characters.
38+
39+
Then, in a text editor, copy the following code to a local file and name it `LinuxConfig.ps1`:
3840

3941
```powershell
4042
Configuration LinuxConfig
@@ -421,4 +423,4 @@ The following steps help you delete the resources created for this tutorial that
421423
In this tutorial, you applied an Azure Automation State Configuration with PowerShell to an Azure Linux VM to check whether it complied with a desired state. For a more thorough explanation of configuration composition, see:
422424
423425
> [!div class="nextstepaction"]
424-
> [Compose DSC configurations](./compose-configurationwithcompositeresources.md)
426+
> [Compose DSC configurations](./compose-configurationwithcompositeresources.md)

0 commit comments

Comments
 (0)