/iotarm

ARM tempaltes

MIT LicenseMIT

Deploy to Azure

Deploys:

  • IoT Hub
  • Azure Function (Java) with dynamic hosting plan (only paying for actual execution)

Deploy to Azure

Azure Deploy Button special parameter names.

Deploy via Azure CLI

az group create --name <name of ressource group> --location="North Europe"
az group deployment create --template-file azuredeploy.json --group <name of ressource group>