Skip to content

Commit ce4e0fc

Browse files
authored
Merge pull request #125102 from ArieHein/Spelling-Wave-28
Spelling Fixes
2 parents dca1d36 + 624b01e commit ce4e0fc

15 files changed

+18
-18
lines changed

articles/iot-hub-device-update/device-update-configuration-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ When installing Debian agent on an IoT Device with a Linux OS, modify the `/etc/
3434
| manufacturer | Reported by the **AzureDeviceUpdateCore:4.ClientMetadata:4** interface to classify the device for targeting the update deployment. |
3535
| model | Reported by the **AzureDeviceUpdateCore:4.ClientMetadata:4** interface to classify the device for targeting the update deployment. |
3636
| iotHubProtocol| Accepted values are `mqtt` or `mqtt/ws` to change the protocol used to connect with IoT hub. Default value is 'mqtt' |
37-
| compatPropertyNames | These properties are used to check for compatibility of the device to target the update deployment. For all the properties specified to be used for compatabiity, the values must be in lower case only |
38-
| additionalProperties | Optional field. Additional device reported properties can be set and used for comaptibility checking . Limited to five device properties. These properties should be in lower case only. |
37+
| compatPropertyNames | These properties are used to check for compatibility of the device to target the update deployment. For all the properties specified to be used for compatibility, the values must be in lower case only |
38+
| additionalProperties | Optional field. Additional device reported properties can be set and used for compatibility checking . Limited to five device properties. These properties should be in lower case only. |
3939
| connectionType | Accepted values are `string` or `AIS`. Use `string` when connecting the device to IoT Hub manually for testing purposes. For production scenarios, use `AIS` when using the IoT Identity Service to connect the device to IoT Hub. For more information, see [understand IoT Identity Service configurations](https://azure.github.io/iot-identity-service/configuration.html). |
4040
| connectionData |If connectionType = "string", add your IoT device's device or module connection string here. If connectionType = "AIS", set the connectionData to empty string (`"connectionData": ""`). |
4141
| manufacturer | Reported by the Device Update agent as part of the **DeviceInformation** interface. |

articles/iot-hub-device-update/device-update-simulator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ The Device Update agent runs on every device that's managed by Device Update. Fo
114114
For more information about the parameters in this step, see [Device Update configuration file](device-update-configuration-file.md).
115115

116116
> [!NOTE]
117-
>You can also use the IoT Identity Service to provision the device. To do, that [install the iot indentity service](https://azure.github.io/iot-identity-service/installation.html) before installing the Device Update agent. Then, configure the Device Update agent with `"connectionType": "AIS"` and `connectionData` as a blank string in the configuration file.
117+
>You can also use the IoT Identity Service to provision the device. To do, that [install the iot identity service](https://azure.github.io/iot-identity-service/installation.html) before installing the Device Update agent. Then, configure the Device Update agent with `"connectionType": "AIS"` and `connectionData` as a blank string in the configuration file.
118118
119119
1. Save and close the file. `CTRL`+`X`, `Y`, and `Enter`.
120120

articles/iot-hub/iot-hub-devguide-quotas-throttling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The same throttle limits apply to identity operations made through [bulk registr
8989

9090
### Device connections throttle
9191

92-
The *device connections* throttle governs the rate at which new device connections can be established with an IoT hub. The *device connections* throttle doesn't relate to the maximum number of simultaneously connected devices. Increate the number of units in an IoT hub to increase the *device connections* rate.
92+
The *device connections* throttle governs the rate at which new device connections can be established with an IoT hub. The *device connections* throttle doesn't relate to the maximum number of simultaneously connected devices. Increase the number of units in an IoT hub to increase the *device connections* rate.
9393

9494
For example, if you buy a single S1 unit, you get a throttle of 100 connections/second. Therefore, to connect 100,000 devices, it takes at least 1,000 seconds (approximately 16 minutes). However, you can have as many simultaneously connected devices as you have devices registered in your identity registry (up to 1,000,000).
9595

articles/iot-hub/iot-hub-ip-filtering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Your IoT Hub's IP filters can be retrieved and set through [Azure PowerShell](/p
141141

142142
```powershell
143143
# Get your IoT Hub resource using its name and its resource group name
144-
$iothubResource = Get-AzResource -ResourceGroupName <resourceGroupNmae> -ResourceName <iotHubName> -ExpandProperties
144+
$iothubResource = Get-AzResource -ResourceGroupName <resourceGroupName> -ResourceName <iotHubName> -ExpandProperties
145145
146146
# Access existing IP filter rules
147147
$iothubResource.Properties.networkRuleSets.ipRules |% { Write-host $_ }

articles/iot-hub/iot-hub-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Once you've chosen the tier that provides the best features for your solution, d
9797

9898
Each IoT Hub tier is available in three sizes, based around how much data throughput they can handle in any given day. These sizes are numerically identified as 1, 2, and 3.
9999

