Skip to content

Commit 5423aa7

Browse files
Merge pull request #249097 from LiorTsalovich1/docs-editor/defender-for-storage-rest-api-1692788956
Update defender-for-storage-rest-api-enablement.md
2 parents 6f69d1a + ad37aae commit 5423aa7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/defender-for-cloud/defender-for-storage-rest-api-enablement.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ We recommend that you enable Defender for Storage on the subscription level. Doi
1818

1919
To enable and configure Microsoft Defender for Storage at the subscription level using REST API, create a PUT request with this endpoint (replace the `subscriptionId` in the endpoint URL with your own Azure subscription ID):
2020

21-
**PUT** https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/StorageAccounts?api-version=2023-01-01
21+
```
22+
PUT
23+
https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/StorageAccounts?api-version=2023-01-01
24+
25+
```
2226
And add the following request body:
2327

2428
```
@@ -98,4 +102,6 @@ Learn more on how to [set up response for malware scanning](defender-for-storage
98102

99103
## Next steps
100104

101-
- Learn how to [enable and Configure the Defender for Storage plan at scale with an Azure built-in policy](defender-for-storage-policy-enablement.md).
105+
- Learn how to [enable and Configure the Defender for Storage plan at scale with an Azure built-in policy](defender-for-storage-policy-enablement.md).
106+
107+

0 commit comments

Comments
 (0)