Icon of Azure Docs repository

MicrosoftDocs/azure-docs/articles/iot-edge

Last 7 commits over the last 5 days:

74b7d72

Expand Edge CA renewal guidance and add troubleshooting entry - Expand 'Plan for Edge CA renewal' section with timing table, restart sequence details, and module resilience best practices - Add troubleshooting entry for custom modules losing connectivity after Edge CA certificate renewal - Link to IoT Hub SDK retry documentation for connection resilience Addresses recurring community issue (Azure/iotedge#7497, #7321, #6044, #6008, #7446) where custom modules stop sending messages after the 30-day Edge CA renewal cycle.

a264458

Merge pull request #314313 from jlian/fix/restart-policy-docs Fix restartPolicy documentation: on-failure works, correct naming

4d77bc7

Merge pull request #314152 from jlian/fix/eflow-stale-refs Remove EOL EFLOW versions from support tables and stale WAC reference

91cfdaa

Merge pull request #314120 from jlian/fix/remove-stale-ubuntu2004 Remove stale Ubuntu 20.04 references and deprecated NVIDIA DIGITS from IoT Edge docs

973eee9

Merge pull request #314092 from jlian/fix/remove-deprecated-windows-containers Remove deprecated Windows containers content from IoT Edge docs

9f06e03

Merge pull request #314629 from jlian/fix/update-page-specific-tag-example Fix specific tag examples in IoT Edge update page

bf67ee4

Fix specific tag examples in update page to use three-part versions The 'Update a specific tag image' section defines specific tags as using all three version values (e.g., 1.5.0), but the examples showed 1.5, which is a rolling tag. Updated examples to use 1.5.1 to match the section's own definition and avoid confusing rolling vs specific tags.