Skip to content

ArFe/azure-provisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provisioning Azure devices for IoT Central

This repository contains a set of scripts to provision devices in Azure IoT Central.

run npm install to install the required packages.

npm install

Set these on the index.js file:

const idScope = '{ID scope}';
const deviceId = '{Device ID}';
const symmetricKey = '{SAS Primary key}';

Run the script:

npm run start

The script will provision the device in Azure IoT Central and will output the connection parameters.

This script is based on this code by Peter Bons

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published