Skip to content

Commit 06015f2

Browse files
Merge pull request #218769 from pritamso/Broken-link-fix-bmansheim
Broken link fixed
2 parents 4110a86 + 238bfa1 commit 06015f2

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

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

248248
To enable Microsoft Defender for Storage at the subscription level with per-transaction pricing using PowerShell:
249249

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).
252252
1. Use these commands to register your subscription to the Microsoft Defender for Cloud Resource Provider:
253253

254254
```powershell
@@ -265,7 +265,7 @@ To enable Microsoft Defender for Storage at the subscription level with per-tran
265265
```
266266
267267
> [!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.
269269
270270
To disable the plan, set the `-PricingTier` property value to `Free`.
271271
@@ -296,7 +296,7 @@ To enable Microsoft Defender for Storage at the subscription level with per-tran
296296
297297
To disable the plan, set the `-tier` property value to `free`.
298298
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.
300300
301301
#### REST API
302302
@@ -358,17 +358,17 @@ If you want to disable Defender for Storage on the account:
358358

359359
To enable Microsoft Defender for Storage for a specific storage account with per-transaction pricing using PowerShell:
360360

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:
364364

365365
```powershell
366366
Enable-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Storage/storageAccounts/<storage-account>/"
367367
```
368368
369369
Replace `<subscriptionId>`, `<resource-group>`, and `<storage-account>` with the values for your environment.
370370
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:
372372
373373
```powershell
374374
Disable-AzSecurityAdvancedThreatProtection -ResourceId "/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.Storage/storageAccounts/<storage-account>/"
@@ -382,7 +382,7 @@ To enable Microsoft Defender for Storage for a specific storage account with per
382382

383383
1. If you don't have it already, [install the Azure CLI](/cli/azure/install-azure-cli).
384384
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:
386386

387387
```azurecli
388388
az security atp storage update \
@@ -392,9 +392,9 @@ To enable Microsoft Defender for Storage for a specific storage account with per
392392
```
393393
394394
> [!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.
396396
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:
398398
399399
```azurecli
400400
az security atp storage update \

0 commit comments

Comments
 (0)