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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To create a new API from an Azure function app:
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
56
-
1. Click the **Select** button under **Configure requred settings** to choose from the list of available function apps:
56
+
1. Click the **Select** button under **Configure required settings** to choose from the list of available function apps:
57
57
58
58
:::image type="content" source="./media/import-function-app-as-api/add-03.png" alt-text="Screenshot that shows the Select button." lightbox="./media/import-function-app-as-api/add-03.png":::
59
59
@@ -71,7 +71,7 @@ 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
-
> In some pricing tiers, API Management instances comes with two default sample products:
74
+
> In some pricing tiers, API Management instances come with two default sample products:
75
75
> -**Starter**
76
76
> -**Unlimited**
77
77
@@ -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. Click the **Select** button under **Configure requred settings** to choose from the list of available function apps:
98
+
1. Click the **Select** button under **Configure required 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
@@ -113,7 +113,7 @@ To append a function app to an existing API:
113
113
114
114
## Authorization
115
115
116
-
When you import an Azure function app, these items are automactically generated:
116
+
When you import an Azure function app, these items are automatically generated:
117
117
118
118
* A host key in the function app. The key is named `apim-<your API Management service instance name>`.
119
119
* A named value in the API Management instance that has the name `<your Azure function app instance name>-key`. This value contains the host key.
0 commit comments