Skip to content

Commit f5d8429

Browse files
ArieHeinCopilot
andauthored
Spelling Fixes (#27914)
Co-authored-by: Copilot <[email protected]>
1 parent 513dcae commit f5d8429

24 files changed

+48
-48
lines changed

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsWebTest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Get-AzApplicationInsightsWebTest
5656
```output
5757
Name Location WebTestKind ResourceGroupName
5858
---- -------- ----------- -----------------
59-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
59+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
6060
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
6161
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
6262
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
@@ -73,7 +73,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test
7373
```output
7474
Name Location WebTestKind ResourceGroupName
7575
---- -------- ----------- -----------------
76-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
76+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test
7777
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test
7878
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test
7979
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test
@@ -90,7 +90,7 @@ Get-AzApplicationInsightsWebTest -ResourceGroupName azpwsh-rg-test -AppInsightsN
9090
```output
9191
Name Location WebTestKind ResourceGroupName Enabled
9292
---- -------- ----------- ----------------- -------
93-
bsaic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
93+
basic-portal-appinsights-portal01 westus2 ping azpwsh-rg-test True
9494
basic-portal02-appinsights-portal01 westus2 ping azpwsh-rg-test True
9595
basic-portal03-appinsights-portal01 westus2 ping azpwsh-rg-test True
9696
standard-portal-appinsights-portal01 westus2 standard azpwsh-rg-test True

src/ArizeAI/ArizeAI/help/Get-AzArizeAIOrganization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ UserPhoneNumber :
8888
8989
```
9090

91-
This command will get all organization details in a given Resoure group.
91+
This command will get all organization details in a given Resource group.
9292

9393
### Example 2: Get a specific Organization in a Resource Group
9494
```powershell

src/Automanage/Automanage/help/Get-AzAutomanageBestPractice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AzureBestPracticesProduction
4141
AzureBestPracticesDevTest
4242
```
4343

44-
This commmand lists all Automanage best practices under a subscription.
44+
This command lists all Automanage best practices under a subscription.
4545

4646
### Example 2: Get information about a Automanage best practice by name
4747
```powershell

src/Automation/Automation/help/New-AzAutomationAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### -KeyVaultEncryption
150-
Specifiy whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.
150+
Specify whether set Automation Account KeySource to Microsoft.KeyVault (enable CMK) or not.
151151
152152
```yaml
153153
Type: System.Management.Automation.SwitchParameter

src/Automation/Automation/help/New-AzAutomationConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ This ConnectionTypeName=AzureServicePrincipal is mainly used for Azure Run As Ac
5151
```powershell
5252
$SubscriptionName = "MyTestSubscription"
5353
$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472"
54-
$ClassicRunAsAccountCertifcateAssetName = "AzureClassicRunAsCertificate"
55-
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertifcateAssetName}
54+
$ClassicRunAsAccountCertificateAssetName = "AzureClassicRunAsCertificate"
55+
$ClassicRunAsAccountConnectionFieldValues = @{"SubscriptionName" = $SubscriptionName; "SubscriptionId" = $SubscriptionId; "CertificateAssetName" = $ClassicRunAsAccountCertificateAssetName}
5656
New-AzAutomationConnection -Name "Connection14" -ConnectionTypeName AzureClassicCertificate -ConnectionFieldValues $ClassicRunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01"
5757
```
5858

src/Billing/Billing/help/Get-AzBillingInvoice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Get latest invoice by billing account name and billing profile name and include
110110
Get-AzBillingInvoice -BillingAccountName 00000000-0000-0000-0000-000000000000:00000000-0000-0000-0000-000000000000_0000-00-00 -BillingProfileName 0000-0000-000-000 -PeriodStartDate 0000-00-00 -PeriodEndDate 0000-00-00
111111
```
112112

113-
Get invoices by billing account name and billing profile name for a billing period specified by perioStart date and periodEnd date.
113+
Get invoices by billing account name and billing profile name for a billing period specified by periodStart date and periodEnd date.
114114

115115

116116
## PARAMETERS

src/BillingBenefits/BillingBenefits/help/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Name PrincipalId RoleDe
4242

4343
Elevate savings plan order
4444

45-
### Example 2: Elevate savings plan order via identiy
45+
### Example 2: Elevate savings plan order via identity
4646
```powershell
4747
$identity = @{
4848
SavingsPlanOrderId = "e45905d2-9207-4f24-8549-f615c203b49b"

src/Blueprint/Blueprint/help/New-AzBlueprintAssignment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Assign a blueprint definition to a subscription.
3838
$rg = @{ResourceGroup=@{name='storage_rg';location='eastus'}}
3939
$params = @{applytaganditsdefaultvalue_tagName="Department_Cost_Center"; applytaganditsdefaultvalue_tagValue="Contoso/RnD/Dev/986754"}
4040
$blueprintObject = Get-AzBlueprint -SubscriptionId "00000000-1111-0000-1111-000000000000" -Name "myBlueprintName"
41-
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/rsourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
41+
$secureString = @{mySecureStringParam=@{keyVaultId='/subscriptions/00000000-1111-0000-1111-000000000000/resourcegroups/myResourceGroup/providers/Microsoft.Keyvault/Vaults/myKeyVault';secretName='mySecret';secretVersion='1.0'}}
4242
New-AzBlueprintAssignment -Name "myAssignment" -Blueprint $blueprintObject -SubscriptionId "00000000-1111-0000-1111-000000000000" -Location "West US" -ResourceGroupParameter $rg -Parameter $params -SecureStringParameter $secureString
4343
```
4444

src/Cdn/Cdn/help/Enable-AzFrontDoorCdnProfileMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ Enable-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupN
3030

3131
Commit the migrated Azure Front Door(Standard/Premium) profile.
3232

33-
### Example 2: Commit the migrated Azure Front Door(Standard/Premium) profile., when the subscription of the profile is different from the local subscrition
33+
### Example 2: Commit the migrated Azure Front Door(Standard/Premium) profile., when the subscription of the profile is different from the local subscription
3434
```powershell
3535
Enable-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
3636
```
3737

38-
Commit the migrated Azure Front Door(Standard/Premium) profile, when the subscription of the profile is different from the local subscrition
38+
Commit the migrated Azure Front Door(Standard/Premium) profile, when the subscription of the profile is different from the local subscription
3939

4040
## PARAMETERS
4141

src/Cdn/Cdn/help/Get-AzCdnEndpointResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Checks the quota and usage of geo filters and custom domains under the given end
2323

2424
## EXAMPLES
2525

26-
### Example 1: List resource useages of an AzureCDN Endpoint under the AzureCDN profile
26+
### Example 1: List resource usages of an AzureCDN Endpoint under the AzureCDN profile
2727
```powershell
2828
Get-AzCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName cdn001 -EndpointName endptest001
2929
```
@@ -41,7 +41,7 @@ CurrentValue Limit ResourceType Unit
4141
1 10 originsPerOriginGroup count
4242
```
4343

44-
List resource useages of an AzureCDN Endpoint under the AzureCDN profile
44+
List resource usages of an AzureCDN Endpoint under the AzureCDN profile
4545

4646
## PARAMETERS
4747

src/Cdn/Cdn/help/Get-AzFrontDoorCdnEndpointResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door
2323

2424
## EXAMPLES
2525

26-
### Example 1: List resource useages of an AzureFrontDoor endpoint under the profile
26+
### Example 1: List resource usages of an AzureFrontDoor endpoint under the profile
2727
```powershell
2828
Get-AzFrontDoorCdnEndpointResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001
2929
```
@@ -34,7 +34,7 @@ CurrentValue Limit Unit
3434
1 100 count
3535
```
3636

37-
List resource useages of an AzureFrontDoor endpoint under the profile
37+
List resource usages of an AzureFrontDoor endpoint under the profile
3838

3939
## PARAMETERS
4040

src/Cdn/Cdn/help/Get-AzFrontDoorCdnOriginGroupResourceUsage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Checks the quota and actual usage of endpoints under the given Azure Front Door
2323

2424
## EXAMPLES
2525

26-
### Example 1: List resource useages of an AzureFrontDoor origin group under the profile
26+
### Example 1: List resource usages of an AzureFrontDoor origin group under the profile
2727
```powershell
2828
Get-AzFrontDoorCdnOriginGroupResourceUsage -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -OriginGroupName org001
2929
```
@@ -34,7 +34,7 @@ CurrentValue Limit Unit
3434
1 50 count
3535
```
3636

37-
List resource useages of an AzureFrontDoor origin group under the profile
37+
List resource usages of an AzureFrontDoor origin group under the profile
3838

3939
## PARAMETERS
4040

src/Cdn/Cdn/help/Get-AzFrontDoorCdnRoute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
8484
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
8585
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001
8686
87-
$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
88-
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
87+
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
88+
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
8989
90-
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResoure) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResoure) | Get-AzFrontDoorCdnRoute
90+
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResource) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResource) | Get-AzFrontDoorCdnRoute
9191
```
9292

9393
```output

