What does the GWV2 feature of the IoT Hub mean?

Vladimir Shurakov 21 Reputation points
2022-12-02T06:53:53.307+00:00

Hi,

We have an old IoT Hub configured by a colleague which is no longer with our company.
ARM template has the following property: "features": "GWV2". Devices can connect to it, all good.
Recently we have created another IoT Hub for production and have not specified this feature for it, because have no idea what does it mean.
But devices cannot connect to a new Hub.
Could you please explain what this feature means?

Thank you in advance.

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
399 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,189 questions
{count} votes

Accepted answer
  1. QuantumCache 20,266 Reputation points
    2022-12-05T03:16:54.257+00:00

    Hello @Vladimir Shurakov ,

    Regarding the initial query: Features : GWv2

    GWv2 is our shorthand for Gateway V2. We internally track what Gateway version a customer is on and are working to migrate all hubs from GWv1 to GWv2. This is not something the customer controls.

    We are working with the Product Team to check if changes to the ARM template affect the GW migration or not, please stay tuned on this thread.

    Updated: 12-04-2022: Response from Engineering team

    That property can be ignored and should not affect ARM templates, this is only an indication of which version of the Gateway that hub has provisioned. It cannot be changed by the customers.

    If the response is helpful, please click "Accept Answer" and upvote it. So that we can close this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. chbeier 1,866 Reputation points
    2022-12-02T12:06:36.51+00:00

    Hello @Vladimir Shurakov ,
    I believe the feature "GWV2" is for internal service purposes only and it should not be required in your ARM template to deploy a working IoT Hub instance.

    Have you imported the device registry for your existing devices in the new IoT Hub instance (or setup DPS) already?
    If you create a new (test) device in the new IoT Hub instance, does it connect properly?

    If the new device connects, ensure your existing devices use the right connection string (URL, credentials, etc) or DPS is setup correctly.
    If possible, inspect a device log on the reported connection error. Feel free to share it here.

    In case a new device cannot connect as well, I would recommend opening a support ticket.

    ----------

    If your question was answered, please use "Accept Answer". If not, please share more details so we can try to help you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.