Forum Discussion
jonmikeli
May 14, 2020Iron Contributor
IoT Solutions, a proposal to help creating PaaS solutions faster
Hi all, You can find https://github.com/jonmikeli/iot-accelerator a proposal to try to go faster and better when it comes to building IoT solutions (PaaS). https://github.com/jonmikeli/iot-accel...
David Jones
May 19, 2020Brass Contributor
At a lower level, https://github.com/djaus2/az-iothub-ps on GitHub now supports creating an Azure Resource Group, IoT Hub, Device and Device Provisioning Service all linked together; all created from one PowerShell command such as
.\get-iothub GroupName,HubName,DeviceName,DPSName 5
For AzSphere the command can include creation of a certificate, uploading and a verification etc.
- jonmikeliMay 20, 2020Iron Contributor
David Jones oh, good to know. Thanks :).