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/api-management/import-function-app-as-api.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ You'll learn how to:
33
33
## Prerequisites
34
34
35
35
* 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*.
37
37
38
38
> [!NOTE]
39
39
> 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:
42
42
43
43
To create a new API from an Azure function app:
44
44
45
-
1. Navigate to your API Management service in the Azure portal
45
+
1. Navigate to your API Management service in the Azure portal.
46
46
1. Select **APIs** > **APIs** in the left pane.
47
47
48
48
1. Under **Create from Azure resource**, select **Function App**:
49
49
50
50
:::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.":::
51
51
52
-
1. Select the **Browse** button.
52
+
1. Select the **Browse** button:
53
53
54
54
:::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":::
55
55
@@ -69,7 +69,7 @@ To create a new API from an Azure function app:
69
69
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.
70
70
71
71
>[!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.
73
73
>
74
74
> In some pricing tiers, API Management instances come with two default sample products:
75
75
> -**Starter**
@@ -83,7 +83,7 @@ To append a function app to an existing API:
83
83
84
84
1. In your **Azure API Management** service instance, select **APIs** > **APIs** in the left pane.
85
85
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**:
87
87
88
88
:::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":::
89
89
@@ -163,6 +163,6 @@ You can call operations directly from the Azure portal. Using the Azure portal i
163
163
164
164
1. Select **Send**.
165
165
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.
0 commit comments