Add warning not to disable local auth#128399
Add warning not to disable local auth#128399mfsmoot wants to merge 1 commit intoMicrosoftDocs:mainfrom
Conversation
|
@mfsmoot : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit ef918b9: ✅ Validation status: passed
For more details, please refer to the build report. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds documentation guidance warning users not to disable IoT Hub local authentication because Device Update depends on it.
Changes:
- Adds an
[!NOTE]callout warning against disabling local authentication on IoT Hub.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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. |
There was a problem hiding this comment.
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.
| > 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. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
No description provided.