Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo for blob storage #186

Merged
merged 1 commit into from
Jan 22, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/ai-studio/how-to/flow-develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In this article, you learn how to create and develop your first prompt flow in A
- If you don't have an Azure AI Foundry project already, first [create a project](create-projects.md).
- Prompt flow requires a compute session. If you don't have a runtime, you can [create one in Azure AI Foundry portal](./create-manage-compute-session.md).
- You need a deployed model.
- In your project, configure access control for the blog storage account. Assign the **Storage Blob Data Contributor** role to your user account.
- In your project, configure access control for the blob storage account. Assign the **Storage Blob Data Contributor** role to your user account.
- In the bottom left of the Azure AI Foundry portal, select **Management center**.
- In **Connected resources** for your project, select the link that corresponds to the **Azure Blob Storage** type.
- Select **View in Azure Portal**
Expand Down