src/Cdn/Cdn/help/Invoke-AzCdnCommitProfileToAFDMigration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGrou
3131
Commit the Migration, the Microsoft CDN (classic) profile will be upgraded AFD.
3232
After migration/upgrade, you won't be able to view CDN resources.
3333

34-
### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscrition
34+
### Example 2: Commit the migrated Microsoft CDN (classic) profile, when the subscription of the profile is different from the local subscription
3535
```powershell
3636
Invoke-AzCdnCommitProfileToAFDMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
3737
```

src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ create a new domain within the specified profile.
5959
### Example 1: Creates an AzureFrontDoor domain within the specified AzureFrontDoor profile
6060
```powershell
6161
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
62-
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
63-
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
62+
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
63+
$tlsSetting = New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
6464
New-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001 -HostName "pstest001.dev.cdn.azure.cn" -TlsSetting $tlsSetting
6565
```
6666

src/Cdn/Cdn/help/New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Create an in-memory object for AfdDomainHttpsParameters.
2727
### Example 1: Create an in-memory object for AFDDomainHttpsParameters
2828
```powershell
2929
$secret = Get-AzFrontDoorCdnSecret -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -Name secret001
30-
$secretResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
31-
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResoure
30+
$secretResource = New-AzFrontDoorCdnResourceReferenceObject -Id $secret.Id
31+
New-AzFrontDoorCdnCustomDomainTlsSettingParametersObject -CertificateType "CustomerCertificate" -MinimumTlsVersion "TLS12" -Secret $secretResource
3232
```
3333

