Skip to content

Commit 600ccb0

Browse files
authored
Merge pull request #102329 from JimacoMS3/fix-gh-issue-44819
Changed download text for Azure IoT C# samples per gh issue 44819
2 parents 7098ab3 + 7eeb6c1 commit 600ccb0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/iot-hub/quickstart-control-device-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Run the following command to add the Microsoft Azure IoT Extension for Azure CLI
4747
az extension add --name azure-cli-iot-ext
4848
```
4949

50-
If you haven't already done so, download the sample C# project from https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip and extract the ZIP archive.
50+
If you haven't already done so, download the Azure IoT C# samples from https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip and extract the ZIP archive.
5151

5252
## Create an IoT hub
5353

articles/iot-hub/quickstart-device-streams-echo-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
4545
az extension add --name azure-cli-iot-ext
4646
```
4747
48-
* [Download the sample C# project](https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip) and extract the ZIP archive. You need it on both the device side and the service side.
48+
* [Download the Azure IoT C# samples](https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip) and extract the ZIP archive. You need it on both the device side and the service side.
4949
5050
## Create an IoT hub
5151

articles/iot-hub/quickstart-device-streams-proxy-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
6767
az extension add --name azure-cli-iot-ext
6868
```
6969

70-
* [Download the sample C# project](https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip), and extract the ZIP archive.
70+
* [Download the Azure IoT C# samples](https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip), and extract the ZIP archive.
7171

7272
* A valid user account and credential on the device (Windows or Linux) used to authenticate the user.
7373

articles/iot-hub/quickstart-send-telemetry-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Run the following command to add the Microsoft Azure IoT Extension for Azure CLI
4343
az extension add --name azure-cli-iot-ext
4444
```
4545

46-
Download the sample C# project from https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip and extract the ZIP archive.
46+
Download the Azure IoT C# samples from https://github.com/Azure-Samples/azure-iot-samples-csharp/archive/master.zip and extract the ZIP archive.
4747

4848
## Create an IoT hub
4949

0 commit comments

Comments
 (0)