Skip to content

Commit d41d5d6

Browse files
authored
1 parent 2996611 commit d41d5d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/functions-create-azure-resources-vs-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 06/03/2024
5+
ms.date: 08/18/2024
66
ms.author: glenga
77
ms.custom: devdivchpfy22
88
---
99

10-
In this section, you create a function app and related resources in your Azure subscription. Many of the resource creation decisions are made for you based on default behaviors.
10+
In this section, you create a function app and related resources in your Azure subscription. Many of the resource creation decisions are made for you based on default behaviors. For more control over the created resources, you must instead [create your function app with advanced options](functions-develop-vs-code.md?tabs=advanced-options#publish-to-azure).
1111

1212
1. In Visual Studio Code, select F1 to open the command palette. At the prompt (`>`), enter and then select **Azure Functions: Create Function App in Azure**.
1313

@@ -31,4 +31,4 @@ In this section, you create a function app and related resources in your Azure s
3131
A notification is displayed after your function app is created and the deployment package is applied.
3232

3333
[!INCLUDE [functions-vs-code-create-tip](functions-vs-code-create-tip.md)]
34-
34+

0 commit comments

Comments
 (0)