Skip to content

Commit a635eb9

Browse files
docs: Updated changes in README.md, AIStudioDeployment.md and FabricDeployment.md (#296)
* Add files via upload * Update README.md * Update and rename AIStudioDeployment.md to AIFoundryDeployment.md * Add files via upload * Update README.md * Update AIFoundryDeployment.md * Add files via upload * Add files via upload * Update FabricDeployment.md
1 parent b726836 commit a635eb9

14 files changed

+13
-13
lines changed

ResearchAssistant/Deployment/AIStudioDeployment.md renamed to ResearchAssistant/Deployment/AIFoundryDeployment.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# AI Studio Deployment Guide
1+
# AI Foundry Deployment Guide
22
Please follow the steps below to configure the Prompt flow endpoint in App service configuration.
33

4-
## Step 1: Open AI Studio Project
5-
1. Launch the [AI Studio](https://ai.azure.com/) and select `Build` from the top menu.
4+
## Step 1: OpenAI Foundry Project
5+
1. Launch the [AI Foundry](https://ai.azure.com/) and select `project` under Jump into a project in Azure AI Foundry, If not found click on View all projects from the top menu.
66

77
![Home](/ResearchAssistant/Deployment/images/aiStudio/Home.png)
88

99
2. Click on the project with name `ai_project_{your deployment prefix}`.
1010

1111
## Step 2: Import Prompt Flow and Deploy
1212

13-
1. Click on `PromptFlow` button from left menu under `Tools`.
13+
1. Click on `PromptFlow` button from left menu under `Build and customize`.
1414

1515
![Prompt Flow](/ResearchAssistant/Deployment/images/aiStudio/PromptFlow.png)
1616

@@ -27,7 +27,7 @@ Please follow the steps below to configure the Prompt flow endpoint in App servi
2727
![Upload Local File](/ResearchAssistant/Deployment/images/aiStudio/UploadLocalFile.png)
2828

2929

30-
5. Click on `Select runtime` and chick on `Start` from the drop-down list. It can take few minutes for the runtime to start.
30+
5. Click on `Start compute session` and click on `Start compute session` from the drop-down list. It can take few minutes for the runtime to start.
3131

3232
![Select Runtime](/ResearchAssistant/Deployment/images/aiStudio/SelectRunTime.png)
3333

@@ -38,12 +38,12 @@ Please follow the steps below to configure the Prompt flow endpoint in App servi
3838

3939
![Deploy Draft Flow](/ResearchAssistant/Deployment/images/aiStudio/DeployDraftFlow.png)
4040

41-
7. It will take few minutes for the flow to be validated and deployed. Click on `Deployments` from left menu. You might only see the Default_AzureOpenAI deployments in the page until the deployment is completed. Please wait and click on `Refresh` after few minutes.
41+
7. It will take few minutes for the flow to be validated and deployed. Click on `Models + endpoints` from left menu. You might only see the Default_AzureOpenAI deployments in the page until the deployment is completed. Please wait and click on `Refresh` after few minutes.
4242

4343
![Deployments Page](/ResearchAssistant/Deployment/images/aiStudio/BlankDeploymentsPage.png)
4444

4545

46-
8. Click on the deployed endpoint with name `draftsinference-1`.
46+
8. Click on the deployed endpoint with name `ai-project-bycra-jzxzb-1`.
4747
![Drafts Endpoint](/ResearchAssistant/Deployment/images/aiStudio/DraftsEndpoint.png)
4848

4949
9. Click on `Consume` from the top menu. Copy below details to use later in step 3.6.

ResearchAssistant/Deployment/FabricDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Please follow the steps below to set up the Fabric Workspace and collect the id
88
3. Enter a Workspace Name and click on `Apply`.
99
![New Workspace](/ResearchAssistant/Deployment/images/fabric/CreateWorkspace.png)
1010

11-
4. On the next page, click on `New`.
11+
4. On the next page, click on `Import`.
1212
![Create Workspace](/ResearchAssistant/Deployment/images/fabric/WorkspaceGuid.png)
1313

14-
5. Click on `Import Notebook`.
14+
5. Click on `Notebook`.
1515

1616
![Create Workspace](/ResearchAssistant/Deployment/images/fabric/ImportNotebooks.png)
1717

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

ResearchAssistant/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For additional training and support, please see:
5252
1. [Azure OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/)
5353
2. [Azure AI Search](https://learn.microsoft.com/en-us/azure/search/)
5454
3. [Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/)
55-
4. [Azure AI Studio](https://learn.microsoft.com/en-us/azure/ai-studio/)
55+
4. [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-studio/)
5656

5757
### Solution accelerator architecture
5858
![image](Deployment/images/readMe/architecture.png)
@@ -64,7 +64,7 @@ For additional training and support, please see:
6464
### **How to install/deploy**
6565

6666
1. Please check the link [Azure Products by Region](
67-
https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all&regions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Studio are available.
67+
https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=all&regions=all) and choose a region where Azure AI Search, Semantic Ranker, Azure OpenAI Service, and Azure AI Foundry are available.
6868

6969
2. Click the following deployment button to create the required resources for this accelerator in your Azure Subscription.
7070

@@ -74,9 +74,9 @@ https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-regi
7474

7575
![image](Deployment/images/readMe/armDeployment.png)
7676

77-
4. When Deployment is complete, follow steps in [AI Studio Deployment guide](./Deployment/AIStudioDeployment.md) to configure the grant draft proposal endpoint.
77+
4. When Deployment is complete, follow steps in [AI Foundry Deployment guide](./Deployment/AIFoundryDeployment.md) to configure the grant draft proposal endpoint.
7878

79-
5. When AI Studio deployment is complete, launch the application by navigating to your Azure resource group, choosing the app service resource, and clicking on the default domain. You should bookmark this URL to have quick access to your deployed application.
79+
5. When AI Foundry deployment is complete, launch the application by navigating to your Azure resource group, choosing the app service resource, and clicking on the default domain. You should bookmark this URL to have quick access to your deployed application.
8080

8181
The next steps are optional for additional learning. Not required to deploy the solution and run the Grant Writer Assistant.
8282

0 commit comments

Comments
 (0)