Skip to content

Commit d782898

Browse files
committed
updates
1 parent bc43783 commit d782898

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/import-function-app-as-api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You'll learn how to:
3333
## Prerequisites
3434

3535
* Complete the [Create an Azure API Management instance](get-started-create-service-instance.md) quickstart.
36-
* Make sure you have an Azure function app in your subscription. For more information, see [Getting started with Azure Functions](../azure-functions/functions-get-started.md). Functions must have an HTTP trigger. The authorization level must be set to *Anonymous* or *Function*.
36+
* Make sure you have an Azure function app in your subscription. For more information, see [Getting started with Azure Functions](../azure-functions/functions-get-started.md). The function must have an HTTP trigger. The authorization level must be set to *Anonymous* or *Function*.
3737

3838
> [!NOTE]
3939
> You can use the API Management Extension for Visual Studio Code to import and manage your APIs. Complete the [API Management Extension tutorial](visual-studio-code-tutorial.md) to get started.
@@ -42,14 +42,14 @@ You'll learn how to:
4242

4343
To create a new API from an Azure function app:
4444

45-
1. Navigate to your API Management service in the Azure portal
45+
1. Navigate to your API Management service in the Azure portal.
4646
1. Select **APIs** > **APIs** in the left pane.
4747

4848
1. Under **Create from Azure resource**, select **Function App**:
4949

5050
:::image type="content" source="./media/import-function-app-as-api/add-01.png" alt-text="Screenshot that shows the Function App tile in the Azure portal.":::
5151

52-
1. Select the **Browse** button.
52+
1. Select the **Browse** button:
5353

5454
:::image type="content" source="./media/import-function-app-as-api/add-02.png" alt-text="Screenshot that highlights the Browse button." lightbox="./media/import-function-app-as-api/add-02.png":::
5555

@@ -69,7 +69,7 @@ To create a new API from an Azure function app:
6969
1. As needed, specify other settings. You can also specify settings later via the **Settings** tab. These settings are explained in the [Import and publish your first API](import-and-publish.md#import-and-publish-a-backend-api) tutorial.
7070

7171
>[!NOTE]
72-
> *Products* are associations of one or more APIs that are offered to developers via the Developer Portal. First, developers must subscribe to a product to get access to the API. When they subscribe, they get a subscription key for any API in the product. If you created the API Management instance, you're an administrator and are subscribed to every product by default.
72+
> *Products* are associations of one or more APIs that are offered to developers via the developer portal. First, developers must subscribe to a product to get access to the API. When they subscribe, they get a subscription key for any API in the product. If you created the API Management instance, you're an administrator and are subscribed to every product by default.
7373
>
7474
> In some pricing tiers, API Management instances come with two default sample products:
7575
> - **Starter**
@@ -83,7 +83,7 @@ To append a function app to an existing API:
8383

8484
1. In your **Azure API Management** service instance, select **APIs** > **APIs** in the left pane.
8585

86-
1. Choose an API that you want to import a function app to. Select the ellipsis (**...**), and then select **Import**:
86+
1. Choose an API that you want to import a function app to. Select the ellipsis (**...**) next to the API, and then select **Import**:
8787

8888
:::image type="content" source="./media/import-function-app-as-api/append-function-api-1.png" alt-text="Screenshot that shows the Import menu option." lightbox="./media/import-function-app-as-api/append-function-api-1.png":::
8989

@@ -163,6 +163,6 @@ You can call operations directly from the Azure portal. Using the Azure portal i
163163

164164
1. Select **Send**.
165165

166-
When the test succeeds, the back end responds with **200 OK** and some data.
166+
When the test succeeds, the backend responds with **200 OK** and some data.
167167

168168
[!INCLUDE [api-management-define-api-topics.md](../../includes/api-management-define-api-topics.md)]

0 commit comments

Comments
 (0)