Skip to content

Commit 1775d7b

Browse files
committed
Final changes
1 parent d87c146 commit 1775d7b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/Security/Security/help/Get-AzSecurityPricing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
Gets the pricing data for the Azure Defender plans enabled in Azure Security Center for a subscription.
12+
Gets the Azure Defender plans for a subscription in Azure Security Center.
1313

1414
## SYNTAX
1515

@@ -33,7 +33,7 @@ Get-AzSecurityPricing -ResourceId <String> [-DefaultProfile <IAzureContextContai
3333

3434
## DESCRIPTION
3535

36-
You can enable each Azure Defender plan, per subscription, using this cmdlet.
36+
You can view each Azure Defender plan, per subscription, using this cmdlet.
3737

3838
For details about Azure Defender and the available plans, see [Introduction to Azure Defender](https://docs.microsoft.com/azure/security-center/azure-defender).
3939

@@ -65,15 +65,15 @@ Gets the status of each Azure Defender plan for the subscription.
6565
PS C:\> Get-AzSecurityPricing -ResourceId
6666
```
6767

68-
Gets pricing details of the specific ID. Where ResourceId is one of IDs from example 1.
68+
Gets pricing details of the specific resource ID. Where ResourceId is one of the IDs returned by `Get-AzSecurityPricing`.
6969

7070
### Example 3
7171

7272
```powershell
7373
PS C:\> Get-AzSecurityPricing -Name
7474
```
7575

76-
Gets pricing details of the named Azure Defender plan. Where `name` is one of the names from example 1.
76+
Gets pricing details of the named Azure Defender plan. Where `name` is one of the names returned by `Get-AzSecurityPricing`.
7777

7878

7979
## PARAMETERS

src/Security/Security/help/Set-AzSecurityPricing.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99

1010
## SYNOPSIS
1111

12-
Sets the pricing data for the Azure Defender plans enabled in Azure Security Center for a subscription.
12+
Enables or disables Azure Defender plans for a subscription in Azure Security Center.
1313

1414
## SYNTAX
1515

@@ -41,7 +41,9 @@ For details about Azure Defender and the available plans, see [Introduction to A
4141
PS C:\> Set-AzSecurityPricing -Name "virtualmachines" -PricingTier "Standard"
4242
```
4343

44-
Sets the subscription Azure Security Center pricing tier to "Standard"
44+
Enables **Azure Defender for servers** for the subscription.
45+
46+
"Standard" refers to the "On" state for an Azure Defender plan as shown in Azure Security Center's pricing and settings area of the Azure portal.
4547

4648

4749
## PARAMETERS

0 commit comments

Comments
 (0)