Billmanh/go quickstart examples#183
Merged
dominicbetts merged 19 commits intoAzure-Samples:mainfrom Apr 14, 2026
Merged
Conversation
added 19 commits
April 8, 2026 14:17
…ons from templates
- Updated README and documentation files to replace "AIO" with "IoT Operations" for consistency. - Modified MQTT broker references in demohistorian and edgemqttsim modules to reflect IoT Operations terminology. - Adjusted deployment and configuration instructions to align with IoT Operations. - Enhanced observability dashboard documentation to specify IoT Operations metrics and logs. - Ensured all code comments and configurations are updated to reflect the transition from AIO to IoT Operations.
…d instead of AddUser
…l-Configurator.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding a AIO Quickstart Process to accelerate dev and experimental projects
Destination Repo Structure (explore-iot-operations)
The destination repo is an Azure-Samples collection with existing content:
What Was Migrated
The quickstart content has already been placed under
quickstart/:Content NOT migrated (by design)
These directories from learn-iot are not in this repo (they either don't exist yet, are out of scope, or are handled differently):
Fabric_setup/operations/docs/img/issues/modules/sputnik/modules/hello-flask/bugfix.mdChanges Required
1.
docs/ORGANIZATION.md— Add quickstart to repo structureThe organization doc currently only describes
samples/andtutorials/. It needs a new Quickstart section to explain thequickstart/directory, its purpose, and how it differs from samples and tutorials.Changes:
quickstart/to the directory tree diagram2.
README.md(root) — Add quickstart entry pointThe root README currently focuses on the GitHub Codespaces experience. The quickstart is a complementary path for deploying on real hardware or AKS Edge Essentials.
Changes:
quickstart/readme.md3.
quickstart/readme.md— Fix references for new repo contextAll internal paths and clone URLs currently reference
BillmanH/learn-iot. These need to point to the correct locations within this repo.Key changes:
BillmanH/learn-iot→Azure-Samples/explore-iot-operationslearn-iot→explore-iot-operationscdintoquickstart/arc_build_linux/installer.share correct (relative toquickstart/)— removed (image not migrated)and— removed4.
quickstart/README_ADVANCED.md— Fix internal referencesKey changes:
learn-iothub/→ updated to reflectquickstart/layoutiotopps/: The source repo usediotopps/for edge apps; this repo usesmodules/. Update all references.fabric_setup/fabric-realtime-intelligence-setup.md→ note not migratedarc_build_linux/)What This Plan Does NOT Change
quickstart/