Skip to content

Commit fc95313

Browse files
committed
Line edits3
1 parent cc732dc commit fc95313

6 files changed

+7
-7
lines changed

learn-pr/azure/build-serverless-api-with-functions-api-management/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.build-serverless-api-with-functions-api-management.1-introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: In this unit, you will learn about a business problem that you can address by using Azure API Management to host Azure Functions.
6+
description: In this unit, you'll learn about a business problem that you can address by using Azure API Management to host Azure Functions.
77
ms.date: 04/28/2025
88
author: ggailey777
99
ms.author: glenga

learn-pr/azure/build-serverless-api-with-functions-api-management/2-import-function-app-api-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.build-serverless-api-with-functions-api-management.2-import-function-
33
title: Create a new API in API Management from a function app
44
metadata:
55
title: Create a new API in API Management from a function app
6-
description: In this unit, you will learn about serverless apps and microservices and how you can build such architectures by using API Management.
6+
description: In this unit, you'll learn about serverless apps and microservices and how you can build such architectures by using API Management.
77
ms.date: 04/28/2025
88
author: ggailey777
99
ms.author: glenga

learn-pr/azure/build-serverless-api-with-functions-api-management/3-exercise-import-function-app-api-management.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.build-serverless-api-with-functions-api-management.3-exercise-import-
33
title: Exercise - Create a new API in API Management from a function app
44
metadata:
55
title: Exercise - Create a new API in API Management from a function app
6-
description: In this unit, you will create a new instance of API Management and use it to host a function app.
6+
description: In this unit, you'll create a new instance of API Management and use it to host a function app.
77
ms.date: 04/28/2025
88
author: ggailey777
99
ms.author: glenga

learn-pr/azure/build-serverless-api-with-functions-api-management/5-exercise-import-additional-functions-existing-api-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.build-serverless-api-with-functions-api-management.5-exercise-import-
33
title: Exercise - Add another Azure Functions app to an existing API
44
metadata:
55
title: Exercise - Add another Azure Functions app to an existing API
6-
description: In this unit, you will add an second function to a product in Azure API Management and test your integrated API.
6+
description: In this unit, you'll add an second function to a product in Azure API Management and test your integrated API.
77
ms.date: 04/28/2025
88
author: ggailey777
99
ms.author: glenga

learn-pr/azure/build-serverless-api-with-functions-api-management/includes/3-exercise-import-function-app-api-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Now, let's test the ProductDetails function to see how it behaves before we add
4343
4444
:::image type="content" source="../media/3-code-test-product-details-function.png" alt-text="Screenshot of the ProductDetails Code and Test pane, with Test/Run selected in the command bar.":::
4545
46-
1. On the command bar, select **Test/Run**. The Input/Output pane appears for testing your HTTP request.
46+
1. On the command bar, select **Test/Run**. The Input/Output pane appears for testing your HTTP request.
4747
4848
1. On the **Input** tab, in the **HTTP method** field dropdown list, select **GET**.
4949

learn-pr/azure/build-serverless-api-with-functions-api-management/includes/5-exercise-import-additional-functions-existing-api-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before we add the Orders function app to the API, let's test the function it hos
1616

1717
:::image type="content" source="../media/5-test-order-details.png" alt-text="OrderDetails JSON code, with Code + Test in menu and Test/Run in command bar highlighted.":::
1818

19-
1. In the **HTTP method** field, select **GET** from the dropdown list. Under **Query** in the **Name** field enter *name*. In the **Value** field enter *Chiba* (value is case-sensitive) and then select **Run**.
19+
1. In the **HTTP method** field, select **GET** from the dropdown list. Under **Query** in the **Name** field enter *name*. In the **Value** field, enter *Chiba* (value is case-sensitive) and then select **Run**.
2020

2121
1. A log console opens and displays the status of the request. The **Output** tab displays the HTTP response code and content in JSON format.
2222

@@ -46,7 +46,7 @@ In this step, we add the Order function to the API Management resource that we c
4646

4747
1. To select your function app, select **Browse**. The **Import Azure Functions** pane appears.
4848

49-
1. On the **Configure required settings** field choose **Select**.
49+
1. On the **Configure required settings** field, choose **Select**.
5050

5151
![Screenshot of the Import Azure Functions dialog box with Configure required settings field and Select button highlighted.](../media/5-import-azure-function-app-03-inline.png)(../media/5-import-azure-function-app-03-expanded.png#lightbox)
5252

0 commit comments

Comments
 (0)