Azure IOT集线器中的自定义端点

时间:2019-07-11 06:15:53

标签: iot endpoint azure-iot-hub

我正在使用ARM模板在Azure中使用ARM模板创建IOThub及其消息路由。我能够毫无问题地部署IOTHUB及其路由。所有路由和自定义端点均显示正常。但是,如果我单击eventhub的自定义端点,它将显示未找到消息。 如果我手动重新创建它,它将显示eventhub详细信息。 我该如何解决?

以下是我用于创建eventhub的自定义端点的路由的模板格式:

"eventHubs": [{
    "connectionstring": "[listkeys(resourceId('Microsoft.EventHub/namespaces/eventhubs/authorizationRules', variables('eventhubnamespaceName'), variables('eventhubName'), variables('authRuleResourceId')),'2017-04-01').primaryConnectionString ]",
    "eventhubinstance": "[parameters('eventhubName')]",
    "name": "[parameters('eventhub_endpoint')]",
    "resourceGroup": "[resourceGroup().Name]"
  },

0 个答案:

没有答案