Skip to content

Commit 3f9230c

Browse files
committed
updates
1 parent b109e10 commit 3f9230c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You'll learn how to:
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.
4040
41-
## <a name="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
4242

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

@@ -71,17 +71,17 @@ To create a new API from an Azure function app:
7171
>[!NOTE]
7272
> *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
>
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:
7575
> - **Starter**
7676
> - **Unlimited**
7777
7878
1. Select **Create**.
7979

80-
## <a name="append-azure-function-app-to-api"></a> Append a function app to an existing API
80+
## Append a function app to an existing API
8181

8282
To append a function app to an existing API:
8383

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.
8585

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

@@ -95,7 +95,7 @@ To append a function app to an existing API:
9595

9696
:::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":::
9797

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:
9999

100100
:::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":::
101101

@@ -111,7 +111,7 @@ To append a function app to an existing API:
111111

112112
:::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":::
113113

114-
## <a name="authorization"></a> Authorization
114+
## Authorization
115115

116116
When you import an Azure function app, these items are automactically generated:
117117

@@ -125,7 +125,7 @@ For APIs created after April 4, 2019, the host key is passed in HTTP requests fr
125125
>
126126
> If you need to rotate the host key, be sure to also change the named value in API Management.
127127
128-
### Access function app host key
128+
### Access a function app host key
129129

130130
1. Navigate to your Azure function app instance:
131131

@@ -145,15 +145,15 @@ Navigate to your API Management instance and select **Named values** in the left
145145

146146
:::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":::
147147

148-
## <a name="test-in-azure-portal"></a> Test the new API in the Azure portal
148+
## Test the new API in the Azure portal
149149

150150
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.
151151

152152
:::image type="content" source="./media/import-function-app-as-api/test-api.png" alt-text="Screenshot that shows the steps for testing an API.":::
153153

154154
1. Select the API that you created in the preceding section.
155155

156-
1. On the **Test** tab,
156+
1. Select the **Test** tab.
157157

158158
1. Select the operation that you want to test.
159159

0 commit comments

Comments
 (0)