Skip to content

Commit cd9f04c

Browse files
committed
Spelling Fixes
1 parent 47d3bd4 commit cd9f04c

14 files changed

+15
-15
lines changed

articles/azure-netapp-files/azacsnap-configure-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ az role assignment create --assignee ${PRINCIPAL_ID} --role "AzAcSnap on ANF" --
138138
# [Azure Large Instances (bare metal)](#tab/azure-large-instance)
139139
140140
> [!IMPORTANT]
141-
> From AzAcSnap 10, communicatoin with Azure Large Instance storage is using the REST API over HTTPS. Versions prior to AzAcSnap 10 use the CLI over SSH.
141+
> From AzAcSnap 10, communication with Azure Large Instance storage is using the REST API over HTTPS. Versions prior to AzAcSnap 10 use the CLI over SSH.
142142
143143
### Azure Large Instance REST API over HTTPS
144144

articles/azure-netapp-files/azure-netapp-files-smb-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To see if your Azure VM NICs support RSS, run the command
147147

148148
You shouldn't configure multiple NICs on your client for SMB. The SMB client doesn't match the NIC count returned by the SMB server. Each storage volume is accessible from one and only one storage endpoint, meaning only one NIC is used for any given SMB relationship.
149149

150-
As the output of `Get-SmbClientNetworkInterace` below shows, the VM has two network interfaces: 15 and 12. As shown under the following command `Get-SmbMultichannelConnection`, even though there are two RSS-capable NICs, only interface 12 is used in connection with the SMB share; interface 15 isn't in use.
150+
As the output of `Get-SmbClientNetworkInterface` below shows, the VM has two network interfaces: 15 and 12. As shown under the following command `Get-SmbMultichannelConnection`, even though there are two RSS-capable NICs, only interface 12 is used in connection with the SMB share; interface 15 isn't in use.
151151

152152
![Screenshot that shows output for RSS-capable NICs.](./media/azure-netapp-files-smb-performance/azure-netapp-files-rss-capable-nics.png)
153153

articles/azure-netapp-files/includes/oracle-dnfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ ms.custom: include file
1313
---
1414

1515
> [!IMPORTANT]
16-
> For correct and optimal deployment of Orace dNFS, follow the patching guidelines outlined [here](../faq-nfs.md#oracle-dnfs).
16+
> For correct and optimal deployment of Oracle dNFS, follow the patching guidelines outlined [here](../faq-nfs.md#oracle-dnfs).

articles/azure-netapp-files/network-attached-storage-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Azure NetApp Files offers multiple share properties to enhance security for admi
121121

122122
In the below example, access-based enumeration is disabled, so the user has access to the `ABE` directory of `SMBVolume`.
123123

124-
:::image type="content" source="./media/network-attached-storage-permissions/directory-listing-no-access.png" alt-text="Screenshot of directory without access-bassed enumeration." lightbox="./media/network-attached-storage-permissions/directory-listing-no-access.png":::
124+
:::image type="content" source="./media/network-attached-storage-permissions/directory-listing-no-access.png" alt-text="Screenshot of directory without access-based enumeration." lightbox="./media/network-attached-storage-permissions/directory-listing-no-access.png":::
125125

126126
In the next example, access-based enumeration is enabled, so the `ABE` directory of `SMBVolume` doesn't display for the user.
127127

articles/azure-resource-manager/bicep/bicep-core-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you need more information about a particular diagnostic code, select the **Fe
7676
| <a id='BCP068' />BCP068 | Error | Expected a resource type string. Specify a valid resource type of format "\<types>@\<apiVersion>". |
7777
| <a id='BCP069' />BCP069 | Error | The function "{function}" isn't supported. Use the "{@operator}" operator instead. |
7878
| <a id='BCP070' />BCP070 | Error | Argument of type "{argumentType}" isn't assignable to parameter of type "{parameterType}". |
79-
| <a id='BCP071' />[BCP071](./diagnostics/bcp071.md) | Error | Expected \<arugment-count>, but got \<argument-count>. |
79+
| <a id='BCP071' />[BCP071](./diagnostics/bcp071.md) | Error | Expected \<argument-count>, but got \<argument-count>. |
8080
| <a id='BCP072' />[BCP072](./diagnostics/bcp072.md) | Error | This symbol can't be referenced here. Only other parameters can be referenced in parameter default values. |
8181
| <a id='BCP073' />[BCP073](./diagnostics/bcp073.md) | Error/Warning | The property \<property-name> is read-only. Expressions can't be assigned to read-only properties. |
8282
| <a id='BCP074' />BCP074 | Error | Indexing over arrays requires an index of type "{LanguageConstants.Int}" but the provided index was of type "{wrongType}". |

articles/azure-resource-manager/bicep/diagnostics/bcp037.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This diagnostic occurs when you specify a property that isn't defined in a resou
1212

1313
## Description
1414

15-
The property \<property-name> is not allowed on objects of type \<type-defintion>.
15+
The property \<property-name> is not allowed on objects of type \<type-definition>.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/diagnostics/bcp071.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: BCP071
3-
description: Expected <arugment-count>, but got <argument-count>.
3+
description: Expected <argument-count>, but got <argument-count>.
44
ms.topic: reference
55
ms.custom: devx-track-bicep
66
ms.date: 07/15/2024
@@ -12,7 +12,7 @@ This diagnostic occurs when a function is given an incorrect number of arguments
1212

1313
## Description
1414

15-
Expected \<arugment-count>, but got \<argument-count>.
15+
Expected \<argument-count>, but got \<argument-count>.
1616

1717
## Level
1818

articles/azure-resource-manager/bicep/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ scriptDownloadUrl: 'https://mytools.blob.core.windows.net/...'
9797

9898
It's good practice to add a comment explaining why the rule doesn't apply to this line.
9999

100-
If you want to suppress a linter rule, you can change the level of the rule to `Off` in [bicepconfig.json](./bicep-config-linter.md). For example, in the following example, the `no-deployments-reesources` rule is suppressed:
100+
If you want to suppress a linter rule, you can change the level of the rule to `Off` in [bicepconfig.json](./bicep-config-linter.md). For example, in the following example, the `no-deployments-resources` rule is suppressed:
101101

102102
```json
103103
{

articles/azure-resource-manager/bicep/operator-spread.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ resource mystorage 'Microsoft.Storage/storageAccounts@2023-05-01' = {
112112
}
113113
kind: 'StorageV2'
114114
properties: {
115-
...(tier != '' ? {accesssTier: tier} : {})
115+
...(tier != '' ? {accessTier: tier} : {})
116116
}
117117
}
118118
```

articles/azure-resource-manager/bicep/operators-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following example gets an element in an array.
3535
var arrayVar = [
3636
'Coho'
3737
'Contoso'
38-
'Fabrikan'
38+
'Fabrikam'
3939
]
4040
4141
output accessorResult string = arrayVar[1]

0 commit comments

Comments
 (0)