SA
sandervandevelde/Azure-IoT-Operations-Bicep-Templates
Bicep templates for Azure IoT Operations
Introduction
This repository provides examples of Bicep configuration files used to manage Azure IoT Operations data flows and endpoints.
Blog post
This repository is featured in this blog post about sending commands
Enable / Disable dataflows
Once a dataflow is added via Bicep, the current user interface does not support it to be added.
To enable/disable these data flows, redeploy The Bicep script with the mode being changed:
Enable:
properties: {
mode: 'Enabled'
Disable:
properties: {
mode: 'Disabled'
Contributions
If you want to contribute, please provide a pull request.