Skip to content

Commit

Permalink
Update New-AzSubscriptionAlias.md (#14842)
Browse files Browse the repository at this point in the history
Edit example #1 and add example #2 explaining the value options for the Workload parameter
  • Loading branch information
martin77s authored Apr 28, 2021
1 parent 1322dc0 commit 6e7f661
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/Subscription/Subscription/help/New-AzSubscriptionAlias.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@ The **New-AzSubscriptionAlias** cmdlet creates new alias and subscription

### Example 1
```powershell
PS C:\> New-AzSubscriptionAlias -AliasName "NewAliasName" -SubscriptionName "SubscriptionName" -BillingScope "BillingScope" -Workload "WorkloadType"
PS C:\> New-AzSubscriptionAlias -AliasName "NewAlias1" -SubscriptionName "Subscription1" -BillingScope $BillingScope -Workload Production
```

Creates new alias and subscription
Creates new alias and EA subscription

### Example 2
```powershell
PS C:\> New-AzSubscriptionAlias -AliasName "NewAlias2" -SubscriptionName "Subscription2" -BillingScope $BillingScope -Workload DevTest
```

Creates new alias and Dev/Test EA subscription


## PARAMETERS

Expand Down

0 comments on commit 6e7f661

Please sign in to comment.