Skip to content

Commit be59f8e

Browse files
Merge pull request #252693 from cloga/lochen/tsg-code-first
Storage Table Data Contributor
2 parents 509deb3 + 7a1b934 commit be59f8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/prompt-flow/how-to-secure-prompt-flow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Workspace managed virtual network is the recommended way to support network isol
4444
az ml workspace provision-network --subscription <sub_id> -g <resource_group_name> -n <workspace_name>
4545
```
4646

47-
2. Add workspace MSI as `Storage File Data Privileged Contributor` to storage account linked with workspace.
47+
2. Add workspace MSI as `Storage File Data Privileged Contributor` and `Storage Table Data Contributor` to storage account linked with workspace.
4848

4949
2.1 Go to azure portal, find the workspace.
5050

@@ -68,6 +68,7 @@ Workspace managed virtual network is the recommended way to support network isol
6868
:::image type="content" source="./media/how-to-secure-prompt-flow/managed-identity-workspace.png" alt-text="Diagram showing how to assign storage file data privileged contributor role to workspace managed identity." lightbox = "./media/how-to-secure-prompt-flow/managed-identity-workspace.png":::
6969

7070
> [!NOTE]
71+
> You need follow the same process to assign `Storage Table Data Contributor` role to workspace managed identity.
7172
> This operation may take several minutes to take effect.
7273

7374
3. If you want to communicate with [private Azure Cognitive Services](../../ai-services/cognitive-services-virtual-networks.md), you need to add related user defined outbound rules to related resource. The Azure Machine Learning workspace creates private endpoint in the related resource with auto approve. If the status is stuck in pending, go to related resource to approve the private endpoint manually.

0 commit comments

Comments
 (0)