Skip to content

Commit 9713fdc

Browse files
committed
fixes
1 parent 9614688 commit 9713fdc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-functions/openapi-apim-integrate-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this tutorial, you learn how to:
2020
> * Enable API Management integration
2121
> * Download the OpenAPI definition file
2222
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.
2424

2525
## Prerequisites
2626

@@ -117,11 +117,11 @@ In the Turbine.cs project file, replace the contents of the class generated from
117117

118118
### [Isolated worker model](#tab/isolated-process)
119119

120-
:::code language="csharp" source="~/functions-openapi-turbine-repair-isolated/TurbineRepair/Turbines.cs":::
120+
:::code language="csharp" source="~/functions-openapi-turbine-repair-isolated/TurbineRepair/Turbine.cs":::
121121

122122
### [In-process model](#tab/in-process)
123123

124-
:::code language="csharp" source="~/functions-openapi-turbine-repair/TurbineRepair/Turbines.cs":::
124+
:::code language="csharp" source="~/functions-openapi-turbine-repair/TurbineRepair/Turbine.cs":::
125125

126126
---
127127

@@ -209,7 +209,7 @@ Before you can publish your project, you must have a function app in your Azure
209209
210210
1. In the function app page, expand **API** and select **API Management**.
211211
212-
1. If the function app isn't already connected to the new API Management instance, select it 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, select it 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**.
213213

214214
1. Select **Go to API Management** at the top of the page, and in the API Management instance, expand **APIs**.
215215

0 commit comments

Comments
 (0)