Skip to content

Commit b1b698f

Browse files
committed
changed azure cli to bash
1 parent f5ca9bc commit b1b698f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/defender-for-cloud/deploy-helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Depending on your deployment type, follow the relevant instructions to install t
8181
8282
Or, run the [delete_conflicting_policies.sh](https://github.com/microsoft/Microsoft-Defender-For-Containers/blob/main/scripts/delete_conflicting_policies.sh) script with the following command:
8383
84-
```azurecli
84+
```bash
8585
delete_conflicting_policies.sh <CLUSTER_AZURE_RESOURCE_ID>
8686
```
8787
This command removes resource group and subscription level policies for setting up the generally available (GA) version of Defender for Containers. It can affect clusters other than the one you're configuring.
@@ -92,7 +92,7 @@ Use the [install_defender_sensor_aks.sh](https://github.com/microsoft/Microsoft-
9292
9393
Run the script with the command:
9494
95-
```azurecli
95+
```bash
9696
install_defender_sensor_aks.sh --id <CLUSTER_AZURE_RESOURCE_ID> --version <VERSION> [--release_train <RELEASE_TRAIN>] [--namespace <NAMESPACE>] [--antimalware]
9797
```
9898
@@ -145,7 +145,7 @@ Replace the placeholder text `<CLUSTER_AZURE_RESOURCE_ID>`, `<RELEASE_TRAIN>`, `
145145
146146
1. Set the `kubeconfig` context to the target cluster by using the following command:
147147
148-
```azurecli
148+
```bash
149149
install_defender_sensor_mc.sh --id <SECURITY_CONNECTOR_AZURE_RESOURCE_ID> --version <VERSION> --distribution <DISTRIBUTION> [--release_train <RELEASE_TRAIN>] [--antimalware]
150150
```
151151

0 commit comments

Comments
 (0)