Skip to content

Commit 3f382ec

Browse files
committed
acrolinx fixes
1 parent d3a797d commit 3f382ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ This page is updated monthly, so revisit it regularly. If you're looking for ite
2020

2121
### New features
2222

23-
- The agent can now be configured to operate in [monitoring mode](security-overview.md#agent-modes) which simplifies configuration of the agent for scenarios where you only want to use Arc for monitoring and security scenarios. This mode disables other agent functionality and prevents use of extensions that could make changes to the system (for example, the Custom Script Extension).
23+
- The agent can now be configured to operate in [monitoring mode](security-overview.md#agent-modes), which simplifies configuration of the agent for scenarios where you only want to use Arc for monitoring and security scenarios. This mode disables other agent functionality and prevents use of extensions that could make changes to the system (for example, the Custom Script Extension).
2424
- VMs and hosts running on Azure Stack HCI now report the cloud provider as "HCI" when [Azure benefits are enabled](/azure-stack/hci/manage/azure-benefits#enable-azure-benefits).
2525

2626
### Fixed
2727

28-
- `systemd` is now an official prerequisite on Linux. This has always been the case, however the package manager is now aware of the dependency and can alert you if you try to install the agent on a system that does not support `systemd`.
28+
- `systemd` is now an official prerequisite on Linux and your package manger will alert you if you try to install the Azure Connected Machine agent on a server without systemd.
2929
- Guest configuration policies no longer create unnecessary files in the `/tmp` directory on Linux servers
3030
- Improved reliability when extracting extensions and guest configuration policy packages
3131
- Improved reliability for guest configuration policies that have child processes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ sudo azcmagent config set guestconfiguration.enabled true
160160

161161
## Agent modes
162162

163-
A simpler way to configure local security controls for monitoring and security scenarios is to use the *monitor mode*, available with agent verison 1.18 and newer. Modes are pre-defined configurations of the extension allow lists and guest configuration agent maintained by Microsoft. As new extensions become available that enable monitoring scenarios, Microsoft will update the allow lists and agent configuration to include or exclude the new functionality, as appropriate.
163+
A simpler way to configure local security controls for monitoring and security scenarios is to use the *monitor mode*, available with agent version 1.18 and newer. Modes are pre-defined configurations of the extension allowlist and guest configuration agent maintained by Microsoft. As new extensions become available that enable monitoring scenarios, Microsoft will update the allowlist and agent configuration to include or exclude the new functionality, as appropriate.
164164

165165
There are two modes to choose from:
166166

@@ -179,7 +179,7 @@ You can check the current mode of the agent and allowed extensions with the foll
179179
azcmagent config list
180180
```
181181

182-
While in monitor mode, you cannot modify the extension allow or block list. If you need to change either list, change the agent back to full mode and specify your own allow and block lists.
182+
While in monitor mode, you cannot modify the extension allowlist or blocklist. If you need to change either list, change the agent back to full mode and specify your own allowlist and blocklist.
183183

184184
To change the agent back to full mode, run the following command:
185185

0 commit comments

Comments
 (0)