100-
A tier-size pair is represented as an *edition*. A basic tier IoT hub of size 2 is represented by the edition **B2**. Similarly, a standard tier IoT hub of size 3 is represented by the edition **S3**. For more information, includig pricing details, see [IoT Hub edition](https://azure.microsoft.com/pricing/details/iot-hub/)
100+
A tier-size pair is represented as an *edition*. A basic tier IoT hub of size 2 is represented by the edition **B2**. Similarly, a standard tier IoT hub of size 3 is represented by the edition **S3**. For more information, including pricing details, see [IoT Hub edition](https://azure.microsoft.com/pricing/details/iot-hub/)
101101

102102
Once you choose an edition for your IoT hub, you can multiple its messaging capacity by increasing the number of *units*.
103103

articles/iot-hub/tutorial-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In some scenarios, such as in a cloud protocol gateway or as part of a custom au
117117
> [!NOTE]
118118
> The SimulatedDevice-2.js sample includes examples of generating a SAS token both with and without the SDK.
119119
120-
1. Run the [az iot hub genereate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token) command to generate a known-good SAS token using the CLI:
120+
1. Run the [az iot hub generate-sas-token](/cli/azure/iot/hub#az-iot-hub-generate-sas-token) command to generate a known-good SAS token using the CLI:
121121

122122
```azurecli-interactive
123123
az iot hub generate-sas-token --device-id {your_device_id} --hub-name {your_iot_hub_name}

articles/iot-operations/connect-to-cloud/howto-configure-adlsv2-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ dataLakeStorageSettings: {
312312
authentication: {
313313
method: 'UserAssignedManagedIdentity'
314314
userAssignedManagedIdentitySettings: {
315-
cliendId: '<ID>'
315+
clientId: '<ID>'
316316
tenantId: '<ID>'
317317
// Optional, defaults to 'https://storage.azure.com/.default'
318318
// scope: 'https://<SCOPE_URL>'

articles/iot-operations/connect-to-cloud/howto-configure-kafka-endpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once the Azure Event Hubs namespace and event hub is configured, you can create
6363
| Setting | Description |
6464
| -------------------- | ------------------------------------------------------------------------------------------------- |
6565
| Name | The name of the dataflow endpoint. |
66-
| Host | The hostname of the Kafka broker in the format `<NAMEPSACE>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
66+
| Host | The hostname of the Kafka broker in the format `<NAMESPACE>.servicebus.windows.net:9093`. Include port number `9093` in the host setting for Event Hubs. |
6767
| Authentication method| The method used for authentication. We recommend that you choose [*System assigned managed identity*](#system-assigned-managed-identity) or [*User assigned managed identity*](#user-assigned-managed-identity). |
6868

6969
1. Select **Apply** to provision the endpoint.
@@ -238,7 +238,7 @@ To configure a dataflow endpoint for non-Event-Hub Kafka brokers, set the host,
238238
| Setting | Description |
239239
| -------------------- | ------------------------------------------------------------------------------------------------- |
240240
| Name | The name of the dataflow endpoint. |
241-
| Host | The hostname of the Kafka broker in the format `<Kafa-broker-host>:xxxx`. Include port number in the host setting. |
241+
| Host | The hostname of the Kafka broker in the format `<Kafka-broker-host>:xxxx`. Include port number in the host setting. |
242242
| Authentication method| The method used for authentication. Choose [*SASL*](#sasl). |
243243
| SASL type | The type of SASL authentication. Choose *Plain*, *ScramSha256*, or *ScramSha512*. Required if using *SASL*. |
244244
| Synced secret name | The name of the secret. Required if using *SASL*. |

articles/iot-operations/connect-to-cloud/howto-configure-mqtt-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ mqttSettings: {
509509
authentication: {
510510
method: 'UserAssignedManagedIdentity'
511511
userAssignedManagedIdentitySettings: {
512-
cliendId: '<ID>'
512+
clientId: '<ID>'
513513
tenantId: '<ID>'
514514
// Optional, defaults to 'https://eventgrid.azure.net/.default'
515515
// scope: 'https://<SCOPE_URL>'

articles/iot-operations/create-edge-apps/concept-about-state-store-protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Assume that `Client1` goes first with a request of `SET LockName Client1 NEX PX
305305
306306
### Use the fencing tokens on SET requests
307307

308-
When `Client1` successfully does a `SET` ("AquireLock") on `LockName`, the state store returns the version of `LockName` as a Hybrid Logical Clock (HLC) in the MQTT5 user property `__ts`.
308+
When `Client1` successfully does a `SET` ("AcquireLock") on `LockName`, the state store returns the version of `LockName` as a Hybrid Logical Clock (HLC) in the MQTT5 user property `__ts`.
309309

310310
When a client performs a `SET` request, it can optionally include the MQTT5 user property `__ft` to represent a "fencing token". The `__ft` is represented as an HLC. The fencing token associated with a given key-value pair provides lock ownership checking. The fencing token can come from anywhere. For this scenario, it should come from the version of `LockName`.
311311

0 commit comments

Comments
 (0)