locked
Register a new Azure IoT Edge device with PowerShell Az module RRS feed

  • Question

  • Am i missing something or is the PowerShell Az module a little behind on implementing functionality when compared to Azure CLI?

    Specifically:

    To create an IoT Edge device and register against our development hub I followed https://docs.microsoft.com/en-us/azure/iot-edge/how-to-register-device-cli

    This works perfectly and is dead simple. However I would like to do this from PowerShell. Digging into the PowerShell Az module i see no equivalent set of commands to perform the same set of operations.

    Is there any equivalent that i haven't found?
    Tuesday, February 5, 2019 12:19 PM

Answers

  • We do have steps to register a new Azure IoT Edge device from the Azure portal, Azure CLI and Visual Studio Code. I haven’t found any PowerShell cmdlets to achieve this.

    I suggest you, create a feedback item on UserVoice forum and upvote for this feature.

    All the feedback you share in these forums will be monitored and reviewed by the Microsoft engineering teams responsible for building Azure.

    Wednesday, February 6, 2019 6:00 AM