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/azure-functions/openapi-apim-integrate-visual-studio.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
@@ -20,7 +20,7 @@ In this tutorial, you learn how to:
20
20
> * Enable API Management integration
21
21
> * Download the OpenAPI definition file
22
22
23
-
The serverless function you create provides an API that lets you determine whether an emergency repair on a wind turbine is cost-effective. Since you create both the function app and API Management instance as consumption plans, your cost for completing this tutorial is minimal.
23
+
The serverless function you create provides an API that lets you determine whether an emergency repair on a wind turbine is cost-effective. Since you create both the function app and API Management instance in a consumption tier, your cost for completing this tutorial is minimal.
24
24
25
25
## Prerequisites
26
26
@@ -117,11 +117,11 @@ In the Turbine.cs project file, replace the contents of the class generated from
@@ -209,7 +209,7 @@ Before you can publish your project, you must have a function app in your Azure
209
209
210
210
1. In the function app page, expand **API** and select **API Management**.
211
211
212
-
1. If the function app isn't already connected to the new API Management instance, selectit under **API Management**, select**API**>**OpenAPI Document on Azure Functions**, make sure **Import functions** is checked, and select**Link API**. Make sure that only **Turbine** is selected for import and then**Select**.
212
+
1. If the function app isn't already connected to the new API Management instance, selectit under **API Management**, select**API**>**OpenAPI Document on Azure Functions**, make sure **Import functions** is checked, and select**Link API**. Make sure that only **TurbineRepair** is selected for import and then**Select**.
213
213
214
214
1. Select **Go to API Management** at the top of the page, and in the API Management instance, expand **APIs**.
0 commit comments