Skip to content

Commit f6db89d

Browse files
Merge pull request #252800 from baanders/9-25-3d
Update wording 3D prereqs
2 parents 4ff47f4 + 6a9f474 commit f6db89d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/digital-twins/how-to-use-3d-scenes-studio.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,20 @@ Azure Digital Twins [3D Scenes Studio (preview)](https://explorer.digitaltwins.a
2222

2323
## Prerequisites
2424

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+
2627
* An Azure Digital Twins instance. For instructions, see [Set up an instance and authentication](how-to-set-up-instance-cli.md).
2728
* 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).
2829
* Take note of the *host name* of your instance to use later.
2930
* An Azure storage account. For instructions, see [Create a storage account](../storage/common/storage-account-create.md?tabs=azure-portal).
3031
* Take note of the *URL* of your storage account to use later.
3132
* A private container in the storage account. For instructions, see [Create a container](../storage/blobs/storage-quickstart-blobs-portal.md#create-a-container).
3233
* 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).
3439
* Configure CORS for your storage account (see details in the following sub-section).
3540

3641
### Configure CORS

0 commit comments

Comments
 (0)