Skip to content

Commit 85acf26

Browse files
committed
rename
1 parent b4b0ab8 commit 85acf26

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

articles/app-service/tutorial-invoke-openapi-web-app-from-azure-ai-agent-service.md renamed to articles/app-service/invoke-openapi-web-app-from-azure-ai-agent-service.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Azure App Service is a fully managed platform for building, deploying, and scali
1717

1818
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.
1919

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.":::
2121

2222
## Prerequisites
2323

@@ -35,7 +35,7 @@ The sample repository has the following content:
3535

3636
| Content | Description |
3737
|--------------------|-----------------------------------------------------------------------------|
38-
| *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. |
3939
| *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). |
4040
| *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). |
4141

@@ -83,7 +83,7 @@ For detailed guidance with screenshots and additional information, see [Add Open
8383

8484
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.
8585
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`.
8787
- 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.
8888
1. Select **Next**, review the details you provided, and then select **Create Tool**.
8989
@@ -107,12 +107,12 @@ After setting up the AI Agent and adding the OpenAPI Specified Tool, you need to
107107

108108
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:
109109

110-
<pre>
111-
Deploying services (azd deploy)
112-
113-
(✓) Done: Deploying service web
114-
- Endpoint: https://&lt;app-name>.azurewebsites.net/
115-
</pre>
110+
<pre>
111+
Deploying services (azd deploy)
112+
113+
(✓) Done: Deploying service web
114+
- Endpoint: https://&lt;app-name>.azurewebsites.net/
115+
</pre>
116116

117117
In the chat window, ask the agent questions such as:
118118
- What's in my cart?
@@ -126,9 +126,9 @@ You can also ask general questions about the items and the agent should be able
126126
127127
When you're done with this app, run the following to delete the resource group with all of the resources created during this tutorial.
128128

129-
```bash
130-
azd down
131-
```
129+
```bash
130+
azd down
131+
```
132132

133133
## Troubleshooting
134134

articles/app-service/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ items:
460460
- name: Deploy a .NET app with Azure OpenAI and Azure SQL
461461
href: deploy-intelligent-apps-dotnet-to-azure-sql.md
462462
- name: Invoke OpenAPI app from Azure AI Agent
463-
href: tutorial-invoke-openapi-web-app-from-azure-ai-agent-service.md
463+
href: invoke-openapi-web-app-from-azure-ai-agent-service.md
464464
- name: WebJobs
465465
items:
466466
- name: Create WebJobs

0 commit comments

Comments
 (0)