Skip to content

Commit fa62162

Browse files
committed
Edits
1 parent 1553213 commit fa62162

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The serverless function you create provides an API that lets you determine wheth
2727

2828
* [Visual Studio](https://azure.microsoft.com/products/visual-studio/). Make sure you select the **Azure development** workload during installation.
2929

30-
* An active [Azure subscription](../azure/developer/#understanding-accounts-subscriptions-and-billing
30+
* An active [Azure subscription](/azure/developer/#understanding-accounts-subscriptions-and-billing
3131
), create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
3232

3333
## Create the code project
@@ -168,7 +168,7 @@ Before you can publish your project, you must have a function app in your Azure
168168
| **[Resource group](../azure-resource-manager/management/overview.md)** | Name of your resource group | The resource group in which to create your function app. Select an existing resource group from the drop-down list, or choose **New** to create a new resource group.|
169169
| **[Plan Type](functions-scale.md)** | Consumption | When you publish your project to a function app that runs in a [Consumption plan](consumption-plan.md), you pay only for executions of your functions app. Other hosting plans incur higher costs. |
170170
| **Location** | Location of the service | Choose a **Location** in a [region](https://azure.microsoft.com/regions/) near you or other services your functions access. |
171-
| **[Azure Storage](storage-considerations.md)** | General-purpose storage account | An Azure Storage account is required by the Functions runtime. Select **New** to configure a general-purpose storage account. You can also choose an existing account that meets the [storage account requirements](storage-considerations.md#storage-account-requirements). |
171+
| **[Azure Storage](storage-considerations.md)** | General-purpose storage account | The Functions runtime requires an Azure Storage account. Select **New** to configure a general-purpose storage account. You can also choose an existing account that meets the [storage account requirements](storage-considerations.md#storage-account-requirements). |
172172
173173
:::image type="content" source="media/openapi-apim-integrate-vs/create-function-app-with-storage.png" alt-text="Create a new function app in Azure with Storage":::
174174

0 commit comments

Comments
 (0)