3434
```output

src/Cdn/Cdn/help/New-AzFrontDoorCdnProfileScrubbingRulesObject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RequestIPAddress EqualsAny Enabled
3535

3636
Create an in-memory object for ProfileScrubbingRules and the value of matchVariable is RequestIPAddress
3737

38-
### Example 2: Create an in-memory object for ProfileScrubbingRules and disbale the Scrubbing rule
38+
### Example 2: Create an in-memory object for ProfileScrubbingRules and disable the Scrubbing rule
3939
```powershell
4040
New-AzFrontDoorCdnProfileScrubbingRulesObject -MatchVariable RequestUri -State Disabled
4141
```
@@ -46,7 +46,7 @@ MatchVariable Selector SelectorMatchOperator State
4646
RequestUri EqualsAny Disabled
4747
```
4848

49-
Create an in-memory object for ProfileScrubbingRules and disbale the Scrubbing rule
49+
Create an in-memory object for ProfileScrubbingRules and disable the Scrubbing rule
5050

5151
## PARAMETERS
5252

src/Cdn/Cdn/help/New-AzFrontDoorCdnRoute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ $originGroup = Get-AzFrontDoorCdnOriginGroup -ResourceGroupName testps-rg-da16jm
8888
$ruleSet = Get-AzFrontDoorCdnRuleSet -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -RuleSetName ruleset001
8989
$customdomain = Get-AzFrontDoorCdnCustomDomain -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -CustomDomainName domain001
9090
91-
$ruleSetResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
92-
$customdomainResoure = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
91+
$ruleSetResource = New-AzFrontDoorCdnResourceReferenceObject -Id $ruleSet.Id
92+
$customdomainResource = New-AzFrontDoorCdnResourceReferenceObject -Id $customdomain.Id
9393
94-
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResoure) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResoure)
94+
New-AzFrontDoorCdnRoute -ResourceGroupName testps-rg-da16jm -ProfileName fdp-v542q6 -EndpointName end001 -Name route001 -OriginGroupId $originGroup.Id -RuleSet @($ruleSetResource) -PatternsToMatch "/*" -LinkToDefaultDomain "Enabled" -EnabledState "Enabled" -CustomDomain @($customdomainResource)
9595
```
9696

9797
```output

