Skip to content

Commit 3ac9246

Browse files
committed
linter updates
1 parent 8a917aa commit 3ac9246

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

articles/ai-studio/how-to/create-projects.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom:
88
- ignite-2023
99
- build-2024
1010
ms.topic: how-to
11-
ms.date: 5/21/2024
11+
ms.date: 10/01/2024
1212
ms.reviewer: deeikele
1313
ms.author: sgilley
1414
author: sdgilley
@@ -21,6 +21,11 @@ This article describes how to create an Azure AI Studio project. A project is us
2121

2222
Projects are hosted by an Azure AI Studio hub that provides enterprise-grade security and a collaborative environment. For more information about the projects and resources model, see [Azure AI Studio hubs](../concepts/ai-resources.md).
2323

24+
## Prerequisites
25+
26+
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
27+
- An Azure AI Studio hub. If you don't have a hub, see [Create an Azure AI Studio hub](create-hub.md).
28+
2429
## Create a project
2530

2631
Use the following tabs to select the method you plan to use to create a project:
@@ -70,7 +75,7 @@ Use the following tabs to select the method you plan to use to create a project:
7075

7176
---
7277

73-
## Project settings
78+
## View project settings
7479

7580
# [Azure AI Studio](#tab/ai-studio)
7681

@@ -104,27 +109,26 @@ az ml workspace show --name {my_project_name} --resource-group {my_resource_grou
104109

105110
---
106111

107-
## Project resource access
112+
## Access project resources
108113

109114
Common configurations on the hub are shared with your project, including connections, compute instances, and network access, so you can start developing right away.
110115

111116
In addition, a number of resources are only accessible by users in your project workspace:
112117

113118
1. Components including datasets, flows, indexes, deployed model API endpoints (open and serverless).
114-
1. Connections created by you under 'project settings'.
119+
1. Connections created by you under 'project settings.'
115120
1. Azure Storage blob containers, and a fileshare for data upload within your project. Access storage using the following connections:
116121

117122
| Data connection | Storage location | Purpose |
118123
| --- | --- | --- |
119-
| workspaceblobstore | {project-GUID}-azureml-blobstore | Default container for data upload |
124+
| workspaceblobstore | {project-GUID}-azureml-blobstore | Default container for data uploads |
120125
| workspaceartifactstore | {project-GUID}-azureml | Stores components and metadata for your project such as model weights |
121126
| workspacefilestore | {project-GUID}-code | Hosts files created on your compute and using prompt flow |
122127

123128
> [!NOTE]
124129
> Storage connections are not created directly with the project when your storage account has public network access set to disabled. These are created instead when a first user accesses AI Studio over a private network connection. [Troubleshoot storage connections](troubleshoot-secure-connection-project.md#troubleshoot-missing-storage-connections)
125130
126-
127-
## Next steps
131+
## Related content
128132

129133
- [Deploy an enterprise chat web app](../tutorials/deploy-chat-web-app.md)
130134
- [Learn more about Azure AI Studio](../what-is-ai-studio.md)

0 commit comments

Comments
 (0)