You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/common/azure-defender-storage-configure.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,8 +247,8 @@ Learn more about the [ARM template AzAPI reference](/azure/templates/microsoft.s
247
247
248
248
To enable Microsoft Defender for Storage at the subscription level with per-transaction pricing using PowerShell:
249
249
250
-
1. If you don't have it already, [install the Azure Az PowerShell module](/powershell/azure/install-az-ps.md).
251
-
1. Use the `Connect-AzAccount` cmdlet to sign in to your Azure account. Learn more about [signing in to Azure with Azure PowerShell](/powershell/azure/authenticate-azureps.md).
250
+
1. If you don't have it already, [install the Azure Az PowerShell module](/powershell/azure/install-az-ps).
251
+
1. Use the `Connect-AzAccount` cmdlet to sign in to your Azure account. Learn more about [signing in to Azure with Azure PowerShell](/powershell/azure/authenticate-azureps).
252
252
1. Use these commands to register your subscription to the Microsoft Defender for Cloud Resource Provider:
253
253
254
254
```powershell
@@ -265,7 +265,7 @@ To enable Microsoft Defender for Storage at the subscription level with per-tran
265
265
```
266
266
267
267
> [!TIP]
268
-
> You can use the [`GetAzSecurityPricing` (Az_Security)](/powershell/module/az.security/get-azsecuritypricing.md) to see all of the Defender for Cloud plans that are enabled for the subscription.
268
+
> You can use the [`GetAzSecurityPricing` (Az_Security)](/powershell/module/az.security/get-azsecuritypricing) to see all of the Defender for Cloud plans that are enabled for the subscription.
269
269
270
270
To disable the plan, set the `-PricingTier` property value to `Free`.
271
271
@@ -296,7 +296,7 @@ To enable Microsoft Defender for Storage at the subscription level with per-tran
296
296
297
297
To disable the plan, set the `-tier` property value to `free`.
298
298
299
-
Learn more about the [`az security pricing create`](/cli/azure/security/pricing.md#az-security-pricing-create) command.
299
+
Learn more about the [`az security pricing create`](/cli/azure/security/pricing#az-security-pricing-create) command.
300
300
301
301
#### REST API
302
302
@@ -358,17 +358,17 @@ If you want to disable Defender for Storage on the account:
358
358
359
359
To enable Microsoft Defender for Storage for a specific storage account with per-transaction pricing using PowerShell:
360
360
361
-
1. If you don't have it already, [install the Azure Az PowerShell module](/powershell/azure/install-az-ps.md).
362
-
1. Use the Connect-AzAccount cmdlet to sign in to your Azure account. Learn more about [signing in to Azure with Azure PowerShell](/powershell/azure/authenticate-azureps.md).
363
-
1. Enable Microsoft Defender for Storage for the desired storage account with the [`Enable-AzSecurityAdvancedThreatProtection`](/powershell/module/az.security/enable-azsecurityadvancedthreatprotection.md) cmdlet:
361
+
1. If you don't have it already, [install the Azure Az PowerShell module](/powershell/azure/install-az-ps).
362
+
1. Use the Connect-AzAccount cmdlet to sign in to your Azure account. Learn more about [signing in to Azure with Azure PowerShell](/powershell/azure/authenticate-azureps).
363
+
1. Enable Microsoft Defender for Storage for the desired storage account with the [`Enable-AzSecurityAdvancedThreatProtection`](/powershell/module/az.security/enable-azsecurityadvancedthreatprotection) cmdlet:
Replace `<subscriptionId>`, `<resource-group>`, and `<storage-account>` with the values for your environment.
370
370
371
-
If you want to disable per-transaction pricing for a specific storage account, use the [`Disable-AzSecurityAdvancedThreatProtection`](/powershell/module/az.security/disable-azsecurityadvancedthreatprotection.md) cmdlet:
371
+
If you want to disable per-transaction pricing for a specific storage account, use the [`Disable-AzSecurityAdvancedThreatProtection`](/powershell/module/az.security/disable-azsecurityadvancedthreatprotection) cmdlet:
@@ -382,7 +382,7 @@ To enable Microsoft Defender for Storage for a specific storage account with per
382
382
383
383
1. If you don't have it already, [install the Azure CLI](/cli/azure/install-azure-cli).
384
384
1. Use the `az login` command to sign in to your Azure account. Learn more about [signing in to Azure with Azure CLI](/cli/azure/authenticate-azure-cli).
385
-
1. Enable Microsoft Defender for Storage for your subscription with the [`az security atp storage update`](/cli/azure/security/atp/storage.md) command:
385
+
1. Enable Microsoft Defender for Storage for your subscription with the [`az security atp storage update`](/cli/azure/security/atp/storage) command:
386
386
387
387
```azurecli
388
388
az security atp storage update \
@@ -392,9 +392,9 @@ To enable Microsoft Defender for Storage for a specific storage account with per
392
392
```
393
393
394
394
> [!TIP]
395
-
> You can use the [`az security atp storage show`](/cli/azure/security/atp/storage.md) command to see if Defender for Storage is enabled on an account.
395
+
> You can use the [`az security atp storage show`](/cli/azure/security/atp/storage) command to see if Defender for Storage is enabled on an account.
396
396
397
-
To disable Microsoft Defender for Storage for your subscription, use the [`az security atp storage update`](/cli/azure/security/atp/storage.md) command:
397
+
To disable Microsoft Defender for Storage for your subscription, use the [`az security atp storage update`](/cli/azure/security/atp/storage) command:
0 commit comments