src/Cdn/Cdn/help/Start-AzFrontDoorCdnProfilePrepareMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ When a classic AFD instance associated with more than one WAF policy and has no
106106
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
107107
The change need to be committed after this.
108108

109-
### Example 5: When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscrition.
109+
### Example 5: When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscription.
110110
```powershell
111111
Start-AzFrontDoorCdnProfilePrepareMigration -ResourceGroupName rgName -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/rgName/providers/Microsoft.Network/Frontdoors/name -ProfileName name-migrated -SkuName Standard_AzureFrontDoor -SubscriptionId testSubId01
112112
```
@@ -117,7 +117,7 @@ MigratedProfileResourceId
117117
/subscriptions/testSubId/resourceGroups/rgName/providers/Microsoft.Cdn/profiles/name-migrated
118118
```
119119

120-
When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscrition.
120+
When a classic AFD instance not associated with WAF and has no customer certificate, and the subscription of the classic AFD instance is different from the local subscription.
121121
Migrate the classic AFD to Azure Front Door(Standard/Premium) profile..
122122
The change need to be committed after this.
123123

src/Cdn/Cdn/help/Stop-AzFrontDoorCdnProfileMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Stop-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupNam
3535
Abort classic CDN migrate to AFDx.
3636
This will delete all the AFD Standard or Premium configurations
3737

38-
### Example 2: Abort classic CDN migrate to AFDx, when the subscription of the classic CDN is different from the local subscrition
38+
### Example 2: Abort classic CDN migrate to AFDx, when the subscription of the classic CDN is different from the local subscription
3939
```powershell
4040
Stop-AzFrontDoorCdnProfileMigration -ProfileName name-migrated -ResourceGroupName rgName -SubscriptionId testSubId01
4141
```
4242

4343
Abort classic CDN migrate to AFDx.
44-
When the subscription of the classic CDN is different from the local subscrition, You need to set the value of the subscription parameter.
44+
When the subscription of the classic CDN is different from the local subscription, You need to set the value of the subscription parameter.
4545
This will delete all the AFD Standard or Premium configurations.
4646

4747
## PARAMETERS

src/Cdn/Cdn/help/Test-AzCdnNameAvailability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This is needed for resources where name is globally unique, such as a CDN endpoi
4343

4444
## EXAMPLES
4545

46-
### Example 1: Check AzureCDN endpint name availability
46+
### Example 1: Check AzureCDN endpoint name availability
4747
```powershell
4848
Test-AzCdnNameAvailability -Name endptest001 -Type Microsoft.Cdn/Profiles/Endpoints
4949
```
@@ -54,7 +54,7 @@ Message NameAvailable Reason
5454
Name not available False Name is already in use
5555
```
5656

57-
Check AzureCDN endpint name availability
57+
Check AzureCDN endpoint name availability
5858

5959
## PARAMETERS
6060

src/Cdn/Cdn/help/Test-AzFrontDoorCdnProfileMigration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ True Standard_AzureFrontDoor {}
3636

3737
Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile.
3838

39-
### Example 2: Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscrition.
39+
### Example 2: Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscription.
4040
```powershell
4141
Test-AzFrontDoorCdnProfileMigration -ResourceGroupName testrg -ClassicResourceReferenceId /subscriptions/testSubId01/resourcegroups/testrg/providers/Microsoft.Network/Frontdoors/frontdoorName -SubscriptionId testSubId01
4242
```
@@ -47,7 +47,7 @@ CanMigrate DefaultSku Error
4747
True Standard_AzureFrontDoor {}
4848
```
4949

50-
Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscrition.
50+
Checks if a classic AFD instance can be migrated to Azure Front Door(Standard/Premium) profile, when the subscription of the CDN profile is different from the local subscription.
5151

5252
You need to set the value of the subscription parameter.
5353

0 commit comments

Comments
 (0)