Skip to content

Commit 5a17ba3

Browse files
committed
Clarify private link
1 parent 487128e commit 5a17ba3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,18 @@ To use 3D Scenes Studio, you'll need the following resources:
3737

3838
You'll need to configure [CORS](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) for your storage account, so that 3D Scenes Studio will be able to access your storage container.
3939

40-
Here are the minimum required CORS headers:
40+
These CORS headers are always required:
4141
* Authorization
42-
* Content-Type
43-
* Content-Length
4442
* x-ms-version
4543
* x-ms-blob-type
44+
45+
These additional CORS headers are required if you're planning on using private links functionality:
46+
* Content-Type
47+
* Content-Length
4648
* x-ms-copy-source
4749
* x-ms-requires-sync
4850

49-
Below is the [Azure CLI](/cli/azure/what-is-azure-cli) command that will set the minimum required methods, origins, and headers for CORS in your storage account. The command contains one placeholder for the name of your storage account.
51+
Below is the [Azure CLI](/cli/azure/what-is-azure-cli) command that will set the methods, origins, and headers listed above for CORS in your storage account. The command contains one placeholder for the name of your storage account.
5052

5153
```azurecli
5254
az storage cors add --services b --methods GET OPTIONS POST PUT --origins https://explorer.digitaltwins.azure.net --allowed-headers Authorization Content-Type Content-Length x-ms-version x-ms-blob-type x-ms-copy-source x-ms-requires-sync --account-name <your-storage-account>

0 commit comments

Comments
 (0)