Skip to content

Commit

Permalink
Update Module-18- Agentless-container-posture-through-Defender-DCSPM.md
Browse files Browse the repository at this point in the history
updating
  • Loading branch information
future-at-work committed May 1, 2024
1 parent eb95174 commit dc73a59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Wait for the role propagation to finish running. AAD role propagation should sho
Run in cloud shell:

```
az acr import --name <your-acr-name> --source DCSPMtesting.azurecr.io/mdc-mock-0001 --image mdc-mock-0001
az acr import --name <your-acr-name> --source docker.io/library/alpine --image mdc-mock-0001
```


Expand All @@ -64,7 +64,7 @@ az aks get-credentials --subscription <your-subscriptionid> --resource-group <y
**4. Deploy a mock vulnerable image and expose the vulnerable container to the internet.**

```
helm install dcspmcharts oci://dcspmtesting.azurecr.io/dcspmcharts --version 1.0.0 --namespace mdc-dcspm-demo --create-namespace --set registry=<your-registry>
helm install dcspmcharts oci://mcr.microsoft.com/mdc/stable/dcspmcharts --version 1.0.0 --namespace mdc-dcspm-demo --create-namespace --set image=<your-acr-name>/mdc-mock-0001 --set distribution=AZURE
```

**5. Verify success of the deployment:**
Expand Down

0 comments on commit dc73a59

Please sign in to comment.