Skip to content

fix spelling #3638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Ssh/Enter-AzVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[SSH Access to Arzure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
[SSH Access to Azure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
[Troubleshoot SSH access to Azure Arc Enabled Servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-troubleshoot)
[Login to a Linux VM by using Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux)
[Install OpenSSH for Windows](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui)
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.Ssh/Export-AzSshConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable

## RELATED LINKS

[SSH Access to Arzure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
[SSH Access to Azure Arc-enabled servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-overview?tabs=azure-cli)
[Troubleshoot SSH access to Azure Arc Enabled Servers](https://learn.microsoft.com/en-us/azure/azure-arc/servers/ssh-arc-troubleshoot)
[Login to a Linux VM by using Microsoft Entra ID](https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux)
[Install OpenSSH for Windows](https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui)
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Disabling Remote Support.
Remote Support successfully Disabled.
```

Disabling Remort support
Disabling Remote support

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ExpiresAt : 3/30/2022 10:29:53 AM +00:00
SasCredential :
```

Enable remort support by providing consent.
Enable remote support by providing consent.
In this case, user is not prompted for consent

## PARAMETERS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ValueCount : 0
Name : HKEY_LOCAL_MACHINE\SYSTEM\Software\Microsoft\RemoteSupportAgent
```

Installs Remort Support
Installs Remote Support

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StackHCI/Unregister-AzStackHCI.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Invoking with all the parameters
## PARAMETERS

### -AccountId
Specifies the AccoundId.
Specifies the AccountId.
Specifying this along with ArmAccessToken will avoid Azure interactive logon.

```yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Name ResourceGroupName
testVm test-rg
```

This commnad gets a virtual machine in a specified resource group.
This command gets a virtual machine in a specified resource group.

### Example 2: List Virtual Machines in a Resource Group
```powershell
Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.StackHCIVM/New-AzStackHCIVMImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Please note some properties can be set only during image creation.

### Example 1: Create a Gallery Image
```powershell
New-AzStackHCIVMImage -Name "testImage" -ResourceGroupName "test-rg" -CustomLocationId "/subscriptions/{subscriptionID}/resourcegroups/{resourceGroupName}/providers/microsoft.extendedlocation/customlocations/{customLocationName}" -ImagePath "C:\ClusterStorage\Volume1\Ubunut.vhdx" -OSType "Linux" -Location "eastus"
New-AzStackHCIVMImage -Name "testImage" -ResourceGroupName "test-rg" -CustomLocationId "/subscriptions/{subscriptionID}/resourcegroups/{resourceGroupName}/providers/microsoft.extendedlocation/customlocations/{customLocationName}" -ImagePath "C:\ClusterStorage\Volume1\Ubuntu.vhdx" -OSType "Linux" -Location "eastus"
```

```output
Expand Down Expand Up @@ -214,7 +214,7 @@ Accept wildcard characters: False
```

### -Offer
The name of the marketplae gallery image definition offer.
The name of the marketplace gallery image definition offer.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ Accept wildcard characters: False

### -ProvisionVMAgent
Used to indicate whether Arc for Servers agent onboarding should be triggered during the virtual machine creation process.
VM Agent is provsioned by default.
VM Agent is provisioned by default.
Please pass -ProvisionVMAgent:$false to disable.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StackHCIVM/Update-AzStackHCIVMImage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Name ResourceGroupName
testImage test-rg
```

This command updates an exisiting image in the specified resource group.
This command updates an existing image in the specified resource group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name ResourceGroupName
testLnet test-rg
```

This command updates an exisiting logical network in the specified resource group.
This command updates an existing logical network in the specified resource group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name ResourceGroupName
testNic test-rg
```

This command updates an exisiting network interface in the specified resource group.
This command updates an existing network interface in the specified resource group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name ResourceGroupName
testStoragePath test-rg
```

This command updates an exisiting storage path in the specified resource group.
This command updates an existing storage path in the specified resource group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name ResourceGroupName
testVhd test-rg
```

This command updates an exisiting virtual hard disk in the specified resource group.
This command updates an existing virtual hard disk in the specified resource group.

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ SystemDataLastModifiedByType :
Type : Microsoft.StandbyPool/standbyContainerGroupPools/runtimeViews
```

Above command is getting a runtime veiw of standby container group pool.
Above command is getting a runtime view of standby container group pool.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StandbyPool/Get-AzStandbyVMPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Get a StandbyVirtualMachinePoolResource

## EXAMPLES

### Example 1: get a standby virutal machine pool
### Example 1: get a standby virtual machine pool
```powershell
Get-AzStandbyVMPool `
-SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e `
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StandbyPool/Get-AzStandbyVMPoolStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ SystemDataLastModifiedByType :
Type : Microsoft.StandbyPool/standbyVirtualMachinePools/runtimeViews
```

Above command is getting a runtime veiw of standby virtual machine pool.
Above command is getting a runtime view of standby virtual machine pool.

## PARAMETERS

Expand Down
4 changes: 2 additions & 2 deletions azps-12.5.0/Az.StandbyPool/New-AzStandbyVMPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Create a StandbyVirtualMachinePoolResource

## EXAMPLES

### Example 1: Creat a new standby virtual machine pool
### Example 1: Create a new standby virtual machine pool
```powershell
New-AzStandbyVMPool `
-Name testPool `
Expand Down Expand Up @@ -75,7 +75,7 @@ Type : microsoft.standbypool/standbyvirtualmachinep
VirtualMachineState : Running
```

Above commnand is creating a new standby virtual machine pool
Above command is creating a new standby virtual machine pool

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Create an in-memory object for CacheDirectorySettings.

### Example 1: Create an in-memory object for CacheDirectorySettings.
```powershell
New-AzStorageCacheDirectorySettingObject -ActiveDirectoryCacheNetBiosName "contosoSmb" -ActiveDirectoryDomainName "contosoAd.contoso.local" -ActiveDirectoryDomainNetBiosName "contosoAd" -ActiveDirectoryPrimaryDnsIPAddress "192.0.2.10" -ActiveDirectorySecondaryDnsIPAddress "192.0.2.11" -CredentialsBindDn "cn=ldapadmin,dc=contosoad,dc=contoso,dc=local" -CredentialsBindPassword "<bindPassword>" -CredentialsPassword "<password>" -CredentialsUsername "consotoAdmin" -UsernameDownloadCaCertificateUri "http://contoso.net/cacert.pem" -UsernameDownloadAutoDownloadCertificate:$False -UsernameDownloadEncryptLdapConnection:$False -UsernameDownloadExtendedGroup:$False -UsernameDownloadGroupFileUri "http://contoso.net/group.file" -UsernameDownloadLdapBaseDn "dc=contosoad,dc=contoso,dc=local" -UsernameDownloadLdapServer "192.0.2.12" -UsernameDownloadRequireValidCertificate:$False -UsernameDownloadUsernameSource 'LDAP' -UsernameDownloadUserFileUri "http://contoso.net/passwd.file"
New-AzStorageCacheDirectorySettingObject -ActiveDirectoryCacheNetBiosName "contosoSmb" -ActiveDirectoryDomainName "contosoAd.contoso.local" -ActiveDirectoryDomainNetBiosName "contosoAd" -ActiveDirectoryPrimaryDnsIPAddress "192.0.2.10" -ActiveDirectorySecondaryDnsIPAddress "192.0.2.11" -CredentialsBindDn "cn=ldapadmin,dc=contosoad,dc=contoso,dc=local" -CredentialsBindPassword "<bindPassword>" -CredentialsPassword "<password>" -CredentialsUsername "contosoAdmin" -UsernameDownloadCaCertificateUri "http://contoso.net/cacert.pem" -UsernameDownloadAutoDownloadCertificate:$False -UsernameDownloadEncryptLdapConnection:$False -UsernameDownloadExtendedGroup:$False -UsernameDownloadGroupFileUri "http://contoso.net/group.file" -UsernameDownloadLdapBaseDn "dc=contosoad,dc=contoso,dc=local" -UsernameDownloadLdapServer "192.0.2.12" -UsernameDownloadRequireValidCertificate:$False -UsernameDownloadUsernameSource 'LDAP' -UsernameDownloadUserFileUri "http://contoso.net/passwd.file"
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Create an in-memory object for NfsAccessPolicy.

### Example 1: Create an in-memory object for NfsAccessPolicy.
```powershell
$objcet = New-AzStorageCacheNfsAccessRuleObject -Access 'rw' -Scope 'network' -AnonymousUid "65534" -AnonymousGid "65534" -SubmountAccess:$True -RootSquash:$True -Suid:$False -Filter "10.99.1.0/24"
$object = New-AzStorageCacheNfsAccessRuleObject -Access 'rw' -Scope 'network' -AnonymousUid "65534" -AnonymousGid "65534" -SubmountAccess:$True -RootSquash:$True -Suid:$False -Filter "10.99.1.0/24"
New-AzStorageCacheNfsAccessPolicyObject -AccessRule $object -Name azps-nfsaccesspolicy
```

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StorageMover/Get-AzStorageMover.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Gets a Storage Mover resource.

## EXAMPLES

### Example 1: Get all Storage movers in a subcription
### Example 1: Get all Storage movers in a subscription
```powershell
Get-AzStorageMover
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SystemDataLastModifiedByType : Application
Type : microsoft.storagemover/storagemovers/endpoints
```

This command creats an Azure Storage SMB file share endpoint.
This command creates an Azure Storage SMB file share endpoint.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StorageSync/New-AzStorageSyncService.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Accept wildcard characters: False
```

### -AssignIdentity
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this paramter without "-IdentityType", will use system assigned identity.
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this parameter without "-IdentityType", will use system assigned identity.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion azps-12.5.0/Az.StorageSync/Set-AzStorageSyncService.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Accept wildcard characters: False
```

### -AssignIdentity
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this paramter without "-IdentityType", will use system assigned identity.
Generate and assign a new Storage Sync Service Identity for this storage sync service for use with accessing storage account and file share. If specify this parameter without "-IdentityType", will use system assigned identity.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Set-AzStorageSyncServiceIdentity [-ResourceId] <String> [-AsJob] [-DefaultProfil
```

## DESCRIPTION
A storage sync service is the top level resource for Azure File Sync. This command helps to migrate storage sync servicein a resource group to start using managed identity. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service.
A storage sync service is the top level resource for Azure File Sync. This command helps to migrate storage sync service in a resource group to start using managed identity. We recommend to create as few storage sync services as absolutely necessary to differentiate distinct groups of servers in your organization. A storage sync service contains sync groups and also works as a target to register your servers to. A server can only be registered to a single storage sync service. If servers ever need to participate in syncing the same set of files, register them to the same storage sync service.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ This command returns information about the output defined on the job.

### Example 3: Get information about a specific job output by pipeline
```powershell
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-portal -Name output-05 -File .\test\template-json\StroageAccount.json | Get-AzStreamAnalyticsOutput
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-portal -Name output-05 -File .\test\template-json\StorageAccount.json | Get-AzStreamAnalyticsOutput
```

```output
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Creates an output or replaces an already existing output under an existing strea

### Example 1: Create an output to a stream analytics job
```powershell
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-02-pwsh -Name output-01 -File .\test\template-json\StroageAccount.json
New-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-02-pwsh -Name output-01 -File .\test\template-json\StorageAccount.json
```

```output
Expand All @@ -38,7 +38,7 @@ output-01 Microsoft.StreamAnalytics/streamingjobs/outputs 3819fb65-07f5-4dc3-83e

This command creates a new output in the stream analytics job.

(below is an example for "StroageAccount.json")
(below is an example for "StorageAccount.json")
{
"properties": {
"serialization": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Remove-AzStreamAnalyticsCluster -ResourceGroupName pwshaz-rg-test -Name sac-m-te
```

This command removes a stream analytics by name.
**Please stop all jobs of the stream analytics cluster brefore invoke Remove-AzStreamAnalyticsCluster.**
**Please stop all jobs of the stream analytics cluster before invoke Remove-AzStreamAnalyticsCluster.**

### Example 2: Remove a stream analytics by pipeline
```powershell
Get-AzStreamAnalyticsCluster -ResourceGroupName pwshaz-rg-test -Name sac-m-test01 | Remove-AzStreamAnalyticsCluster
```

This command removes a stream analytics by pipeline.
**Please stop all jobs of the stream analytics cluster brefore invoke Remove-AzStreamAnalyticsCluster.**
**Please stop all jobs of the stream analytics cluster before invoke Remove-AzStreamAnalyticsCluster.**

## PARAMETERS

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ update one or two properties) an output without affecting the rest the job or ou

### Example 1: Update an output to a stream analytics job
```powershell
Update-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01 -File .\test\template-json\StroageAccount.json
Update-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01 -File .\test\template-json\StorageAccount.json
```

```output
Expand All @@ -51,7 +51,7 @@ This command updates a new output in the stream analytics job.

### Example 2: Update an output to a stream analytics job by pipeline
```powershell
Get-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01| Update-AzStreamAnalyticsOutput -File .\test\template-json\StroageAccount.json
Get-AzStreamAnalyticsOutput -ResourceGroupName azure-rg-test -JobName sajob-01-pwsh -Name output-01| Update-AzStreamAnalyticsOutput -File .\test\template-json\StorageAccount.json
```

```output
Expand Down