Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 725 Bytes

Day_2_Create_IoT_Hub.md

File metadata and controls

19 lines (9 loc) · 725 Bytes

Create your IoT Hub

--(Write an intro about what IoT hub is)--

  1. Navigate to Azure portal

  2. Click on the Create a resource button. Search for "IoT Hub".

  3. Select IoT Hub from the list and click on the Create button.

  4. Select a Subcription and create a new Resource group called "microservicebus". Select "West Europe" region and give your IoT Hub a name. Click on Next.

  5. Under Price and Scale tier, select "free" or "S1" option. Click on Review and Create and create on the last page.

  6. Once created, navigate to the IoT Hub. Click on Shared access policies and copy the connection string from the "iothubowner" policy.

  7. Proceed with next lab. ()