Azure Iot Hub deployment error IH500019

DwaneEDDC 31 Reputation points
2024-04-28T01:52:03.1933333+00:00

I'm trying to deploy a free or basic IoT Hub from both the port and CLI but getting the following error:

CLI: ERROR: (500019) Internal Error. If you contact a support representative please include this correlation identifier: 8f29b8b7-2fa4-43d1-8133-705dfb113c93, timestamp: 2024-04-28 01:27:03Z, errorcode: IH500019.

CLI command:

 az iot hub create --resource-group "xx-foundation-xx" --name "xxxx-ih-1" --location westus3 --sku B1 --partition-count 2

Code: 500019

Message: Internal Error. If you contact a support representative please include this correlation identifier: 8f29b8b7-2fa4-43d1-8133-705dfb113c93, timestamp: 2024-04-28 01:27:03Z, errorcode: IH500019.

Portal:

{
    "status": "Failed",
    "error": {
        "code": "500019",
        "message": "Internal Error. If you contact a support representative please include this correlation identifier: 79bc283a-533f-4d4d-9050-cc33aa79d606, timestamp: 2024-04-28 01:31:10Z, errorcode: IH500019."
    }
}

Issue has persisted for 5 days and was successful prior to that.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,128 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 29,281 Reputation points MVP
    2024-04-28T12:48:51.0233333+00:00

    Hello @DwaneEDDC ,

    welcome to this moderated Azure community forum.

    It seems you try to deploy an IoT Hub within the westus3 region.

    I tried this myself and got a similar error:

    User's image

    I also tried within the northeurope region and it deployed as expected:

    User's image

    Notice I do not use "" quotations.

    This also worked for west Europe. Then again, a new trial session with westus3 failed.

    So it seems it's an issue with the US region.

    I've seen regional issues in the past and are normally fixed within hours.

    Please create an Azure support ticket because they can see what's happening in the background.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


0 additional answers

Sort by: Most helpful