Forum Discussion
David Jones
Feb 28, 2020Brass Contributor
.NET Core Quicksstarts Done quickly with one PowerShell script start to finish.
I have a long time felt that the .NET Core C# Quickstarts for the Azure IoT Hub SDK could be simpler for a newbie. To that end I created the UWP apps Azure IoT Hub Device Streaming and then Azure IoT Hub Toolbox., as available on GitHub and in The Store. These encapsulated the Quickstart functionality and orchestrated IoT Hub creation. This latest salvo into this area can make it even simpler!
You run one PowerShell script with which you can create an IoT Hub, get all of the connection strings, save them to environment variables, create PowerShell and Bash scripts to re-set those variables, get the required targeted .NET Core SK binary including expansion of the download amongst other things. Included is a copy of the Quickstarts modified so that all apps get the required connection strings from the environment variables. A couple of variants to the apps have been added. More coming, especially with RPi hardware use.
The PowerShell script and its underlying scripts is available on GitHub as Azure IoT Hub PowerShell Scripts . It is a menu driven UI, with a bit of color included!. I have written as series of blogs on .NET Core, especially on the RaspberryPi (IoT-Core and Raspian) and upon running the Quickstarts there via the PowerShell script on my blog at http://www.sportronics.com.au .Here are the specific links:
(Note: In reverse order)
- Remote Publishing to the RPI
- One more way of doing this - Background
- Using the PS Script to run Quickstarts on RPi (Raspian)
- Using the PS Script to run Quickstarts on RPi (IoT-Core) - Simpler
- Using the PS Script to run Quickstarts on RPi (IoT-Core)
- Az-IoTHub-PS ... The IoT Hub Quickstart Apps
- Use the PS Script to set up .NET Core
- Fast tracking IoT Hub Creation with PS
- On Windows Subsystem for Linux
- Getting started on Raspbian
- Getting started on Win 10 IoT Core
- Options for the RPi
- Some key facts
- Quickstart Apps
- Overview
Extra: Using the az-iothub-ps script
Also a presentation on .NET Core on the RPI (the PPT slide deck)
- David JonesBrass Contributor
The script now has a "one touch option". You now can do it all with one command.
- David JonesBrass Contributor
It just got even easier! Just enter
get-iothub groupname,hubname,device,name
And your away! About this new feature on my blog.
Usual setup as per blog articles.
- David JonesBrass Contributor
And
get-iothub groupname,hubname,device,name 5
will completely autorun to completion once you select a couple of things, with only 5 sec pauses instead of the press-any-key-to-continue messages.