Skip to content

Commit 6e7f661

Browse files
authored
Update New-AzSubscriptionAlias.md (#14842)
Edit example #1 and add example #2 explaining the value options for the Workload parameter
1 parent 1322dc0 commit 6e7f661

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/Subscription/Subscription/help/New-AzSubscriptionAlias.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@ The **New-AzSubscriptionAlias** cmdlet creates new alias and subscription
2525

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

31-
Creates new alias and subscription
31+
Creates new alias and EA subscription
32+
33+
### Example 2
34+
```powershell
35+
PS C:\> New-AzSubscriptionAlias -AliasName "NewAlias2" -SubscriptionName "Subscription2" -BillingScope $BillingScope -Workload DevTest
36+
```
37+
38+
Creates new alias and Dev/Test EA subscription
39+
3240

3341
## PARAMETERS
3442

0 commit comments

Comments
 (0)