Skip to content

Commit 175b491

Browse files
committed
Minor Acrolinx fixes to improve score
1 parent 67edcdb commit 175b491

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/iot-dps/quick-create-simulated-device-x509.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ In this section, you use both your Windows command prompt and your Git Bash prom
798798
"-----END CERTIFICATE-----";
799799
```
800800
801-
Updating this string value manually can be prone to error. To generate the proper syntax, you can copy and paste the following command into your **Git Bash prompt**, and press **ENTER**. This command generates the syntax for the `leafPublicPem` string constant value and write it to the output.
801+
Updating this string value manually can be prone to error. To generate the proper syntax, you can copy and paste the following command into your **Git Bash prompt**, and press **ENTER**. This command generates the syntax for the `leafPublicPem` string constant value and writes it to the output.
802802
803803
```Bash
804804
sed 's/^/"/;$ !s/$/\\n" +/;$ s/$/"/' device-cert.pem
@@ -818,7 +818,7 @@ In this section, you use both your Windows command prompt and your Git Bash prom
818818
"-----END PRIVATE KEY-----";
819819
```
820820
821-
Updating this string value manually can be prone to error. To generate the proper syntax, you can copy and paste the following command into your **Git Bash prompt**, and press **ENTER**. This command generates the syntax for the `leafPrivateKey` string constant value and write it to the output.
821+
Updating this string value manually can be prone to error. To generate the proper syntax, you can copy and paste the following command into your **Git Bash prompt**, and press **ENTER**. This command generates the syntax for the `leafPrivateKey` string constant value and writes it to the output.
822822
823823
```Bash
824824
sed 's/^/"/;$ !s/$/\\n" +/;$ s/$/"/' unencrypted-device-key.pem

articles/iot-dps/quick-setup-auto-provision-rm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The template used in this quickstart is from [Azure Quickstart Templates](https:
3535
3636
:::code language="json" source="~/quickstart-templates/quickstarts/microsoft.devices/iothub-device-provisioning/azuredeploy.json":::
3737

38-
Two Azure resources are defined in the template above:
38+
Two Azure resources are defined in the previous template:
3939

4040
* [**Microsoft.Devices/IotHubs**](/azure/templates/microsoft.devices/iothubs): Creates a new Azure IoT hub.
4141
* [**Microsoft.Devices/provisioningServices**](/azure/templates/microsoft.devices/provisioningservices): Creates a new Azure IoT Hub Device Provisioning Service with the new IoT hub already linked to it.
@@ -52,7 +52,7 @@ Two Azure resources are defined in the template above:
5252

5353
![ARM template deployment parameters on the portal](./media/quick-setup-auto-provision-rm/arm-template-deployment-parameters-portal.png)
5454

55-
Unless it's specified below, use the default value to create the Iot Hub and DPS resource.
55+
Unless otherwise specified for the following fields, use the default value to create the Iot Hub and DPS resource.
5656

5757
| Field | Description |
5858
| :---- | :---------- |

0 commit comments

Comments
 (0)