Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.07 KB

iot-hub-associate-storage.md

File metadata and controls

19 lines (15 loc) · 1.07 KB
title description services author ms.service ms.topic ms.date ms.author ms.custom
include file
include file
iot-edge
kgremban
iot-edge
include
01/22/2019
kgremban
include file

Associate an Azure Storage account to IoT Hub

Because the simulated device app uploads a file to a blob, you must have an Azure Storage account associated with your IoT hub. When you associate an Azure Storage account with an IoT hub, the IoT hub generates a SAS URI. A device can use this SAS URI to securely upload a file to a blob container. The IoT Hub service and the device SDKs coordinate the process that generates the SAS URI and makes it available to a device to use to upload a file.

Follow the instructions in Configure file uploads using the Azure portal. Make sure that a blob container is associated with your IoT hub and that file notifications are enabled.

Enable File Notifications in portal