You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/invoke-openapi-web-app-from-azure-ai-agent-service.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Azure App Service is a fully managed platform for building, deploying, and scali
17
17
18
18
In this tutorial, you're using an Azure AI Agent to invoke an API hosted on Azure App Service. By the end of this tutorial, you have a fashion assistant chat application running in App Service using an AI agent from the Azure AI Agent Service.
19
19
20
-
:::image type="content" source="media/tutorial-invoke-openapi-web-app-from-azure-ai-agent-service/browse-app.png" alt-text="A screenshot showing an AI agent running within App Service.":::
20
+
:::image type="content" source="media/invoke-openapi-web-app-from-azure-ai-agent-service/browse-app.png" alt-text="A screenshot showing an AI agent running within App Service.":::
21
21
22
22
## Prerequisites
23
23
@@ -35,7 +35,7 @@ The sample repository has the following content:
|*src/webapp*| A front-end .NET Blazor application. See [How does the front-end app work?](#how-does-the-front-end-app-work)|
38
+
|*src/webapp*| A front-end .NET Blazor application. |
39
39
|*infra*| Infrastructure-as-code for deploying a .NET web app in Azure and Azure AI Foundry resources for the AI Agent. See [Create Azure Developer CLI templates overview](/azure/developer/azure-developer-cli/make-azd-compatible). |
40
40
|*azure.yaml*| Azure Developer CLI configuration that deploys the Blazor application to App Service. See [Create Azure Developer CLI templates overview](/azure/developer/azure-developer-cli/make-azd-compatible). |
41
41
@@ -83,7 +83,7 @@ For detailed guidance with screenshots and additional information, see [Add Open
83
83
84
84
1. Leave the authentication method as anonymous. There's no authentication on the web app. If the app required an API key or managed identity to access it, this location is where you would specify this information.
85
85
1. Copy and paste the OpenAPI specification in the text box. The OpenAPI specification is provided in the Codespace in the `src/webapp` directory and is called `swagger.json`.
86
-
1. Before you complete creating the tool, you need to copy and paste your app's URL into the OpenAPI specification. Replace the placeholder <APP-SERVICE-URL>in line 10 of the OpenAPI specification with your app's URL. It's in the format `https://<app-name>.azurewebsites.net`.
86
+
1. Before you complete creating the tool, you need to copy and paste your app's URL into the OpenAPI specification. Replace the placeholder `<APP-SERVICE-URL>`in line 10 of the OpenAPI specification with your app's URL. It's in the format `https://<app-name>.azurewebsites.net`.
87
87
- To find your app's URL, go back to your resource group and navigate to your **App Service**. The URL is on the **Overview** page of your App Service.
88
88
1. Select **Next**, review the details you provided, and then select **Create Tool**.
89
89
@@ -107,12 +107,12 @@ After setting up the AI Agent and adding the OpenAPI Specified Tool, you need to
107
107
108
108
In the azd output, find the URL of your app and navigate to it in the browser. The URL looks like this in the azd output:
0 commit comments