Skip to content

Commit c1a27e2

Browse files
committed
edits
1 parent d782898 commit c1a27e2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You'll learn how to:
3636
* 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]
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.
39+
> You can also 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.
4040
4141
## Import an Azure function app as a new API
4242

@@ -65,16 +65,19 @@ To create a new API from an Azure function app:
6565

6666
:::image type="content" source="./media/import-function-app-as-api/add-05.png" alt-text="Screenshot that shows a function and the Select button." lightbox="./media/import-function-app-as-api/add-05.png":::
6767

68-
1. Switch to the **Full** view and assign a **Product** to your new API.
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.
68+
1. Switch to the **Full** view and assign a **Product** to your new API.
7069

71-
>[!NOTE]
70+
>[!NOTE]
7271
> *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.
7372
>
7473
> In some pricing tiers, API Management instances come with two default sample products:
7574
> - **Starter**
7675
> - **Unlimited**
7776
77+
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.
78+
79+
80+
7881
1. Select **Create**.
7982

8083
## Append a function app to an existing API
@@ -141,7 +144,7 @@ For APIs created after April 4, 2019, the host key is passed in HTTP requests fr
141144

142145
### Access the named value in API Management
143146

144-
Navigate to your API Management instance and select **Named values** in the left pane. The Azure function app key is stored there.
147+
Navigate to your API Management instance and select **APIs** > **Named values** in the left pane. The Azure function app key is stored there.
145148

146149
:::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":::
147150

0 commit comments

Comments
 (0)