Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 511 Bytes

01.CreateCloudIoTGateway.md

File metadata and controls

21 lines (13 loc) · 511 Bytes

Create IoT Hub

01.00

01.01

01.02

01.03

01.04

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
wget -Uri https://github.com/Azure-Samples/azure-iot-samples-python/archive/master.zip -OutFile C:\Users\azureadmin\Downloads\iotdevice.zip -Method Get
git clone https://github.com/Azure-Samples/azure-iot-samples-python.git