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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ You'll learn how to:
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.
40
40
41
-
## <aname="add-new-api-from-azure-function-app"></a> Import an Azure function app as a new API
41
+
## Import an Azure function app as a new API
42
42
43
43
To create a new API from an Azure function app:
44
44
@@ -71,17 +71,17 @@ To create a new API from an Azure function app:
71
71
>[!NOTE]
72
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
-
> Each API Management instance comes with two default sample products:
74
+
> In some pricing tiers, API Management instances comes with two default sample products:
75
75
> -**Starter**
76
76
> -**Unlimited**
77
77
78
78
1. Select **Create**.
79
79
80
-
## <aname="append-azure-function-app-to-api"></a> Append a function app to an existing API
80
+
## Append a function app to an existing API
81
81
82
82
To append a function app to an existing API:
83
83
84
-
1. In your **Azure API Management** service instance, select **APIs** in the left pane.
84
+
1. In your **Azure API Management** service instance, select **APIs**> **APIs**in the left pane.
85
85
86
86
1. Choose an API that you want to import a function app to. Select the ellipsis (**...**), and then select **Import**:
87
87
@@ -95,7 +95,7 @@ To append a function app to an existing API:
95
95
96
96
:::image type="content" source="./media/import-function-app-as-api/append-function-api-3.png" alt-text="Screenshot that shows the Browse button." lightbox="./media/import-function-app-as-api/append-function-api-3.png":::
97
97
98
-
1.Select the **Function App** section to choose from a list of available function apps:
98
+
1.Click the **Select** button under **Configure requred settings**to choose from the list of available function apps:
99
99
100
100
:::image type="content" source="./media/import-function-app-as-api/add-03.png" alt-text="Screenshot that shows the Function App section." lightbox="./media/import-function-app-as-api/add-03.png":::
101
101
@@ -111,7 +111,7 @@ To append a function app to an existing API:
111
111
112
112
:::image type="content" source="./media/import-function-app-as-api/append-function-api-4.png" alt-text="Screenshot that shows the Import button." lightbox="./media/import-function-app-as-api/append-function-api-4.png":::
113
113
114
-
## <aname="authorization"></a> Authorization
114
+
## Authorization
115
115
116
116
When you import an Azure function app, these items are automactically generated:
117
117
@@ -125,7 +125,7 @@ For APIs created after April 4, 2019, the host key is passed in HTTP requests fr
125
125
>
126
126
> If you need to rotate the host key, be sure to also change the named value in API Management.
127
127
128
-
### Access function app host key
128
+
### Access a function app host key
129
129
130
130
1. Navigate to your Azure function app instance:
131
131
@@ -145,15 +145,15 @@ Navigate to your API Management instance and select **Named values** in the left
145
145
146
146
:::image type="content" source="./media/import-function-app-as-api/api-named-value.png" alt-text="Screenshot that shows the location of the function app key." lightbox="./media/import-function-app-as-api/api-named-value.png":::
147
147
148
-
## <aname="test-in-azure-portal"></a> Test the new API in the Azure portal
148
+
## Test the new API in the Azure portal
149
149
150
150
You can call operations directly from the Azure portal. Using the Azure portal is a convenient way to view and test the operations of an API.
151
151
152
152
:::image type="content" source="./media/import-function-app-as-api/test-api.png" alt-text="Screenshot that shows the steps for testing an API.":::
153
153
154
154
1. Select the API that you created in the preceding section.
0 commit comments