Skip to content

Commit ed7b774

Browse files
committed
Link fix
1 parent bacff42 commit ed7b774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-vstools-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ms.custom: include file
2828
| **Subscription** | Choose your subscription | The Azure subscription to use. |
2929
| **[Resource Group](../articles/azure-resource-manager/resource-group-overview.md)** | myResourceGroup | Name of the resource group in which to create your function app. Choose **New** to create a new resource group.|
3030
| **[App Service Plan](../articles/azure-functions/functions-scale.md)** | Consumption plan | Make sure to choose the **Consumption** under **Size** after you click **New** to create a plan. Also, choose a **Location** in a [region](https://azure.microsoft.com/regions/) near you or near other services your functions access. |
31-
| **[Storage Account](../storage/common/storage-create-storage-account.md#create-a-storage-account)** | General purpose storage account | An Azure storage account is required by the Functions runtime. Click **New** to create a general purpose storage account, or use an existing one. |
31+
| **[Storage Account](../articles/storage/common/storage-create-storage-account.md#create-a-storage-account)** | General purpose storage account | An Azure storage account is required by the Functions runtime. Click **New** to create a general purpose storage account, or use an existing one. |
3232

3333
4. Click **Create** to create a function app and related resources in Azure with these settings and deploy your function project code.
3434

0 commit comments

Comments
 (0)