Skip to content

Commit

Permalink
Update Module 19 - Defender for Storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
velahuer authored Nov 19, 2024
1 parent feade4f commit 307ae0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Labs/Modules/Module 19 - Defender for Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,9 @@ The On-demand Malware Scanning shows the total number of GBs of your storage acc
1. Go to **Get Scan**
2. Navigate to **Auth** and choose **Bearer Token**
3. Modify the parameters in your GET request
```
https://{{endpoint}}/subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroup}}/providers/Microsoft.Storage/storageAccounts/{{storageAccountName}}/providers/Microsoft.Security/defenderForStorageSettings/{{settingsName}}/startMalwareScan?api-version=2024-10-01-preview
```
6. Click **Send**. The scan status will be "WaitingForCompletion"
![waitingforscan](../Images/waitingforscan.png)
7. The result will appear on the right section. Click **Send** again and the scan status will change "Completed"
Expand All @@ -560,6 +563,9 @@ The On-demand Malware Scanning shows the total number of GBs of your storage acc
1. Go to **Cancel Scan**
2. Navigate to **Auth** and choose **Bearer Token**
3. Modify the parameters in your POST request
```
https://{{endpoint}}/subscriptions/{{subscriptionId}}/resourceGroups/{{resourceGroup}}/providers/Microsoft.Storage/storageAccounts/{{storageAccountName}}/providers/Microsoft.Security/defenderForStorageSettings/{{settingsName}}/malwareScans/latest/cancelMalwareScan?api-version=2024-10-01-preview
```
6. Click **Send**
7. The result will appear on the right section
Expand Down

0 comments on commit 307ae0c

Please sign in to comment.