Skip to content

Commit 09b9fc2

Browse files
author
Glenn Gailey
committed
includes fix-up
1 parent ae53ebf commit 09b9fc2

5 files changed

+32
-17
lines changed

articles/azure-functions/create-first-function-vs-code-csharp.md

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ After you've verified that the function runs correctly on your local computer, i
7272

7373
[!INCLUDE [functions-cleanup-resources-vs-code.md](../../includes/functions-cleanup-resources-vs-code.md)]
7474

75-
[!INCLUDE [functions-cleanup-resources-vs-code.md](../../includes/functions-cleanup-resources-vs-code.md)]
76-
7775
[!INCLUDE [functions-next-steps-vs-code](../../includes/functions-next-steps-vs-code.md)]
7876

7977
[connect-storage-queue]: functions-add-output-binding-storage-queue-vs-code.md?pivots=programming-language-csharp

articles/azure-functions/functions-add-output-binding-storage-queue-vs-code.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ In Azure, *resources* refer to function apps, functions, storage accounts, and s
201201
202202
You created resources to complete these quickstarts. You may be billed for these resources, depending on your [account status](https://azure.microsoft.com/account/) and [service pricing](https://azure.microsoft.com/pricing/). If you don't need the resources anymore, here's how to delete them:
203203
204-
[!INCLUDE [functions-cleanup-resources-vs-code.md](../../includes/functions-cleanup-resources-vs-code.md)]
204+
[!INCLUDE [functions-cleanup-resources-vs-code-inner.md](../../includes/functions-cleanup-resources-vs-code-inner.md)]
205205
206206
## Next steps
207207
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
author: ggailey777
3+
ms.service: azure-functions
4+
ms.topic: include
5+
ms.date: 10/20/2020
6+
ms.author: glenga
7+
---
8+
9+
1. In Visual Studio Code, press <kbd>F1</kbd> to open the command palette. In the command palette, search for and select `Azure Functions: Open in portal`.
10+
11+
1. Choose your function app, and press <kbd>Enter</kbd>. The function app page opens in the Azure portal.
12+
13+
1. In the **Overview** tab, select the named link next to **Resource group**.
14+
15+
:::image type="content" source="./media/functions-cleanup-resources-vs-code/functions-app-delete-resource-group.png" alt-text="Select the resource group to delete from the function app page.":::
16+
17+
1. In the **Resource group** page, review the list of included resources, and verify that they are the ones you want to delete.
18+
19+
1. Select **Delete resource group**, and follow the instructions.
20+
21+
Deletion may take a couple of minutes. When it's done, a notification appears for a few seconds. You can also select the bell icon at the top of the page to view the notification.

includes/functions-cleanup-resources-vs-code.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 09/28/2020
5+
ms.date: 10/20/2020
66
ms.author: glenga
77
---
88

@@ -12,18 +12,6 @@ When you continue to the next step, [Add an Azure Storage queue binding to your
1212

1313
Otherwise, you can use the following steps to delete the function app and its related resources to avoid incurring any further costs.
1414

15-
1. In Visual Studio Code, press <kbd>F1</kbd> to open the command palette. In the command palette, search for and select `Azure Functions: Open in portal`.
16-
17-
1. Choose your function app, and press <kbd>Enter</kbd>. The function app page opens in the Azure portal.
18-
19-
1. In the **Overview** tab, select the named link next to **Resource group**.
20-
21-
:::image type="content" source="./media/functions-cleanup-resources-vs-code/functions-app-delete-resource-group.png" alt-text="Select the resource group to delete from the function app page.":::
22-
23-
1. In the **Resource group** page, review the list of included resources, and verify that they are the ones you want to delete.
24-
25-
1. Select **Delete resource group**, and follow the instructions.
26-
27-
Deletion may take a couple of minutes. When it's done, a notification appears for a few seconds. You can also select the bell icon at the top of the page to view the notification.
15+
[!INCLUDE [functions-cleanup-resources-vs-code-inner.md](../../includes/functions-cleanup-resources-vs-code-inner.md)]
2816

2917
To learn more about Functions costs, see [Estimating Consumption plan costs](../articles/azure-functions/functions-consumption-costs.md).

includes/functions-next-steps-vs-code.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: ggailey777
3+
ms.service: azure-functions
4+
ms.topic: include
5+
ms.date: 10/20/2020
6+
ms.author: glenga
7+
---
8+
19
## Next steps
210

311
You have used Visual Studio Code to create a function app with a simple HTTP-triggered function. In the next article, you expand that function by adding an output binding. This binding writes the string from the HTTP request to a message in an Azure Queue Storage queue.

0 commit comments

Comments
 (0)