|
1 | | -# Deploy an Application from Azure AI Foundry |
| 1 | +# Deploy an Application from Microsoft Foundry |
2 | 2 |
|
3 | | -This guide explains how to deploy a chat application directly from the Azure AI Foundry playground to Azure App Service. |
| 3 | +This guide explains how to deploy a chat application directly from the Microsoft Foundry playground to Azure App Service. |
4 | 4 |
|
5 | 5 | ## Overview |
6 | 6 |
|
7 | | -Azure AI Foundry provides a built-in capability to publish playground experiences as web applications. This accelerator deploys the required infrastructure (App Service, managed identity, networking) so you can publish directly from the Foundry playground. |
| 7 | +Microsoft Foundry provides a built-in capability to publish playground experiences as web applications. This accelerator deploys the required infrastructure (App Service, managed identity, networking) so you can publish directly from the Foundry playground. |
8 | 8 |
|
9 | 9 | ## Prerequisites |
10 | 10 |
|
11 | 11 | - Completed deployment of this accelerator (`azd up`) |
12 | | -- Access to the AI Foundry project via the Jump VM |
| 12 | +- Access to the Microsoft Foundry project via the Jump VM |
13 | 13 | - An AI Search index with your data (created via OneLake indexer or manually) |
14 | 14 |
|
15 | 15 | ## Steps to Deploy an App from Foundry Playground |
16 | 16 |
|
17 | | -### 1. Access AI Foundry via Jump VM |
| 17 | +### 1. Access Microsoft Foundry via Jump VM |
18 | 18 |
|
19 | | -Since all resources are deployed with private endpoints, you must access AI Foundry through the Jump VM: |
| 19 | +Since all resources are deployed with private endpoints, you must access Microsoft Foundry through the Jump VM: |
20 | 20 |
|
21 | 21 | 1. Go to the [Azure Portal](https://portal.azure.com) |
22 | 22 | 2. Navigate to your resource group |
23 | 23 | 3. Select the **Jump VM** (Windows Virtual Machine) |
24 | 24 | 4. Click **Connect** → **Bastion** |
25 | 25 | 5. Enter the VM credentials (set during deployment) |
26 | | -6. Once connected, open a browser and navigate to [AI Foundry](https://ai.azure.com) |
| 26 | +6. Once connected, open a browser and navigate to [Microsoft Foundry](https://ai.azure.com) |
27 | 27 |
|
28 | 28 | ### 2. Configure Your Playground |
29 | 29 |
|
30 | | -1. In AI Foundry, select your **Project** |
| 30 | +1. In Microsoft Foundry, select your **Project** |
31 | 31 | 2. Navigate to **Playgrounds** → **Chat playground** |
32 | 32 | 3. Configure your deployment: |
33 | 33 | - Select your **GPT model deployment** (e.g., gpt-4o) |
@@ -61,7 +61,7 @@ After deployment completes: |
61 | 61 | ## Additional Resources |
62 | 62 |
|
63 | 63 | - [Deploy a web app for chat on your data](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/deploy-web-app) |
64 | | -- [Azure AI Foundry documentation](https://learn.microsoft.com/en-us/azure/ai-foundry/) |
| 64 | +- [Microsoft Foundry documentation](https://learn.microsoft.com/en-us/azure/ai-foundry/) |
65 | 65 | - [Customize the web app](https://learn.microsoft.com/en-us/azure/ai-foundry/how-to/deploy-web-app#customize-the-web-app) |
66 | 66 |
|
67 | 67 | ## Troubleshooting |
|
0 commit comments