Skip to content

Spelling Fixes #27915

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 5 commits into from
Jun 11, 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
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This command creates load balancer frontend IP configuration object with a Priva
## PARAMETERS

### -Name
Name of FrontendIpConfigration.
Name of FrontendIpConfiguration.

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

### -IdentityType
Set the new Cognitive Services Account Identity type, the idenetity is for use with key management services like Azure KeyVault.
Set the new Cognitive Services Account Identity type, the identity is for use with key management services like Azure KeyVault.

```yaml
Type: System.Nullable`1[Microsoft.Azure.Management.CognitiveServices.Models.IdentityType]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This command remove several IpRules with IPAddressOrRange.

### Example 2: Remove a VirtualNetworkRule with VirtualNetworkRule Object input with JSON
```powershell
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkRule (@{VirtualNetworkReourceId="/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"})
Remove-AzCognitiveServicesAccountNetworkRule -ResourceGroupName "myResourceGroup" -Name "myaccount" -VirtualNetworkRule (@{VirtualNetworkResourceId="/subscriptions/s1/resourceGroups/g1/providers/Microsoft.Network/virtualNetworks/vnet1/subnets/subnet1"})
```

This command remove a VirtualNetworkRule with VirtualNetworkRule Object input with JSON.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Global ContosoAcsResource5 6/09/2024 4:41:40 AM contosouser5@microsoft.com Us

Returns a list of all ACS resources under that subscription.

### Example 2: Get infomation on specified Azure Communication resource
### Example 2: Get information on specified Azure Communication resource
```powershell
Get-AzCommunicationService -Name ContosoAcsResource34 -ResourceGroupName ContosoResourceProvider1
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Get the access keys of the CommunicationService resource.

## EXAMPLES

### Example 1: Fetch the Key for the specified Communcation service
### Example 1: Fetch the Key for the specified Communication service
```powershell
Get-AzCommunicationServiceKey -CommunicationServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
```
Expand All @@ -34,7 +34,7 @@ PrimaryConnectionString PrimaryKey SecondaryConnectionSt
endpoint=<example-primary-endpoint> <example-primarykey> endpoint=<example-secondary-endpoint> <example-secondarykey>
```

Displays the ConnectionString and Key for the specified Communcation service.
Displays the ConnectionString and Key for the specified Communication service.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Communication/Communication/help/Get-AzEmailService.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ global ContosoResource2 06-12-2021 20:22:48 test@m

Returns a list of all ACS resources under that subscription.

### Example 2: Get infomation on specified Azure Email services resource
### Example 2: Get information on specified Azure Email services resource
```powershell
Get-AzEmailService -Name ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ global customdomain.net 07-02-2024 06:11:24 test

Returns a list of all domain resources under that email services.

### Example 2: Get infomation on specified Azure Email services resource
### Example 2: Get information on specified Azure Email services resource
```powershell
Get-AzEmailServiceDomain -Name AzureManagedDomain -EmailServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Get a valid sender username for a domains resource.

## EXAMPLES

### Example 1: Get infomation on specified Azure Email services senderusername resource.
### Example 1: Get information on specified Azure Email services senderusername resource.
```powershell
Get-AzEmailServiceSenderUsername -SenderUsername donotreply -DomainName AzureManagedDomain -EmailServiceName ContosoAcsResource1 -ResourceGroupName ContosoResourceProvider1
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Location Name SystemDataCreatedAt SystemDataCreatedBy Sys
Global ContosoAcsResource1 7/10/2024 5:41:40 AM contosouser@microsoft.com User 7/16/2024 3:40:40 AM contosouser@microsoft.com User
```

Attaches the given tags and links the doamin to the specified ACS resource.
Attaches the given tags and links the domain to the specified ACS resource.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/Add-AzVhd.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Accept wildcard characters: False
```

### -DiskHyperVGeneration
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Posssible values are: 'V1', 'V2'.
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Possible values are: 'V1', 'V2'.

```yaml
Type: System.String
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/Add-AzVmssExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $ResourceGroupName = "HelloRG"
$VMScaleSetName = "HelloVmSS"
$TypeHandlerVersion = 2.1

