Skip to content

Commit 11a8df6

Browse files
committed
feedback
1 parent 4028698 commit 11a8df6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/ai-studio/how-to/secure-data-playground.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ The following table summarizes the changes made in this article:
2929
| Service permissions | API Keys | Role-based access control | API keys provide full access to the service. Role-based access control provides granular access to the service. |
3030
| Network access | Public | Private | Using a private network prevents entities outside the private network from accessing resources secured by it. |
3131

32+
## Prerequisites
33+
34+
Ensure that the AI Studio hub is deployed with the __Identity-based access__ setting for the Storage account. This configuration is required for the correct access control and security of your AI Studio Hub. You can verify this in two ways:
35+
36+
- In the Azure portal, select the hub and then select __Settings__, __Properties__, and __Options__. At the bottom of the page, verify that __Storage account access type__ is set to __Identity-based access__.
37+
- If deploying using Azure Resource Manager or Bicep templates, include the `systemDatastoresAuthMode: 'identity'` property in your deployment template.
38+
39+
3240
## Configure Network Isolated AI Studio Hub
3341

3442
If you're __creating a new Azure AI Studio hub__, use one of the following documents to create a hub with network isolation:
@@ -78,7 +86,6 @@ Depending on your configuration, you might use an Azure AI services resource tha
7886
```
7987
8088
For more information, visit the [Disable local authentication in Azure AI services](/azure/ai-services/disable-local-auth) article.
81-
8289
8390
## Configure Azure AI Search
8491

0 commit comments

Comments
 (0)