Skip to content

Commit d78518a

Browse files
authored
Merge pull request #107769 from JackCerver/patch-1
Possible typo in azure-defender-storage-configure.md
2 parents 9d5f020 + 5d0d0c4 commit d78518a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/azure-defender-storage-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Learn more about the [ARM template AzAPI reference](/azure/templates/microsoft.s
312312

313313
#### Bicep template
314314

315-
To enable and configure Microsoft Defender for Storage at the subscription level with per-transaction pricing using [Bicep](../../azure-resource-manager/bicep/overview.md), add the following to your Bicep template:
315+
To enable and configure Microsoft Defender for Storage at the storage account level using [Bicep](../../azure-resource-manager/bicep/overview.md), add the following to your Bicep template:
316316

317317
```bicep
318318
param accountName string
@@ -345,7 +345,7 @@ Learn more about the [Bicep template AzAPI reference](/azure/templates/microsoft
345345

346346
### REST API
347347

348-
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` , `resourceGroupName`, and `accountName` in the endpoint URL with your own Azure subscription ID, resource group and storage account names accordingly.
348+
To enable and configure Microsoft Defender for Storage at the storage account level using REST API, create a PUT request with this endpoint. Replace the `subscriptionId` , `resourceGroupName`, and `accountName` in the endpoint URL with your own Azure subscription ID, resource group and storage account names accordingly.
349349

350350
```http
351351
PUT https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/StorageAccounts?api-version=2023-01-01

0 commit comments

Comments
 (0)