#Best Practice for securd paramaters.
#Best Practice for secured parameters.
$protectedSettings = @{
"managedIdentity" = @{ "clientId" = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ Export-AzLogAnalyticThrottledRequest -Location 'West Central US' -FromTime '2018

This command stores the total throttled Microsoft.Compute API calls between 2018-02-20T17:54:14 and 2018-02-22T17:54:17 in the given SAS URI, aggregated by operation name.

### Example 2: Export records aggregated by applicaiton id
### Example 2: Export records aggregated by application id
```powershell
Export-AzLogAnalyticThrottledRequest -Location 'West Central US' -FromTime '2018-02-20T17:54:14.8806951-08:00' -ToTime '2018-02-22T17:54:17.5832413-08:00' -BlobContainerSasUri 'https://wkuotest1.blob.core.windows.net/mylogs?someSasUri' -GroupByApplicationId
```

This command stores the total throttled Microsoft.Compute API calls between 2018-02-20T17:54:14 and 2018-02-22T17:54:17 in the given SAS URI, aggregated by appliction id.
This command stores the total throttled Microsoft.Compute API calls between 2018-02-20T17:54:14 and 2018-02-22T17:54:17 in the given SAS URI, aggregated by application id.

### Example 3: Export records aggregated by user agent
```powershell
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get-AzDiskEncryptionSetAssociatedResource -ResourceGroupName $RGname -DiskEncryp

```output
/subscriptions/xxxxx-xxx-xx/resourceGroups/exampleResourceGroup/providers/Microsoft.Compute/disks/exampleDisk01
/subscriptions/xxxxx-xxx-xx/resourceGroups/exampleResourceGroup/providers/Microsoft.Compute/disks/exmapleDisk02
/subscriptions/xxxxx-xxx-xx/resourceGroups/exampleResourceGroup/providers/Microsoft.Compute/disks/exampleDisk02
```

The cmdlet retrieves the two resources, 'exampleDisk01' and 'exampleDisk02', associated with the provided Disk Encryption Set
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/help/Get-AzHost.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ myrg01 myhost02 eastus {[key1, val2]} ESv3-Type1 1

This command returns all hosts in the given host group.

### Example 4: This command retuns a Host for provided -ResourceId.
### Example 4: This command returns a Host for provided -ResourceId.
```powershell
$rgname = "rgname"
$loc = "eastus"
Expand All @@ -124,7 +124,7 @@ $Sku = "ESv3-Type1"
New-AzHostGroup -ResourceGroupName $rgname -Name $hostGroupName -Location $loc -PlatformFaultDomain 1 -Zone "2"
New-AzHost -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName -Location $loc -Sku $Sku

# Fetch Host using -ResouceId
# Fetch Host using -ResourceId
$dedicatedHost = Get-AzHost -ResourceGroupName $rgname -HostGroupName $hostGroupName -Name $hostName
$host = Get-AzHost -ResourceId $dedicatedHost.Id
```
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/New-AzDiskPurchasePlanConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Creates a PurchasePlan Object

### Example 1
```powershell
$diskPurchasePlan = New-AzDiskPurchasePlanConfig -Name "planName" -Publisher "planPublisher" -Product "planPorduct" -PromotionCode "planPromotionCode"
$diskPurchasePlan = New-AzDiskPurchasePlanConfig -Name "planName" -Publisher "planPublisher" -Product "planProduct" -PromotionCode "planPromotionCode"
$diskConfig = New-AzDiskConfig -Location 'eastus2euap' -AccountType 'Premium_LRS' -CreateOption 'Empty' -DiskSizeGB 32 -PurchasePlan $diskPurchasePlan
New-AzDisk -ResourceGroupName 'ResourceGroup02' -DiskName 'Disk02' -Disk $diskConfig
$disk = Get-AzDisk -ResourceGroupName 'ResourceGroup02' -DiskName 'Disk02'
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/New-AzGalleryImageDefinition.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ $endOfLifeDate = "2024-08-02T00:00:00+00:00"
New-AzGalleryImageDefinition -ResourceGroupName $rgName -GalleryName $galleryName -Name $galleryImageDefinitionName -Location $location -Publisher $publisherName -Offer $offerName -Sku $skuName -OsState "Generalized" -OsType "Linux" -EndOfLifeDate $endOfLifeDate
```

This example has the end-of-life date for image definitions set to August 2, 2024 at mignight UTC. End-of-life dates can be specified for image definitions and image versions. Image definitions can still be used after the end-of-life dates.
This example has the end-of-life date for image definitions set to August 2, 2024 at midnight UTC. End-of-life dates can be specified for image definitions and image versions. Image definitions can still be used after the end-of-life dates.

### Example 7: Create an image definition and recommend minimum and maximum CPU and memory (GB)

Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/New-AzGalleryImageVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ $endOfLifeDate = "2024-08-02T00:00:00+00:00"
New-AzGalleryImageVersion -ResourceGroupName $rgName -GalleryName $galleryName -GalleryImageDefinitionName $galleryImageDefinitionName -Name $galleryImageVersionName -Location $location -SourceImageId $sourceImageId -PublishingProfileEndOfLifeDate $endOfLifeDate
```

This example has the end-of-life date for image version set to August 2, 2024 at mignight UTC. End-of-life dates can be specified for both the image definitions and image versions. Image versions can still be used after the end-of-life dates.
This example has the end-of-life date for image version set to August 2, 2024 at midnight UTC. End-of-life dates can be specified for both the image definitions and image versions. Image versions can still be used after the end-of-life dates.

### Example 13: Create an image version for Confidential VM

Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/New-AzVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ $vm1 = Get-AzVM -ResourceGroupName $rgname -Name $vmname1;

This example Creates a new VM with the TrustedLaunch Security Type and sets flags EnableSecureBoot and EnableVtpm as True by default. A Trusted Launch VM requires a Gen2 image. Please check [the Trusted Launch feature page](https://aka.ms/trustedlaunch) for more information.

### Example 9: Create a VM with Trusted Launch turned on by defualt using New-AzVMConfig.
### Example 9: Create a VM with Trusted Launch turned on by default using New-AzVMConfig.
```powershell
$rgname = "<Resource Group Name>";
$loc = "<Azure Region>";
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/help/New-AzVmss.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,11 @@ $result = New-AzVmss -Credential $vmCred -VMScaleSetName $vmssName1 -ImageName $
# $result.VirtualMachineProfile.SecurityProfile.UefiSettings.SecureBootEnabled;
```

This example Creates a new VMSS with the new Security Type 'TrustedLaunch' and the necessary UEFISettings values, VTpmEnabled and SecureBootEnalbed are true. Please check [the Trusted Launch feature page](https://aka.ms/trustedlaunch) for more information.
This example Creates a new VMSS with the new Security Type 'TrustedLaunch' and the necessary UEFISettings values, VTpmEnabled and SecureBootEnabled are true. Please check [the Trusted Launch feature page](https://aka.ms/trustedlaunch) for more information.

### Example 5: Create a Vmss in Orchestration Mode: Flexible by default
```powershell
# Create configration object
# Create configuration object
$vmssConfig = New-AzVmssConfig -Location EastUs2 -UpgradePolicyMode Manual -SinglePlacementGroup $true

# VMSS Creation
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/New-AzVmssConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ $securityType = "TrustedLaunch";
$enable = $true;
$disable = $false;
$extDefaultName = "GuestAttestation";
$vmGADefaultIDentity = "SystemAssigned";
$vmGADefaultIdentity = "SystemAssigned";

# NRP
$subnet = New-AzVirtualNetworkSubnetConfig -Name ('subnet' + $rgname) -AddressPrefix "10.0.0.0/24";
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/Remove-AzGalleryApplication.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Delete a gallery Application.

### Example 1: Remove a Gallery Application
```powershell
Remove-AzGalleryApplication -ResourceGroupName $rgNmae -GalleryName $galleryName -Name $name
Remove-AzGalleryApplication -ResourceGroupName $rgName -GalleryName $galleryName -Name $name
```

Delete a gallery application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Delete a gallery Application Version.

### Example 1: Remove a Gallery Application Version
```powershell
Remove-AzGalleryApplicationVersion -ResourceGroupName $rgNmae -GalleryName $galleryName -GalleryApplicationName $galleryApplicationName -Name $name
Remove-AzGalleryApplicationVersion -ResourceGroupName $rgName -GalleryName $galleryName -GalleryApplicationName $galleryApplicationName -Name $name
```

Delete a gallery application version.
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/help/Remove-AzVM.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Remove-AzVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"

This command removes the virtual machine named VirtualMachine07 in the resource group ResourceGroup11.

### Example 2: Remove a VM in a VMSS with the orchestation mode set to Flex.
### Example 2: Remove a VM in a VMSS with the orchestration mode set to Flex.
```powershell
# Get a VMSS with the orchestation mode set to Flex.
# Get a VMSS with the orchestration mode set to Flex.
$rgname = <Resource Group Name>
$vmssName = <VMSS Name>
$vmssFlex = Get-AzVmss -ResourceGroupName $rgname -VMScaleSetName $vmssName
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/Set-AzDiskSecurityProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $disk = New-AzDisk -ResourceGroupName 'ResourceGroup01' -DiskName 'Disk01' -Disk

Customers can set the SecurityType of managed Disks.

### Example 2: Create a Disk with a Disk Encrption Set with the encryption type of ConfidentialVM_DiskEncryptedWithCustomerKey
### Example 2: Create a Disk with a Disk Encryption Set with the encryption type of ConfidentialVM_DiskEncryptedWithCustomerKey
```powershell
$Location = "northeurope";
$KeyVaultName = "val" + $rgname;
Expand Down
6 changes: 3 additions & 3 deletions src/Compute/Compute/help/Set-AzVMAEMExtension.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Accept wildcard characters: False
```

### -EnableWAD
If this parameter is provided, the commandlet will enable Windows Azure Diagnostics for this virtual machine.
If this parameter is provided, the cmdlet will enable Windows Azure Diagnostics for this virtual machine.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down Expand Up @@ -147,7 +147,7 @@ Accept wildcard characters: False
### -PathUserIdentity
Assures user assigned identity on the VM and configures the extension to authenticate with the user assigned identity.
For example:
-PathUserIdentity "/subscriptions/272eae8b-75b3-41e5-88b4-782d16d0d97e/resourcegroups/ContosoRresourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUserAssignedIdentity"
-PathUserIdentity "/subscriptions/272eae8b-75b3-41e5-88b4-782d16d0d97e/resourcegroups/ContosoResourceGroup/providers/Microsoft.ManagedIdentity/userAssignedIdentities/ContosoUserAssignedIdentity"
You can use the -PathUserIdentity parameter along with -SkipIdentity, in this case the script will only configure the extension and the VM must already has a valid user identity assigned.

```yaml
Expand Down Expand Up @@ -208,7 +208,7 @@ Accept wildcard characters: False
```

### -SkipIdentity
Bypas the VM identity configuration. The VM must already have either system or user identity assigned.
Bypass the VM identity configuration. The VM must already have either system or user identity assigned.

```yaml
Type: System.Management.Automation.SwitchParameter
Expand Down
2 changes: 1 addition & 1 deletion src/Compute/Compute/help/Set-AzVMSecurityProfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $VirtualMachine = Set-AzVMSecurityProfile -VM $VirtualMachine -SecurityType $Sec
$VirtualMachine = Set-AzVMUefi -VM $VirtualMachine -EnableVtpm $true -EnableSecureBoot $true;

# Set the Disk Encryption Type.
$VirtualMachine = Set-AzVMOSDisk -VM $VirtualMachine -StorageAccountType "StandardSSD_LRS" -CreateOption "FromImage" -SecurityEncryptionType $vmDiskSEcurityEncryptionType;
$VirtualMachine = Set-AzVMOSDisk -VM $VirtualMachine -StorageAccountType "StandardSSD_LRS" -CreateOption "FromImage" -SecurityEncryptionType $vmDiskSecurityEncryptionType;

$vm = New-AzVM -ResourceGroupName $rgname -Location $LocationName -VM $VirtualMachine;
$vm = Get-AzVM -ResourceGroupName $rgname -Name $vmname;
Expand Down