Lybecker / iotarm

ARM tempaltes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

ARM tempaltes

License:MIT License