Skip to content

Commit 7a21b2c

Browse files
Merge pull request #259667 from btray900/btray900-runtime-protection-arg
[operator-nexus] Update howto-use-mde-runtime-protection.md
2 parents 268529c + 714c3ea commit 7a21b2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/operator-nexus/howto-use-mde-runtime-protection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az networkcloud cluster update \
5050
--subscription ${SUBSCRIPTION_ID} \
5151
--resource-group ${RESOURCE_GROUP} \
5252
--cluster-name ${CLUSTER_NAME} \
53-
--runtime-protection-configuration enforcement-level="Disabled"
53+
--runtime-protection enforcement-level="Disabled"
5454
```
5555

5656
Upon execution, inspect the output for the following:
@@ -65,12 +65,12 @@ Running this command will make the Cluster aware of the MDE runtime protection s
6565
to a value other than `Disabled` in the next section
6666

6767
> [!NOTE]
68-
>As you have noted, the argument `--runtime-protection-configuration enforcement-level="<enforcement level>"` serves two purposes: enabling/disabling MDE service and updating the enforcement level.
68+
>As you have noted, the argument `--runtime-protection enforcement-level="<enforcement level>"` serves two purposes: enabling/disabling MDE service and updating the enforcement level.
6969
7070
If you want to disable the MDE service across your Cluster, use an `<enforcement level>` of `Disabled`.
7171

7272
## Configuring enforcement level
73-
The `az networkcloud cluster update` allows you to update of the settings for Cluster runtime protection *enforcement level* by using the argument `--runtime-protection-configuration enforcement-level="<enforcement level>"`.
73+
The `az networkcloud cluster update` allows you to update of the settings for Cluster runtime protection *enforcement level* by using the argument `--runtime-protection enforcement-level="<enforcement level>"`.
7474

7575
The following command configures the `enforcement level` for your Cluster.
7676

@@ -79,7 +79,7 @@ az networkcloud cluster update \
7979
--subscription ${SUBSCRIPTION_ID} \
8080
--resource-group ${RESOURCE_GROUP} \
8181
--cluster-name ${CLUSTER_NAME} \
82-
--runtime-protection-configuration enforcement-level="<enforcement level>"
82+
--runtime-protection enforcement-level="<enforcement level>"
8383
```
8484

8585
Allowed values for `<enforcement level>`: `Audit`, `Disabled`, `OnDemand`, `Passive`, `RealTime`.

0 commit comments

Comments
 (0)