Skip to content

dominicbetts/explore-iot-operations

 
 

Repository files navigation

Explore IoT Operations

This repo is the source of tools, samples, tutorials, and other resources for customers of Azure IoT Operations.

Features

This project provides the following:

  • Pre-configured codespace with K3s cluster via K3d
  • MQTT Device Simulator
  • HTTP & GRPC Callout Server

Important

Codespaces are easy to setup quickly and tear down later, but they're not suitable for performance evaluation or scale testing. For those scenarios, use a validated environment from the official documentation.

Azure IoT Operations is currently in preview and not recommended for production use no matter the environment.

Getting Started

  1. Use this GitHub codespace to explore Azure IoT Operations in your browser without installing anything on your local machine.

    Open in GitHub Codespaces

  2. (Optional) Enter your Azure details to store them as environment variables inside the codespace.

  3. Wait for the post creation commands to finish, then connect your new cluster to Azure Arc.

    az connectedk8s connect --name $CLUSTER_NAME --resource-group $RESOURCE_GROUP  --subscription $SUBSCRIPTION_ID --location $REGION
  4. Follow Azure IoT Operations docs to finish deploying.

  5. Explore!

Contributing

Please view the developer guides in the docs directory to get started with contributions. Get started with the Organization docs and Code of Conduct.

Trademark Notice

Trademarks This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft’s Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party’s policies.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Bicep 41.3%
  • Go 33.2%
  • Shell 12.0%
  • Python 11.0%
  • Dockerfile 2.5%