Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions articles/iot-hub-device-update/device-update-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ updates and deployments associated with a specific IoT hub. Device Update uses I

In order for Device Update to receive change notifications from IoT Hub, Device Update integrates with the built-in Event Hubs. The IoT Hub will be configured automatically as part of the resource creation process with the required message routes, consumer groups, and access policy required to communicate with IoT devices.

> [!NOTE]
> Do not disable local authentication on the IoT Hub. Device Update requires local authentication to be enabled.
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The note explains the requirement but doesn’t direct readers to where the setting is or what will break if they disable it. Consider adding a brief pointer to the relevant IoT Hub setting (e.g., in Azure portal/Twin/CLI) and a short consequence statement (for example, Device Update service-to-hub integration or change-notification ingestion fails), so readers can act on the guidance.

Suggested change
> Do not disable local authentication on the IoT Hub. Device Update requires local authentication to be enabled.
> Do not disable **local authentication** on the linked IoT hub. In the Azure portal, check the IoT hub authentication settings and make sure local authentication remains enabled. Device Update requires local authentication for its service-to-hub integration; if you disable it, Device Update can fail to ingest IoT Hub change notifications and related Device Update operations may stop working.

Copilot uses AI. Check for mistakes.

### Message Routing

The following Message Routes are automatically configured in your linked IoT hub to enable Device Update:
Expand Down