You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/troubleshoot-storage.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,35 @@ ms.topic: # Add the ms.topic value
13
13
ms.date: 12/11/2024
14
14
---
15
15
16
-
Troubleshoot storage-related errors when importing updates
16
+
# Troubleshoot storage-related errors when importing updates
17
+
18
+
When importing an update to Device Update for IoT Hub, you may see this error:
19
+
20
+
*“The permissions on this storage container prevent access to your files. Add the Storage Blob Data Contributor role to your user account. Learn more.”*
21
+
22
+
To resolve the error, follow these steps:
23
+
24
+
1. In the Azure portal, search for the “Storage accounts” service in the search bar at the top of the page.
25
+
26
+
1. Select the “Storage accounts” service.
27
+
28
+
1. In the Storage accounts view, locate the Storage account that you’re using with Device Update for IoT Hub. Select that account.
29
+
30
+
1. In the selected Storage account, select the “Containers” option under the “Data storage” header.
31
+
32
+
1. Locate the container that you’re using with Device Update for IoT Hub. Select that container.
33
+
34
+
1. In the Container view, select “Access Control (IAM) from the left-hand navigation menu.
35
+
36
+
1. Select “Add” -> “Add role assignment” from the top menu.
37
+
38
+
1. In the Role tab, search for the “Storage Blob Data Contributor” role and select it, then click Next.
39
+
40
+
1. In the Members tab, keep the default selection of “User, group or service principal”, and select the “Select members” link. In the right-hand flyout menu, search for your user account, select it, and choose the “Select” button. Then select Next.
41
+
42
+
1. In the Conditions tab, make no changes and select “Next”.
43
+
44
+
1. In the Review + assign tab, select “Review + assign”.
45
+
46
+
1. Allow a few minutes for the change to propagate, and then try the Device Update for IoT Hub import experience again from the beginning.
0 commit comments