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/digital-twins/how-to-use-3d-scenes-studio.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,20 @@ Azure Digital Twins [3D Scenes Studio (preview)](https://explorer.digitaltwins.a
22
22
23
23
## Prerequisites
24
24
25
-
To use 3D Scenes Studio, you'll need the following resources:
25
+
To use 3D Scenes Studio, you'll need the following resources.
26
+
26
27
* An Azure Digital Twins instance. For instructions, see [Set up an instance and authentication](how-to-set-up-instance-cli.md).
27
28
* Obtain *Azure Digital Twins Data Owner* or *Azure Digital Twins Data Reader* access to the instance. For instructions, see [Set up user access permissions](how-to-set-up-instance-cli.md#set-up-user-access-permissions).
28
29
* Take note of the *host name* of your instance to use later.
29
30
* An Azure storage account. For instructions, see [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal).
30
31
* Take note of the *URL* of your storage account to use later.
31
32
* A private container in the storage account. For instructions, see [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container).
32
33
* Take note of the *name* of your storage container to use later.
33
-
**Storage Blob Data Owner* or *Storage Blob Data Contributor* and also at least *Reader* roles are needed to access your storage resources. You can grant required roles at either the storage account level or the container level. For instructions and more information about permissions to Azure storage, see [Assign an Azure role](../storage/blobs/assign-azure-role-data-access.md?tabs=portal#assign-an-azure-role).
34
+
* Permissions for your storage resources, including:
35
+
* At least *Reader* control plane access
36
+
* A data access role of *Storage Blob Data Owner* or *Storage Blob Data Contributor*
37
+
38
+
You can grant required roles at either the storage account level or the container level. For instructions and more information about permissions to Azure storage, see [Assign an Azure role](../storage/blobs/assign-azure-role-data-access.md?tabs=portal#assign-an-azure-role).
34
39
* Configure CORS for your storage account (see details in the following sub-section).
0 commit comments