Skip to content

Commit 7162de3

Browse files
committed
added raspberry pi
1 parent 22f7f2e commit 7162de3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

includes/iot-develop-send-telemetry-iot-hub-csharp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ Install the following prerequisites on your development machine except where not
2525

2626
- If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2727
- [Git](https://git-scm.com/downloads).
28-
- [.NET SDK](/dotnet/core/install/) version 3.1. Be sure to install the .NET SDK, not just the .NET runtime. To check the version of the .NET SDK and .NET runtime installed on your machine, run `dotnet --info`.
28+
- [.NET Core SDK 3.1](/dotnet/core/install/). Be sure to install the .NET SDK, not just runtime. For Raspberry PI, you'll need to follow the instructions to [manually install the SDK](dotnet/core/install/linux-scripted-manual#manual-install). This is because for Debian, package manager installs of the .NET SDK are only supported on the x64 architecture.
29+
30+
To check the version of the .NET SDK and runtime installed on your machine, run `dotnet --info`.
31+
2932
- [Azure IoT Explorer](https://github.com/Azure/azure-iot-explorer/releases): Cross-platform, GUI-based utility to monitor and manage Azure IoT. If you're using Raspberry Pi as your development platform, we recommend that you install IoT Explorer on another computer. If you don't want to install IoT Explorer, you can use Azure CLI to perform the same steps.
3033
- Azure CLI. You have two options for running Azure CLI commands in this quickstart:
3134
- Use the Azure Cloud Shell, an interactive shell that runs CLI commands in your browser. This option is recommended because you don't need to install anything. If you're using Cloud Shell for the first time, log into the [Azure portal](https://portal.azure.com). Follow the steps in [Cloud Shell quickstart](../articles/cloud-shell/quickstart.md) to **Start Cloud Shell** and **Select the Bash environment**.

0 commit comments

Comments
 (0)