This repo is the source of tools, samples, and other resources for customers of Azure IoT Operations.
This project provides the following tools:
- Pre-configured codespace with K3s cluster via K3d
- Krill MQTT Data Simulator
- HTTP Callout Server
- 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.
-
Use this GitHub codespace to explore Azure IoT Operations in your browser without installing anything on your local machine.
-
(Optional) Enter your Azure details to store them as environment variables inside the codespace.
-
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
-
Follow Azure IoT Operations docs to finish deploying.
-
(Add Krill and other instructions)
(Any additional resources or related projects)
- Link to supporting information
- Link to similar sample
- ...
Please view the developer guides in the docs directory to get started with contributions. Get started with the Organization docs.