|
1 | 1 | ---
|
2 |
| -title: Create your first PowerShell function with Azure Functions |
| 2 | +title: Create your first PowerShell function in Azure |
3 | 3 | description: Learn how to create your first PowerShell function in Azure using Visual Studio Code.
|
4 |
| -services: functions |
5 |
| -keywords: |
6 | 4 | author: joeyaiello
|
7 |
| -manager: jeconnoc |
| 5 | +manager: gwallace |
8 | 6 | ms.author: jaiello
|
9 | 7 | ms.reviewer: glenga
|
10 | 8 | ms.date: 04/25/2019
|
11 | 9 | ms.topic: quickstart
|
12 | 10 | ms.service: azure-functions
|
13 |
| -ms.devlang: powershell |
14 | 11 | ---
|
15 | 12 |
|
16 |
| -# Create your first PowerShell function in Azure (preview) |
17 |
| - |
18 |
| -[!INCLUDE [functions-powershell-preview-note](../../includes/functions-powershell-preview-note.md)] |
| 13 | +# Create your first PowerShell function in Azure |
19 | 14 |
|
20 | 15 | This quickstart article walks you through how to create your first [serverless](https://azure.com/serverless) PowerShell function using Visual Studio Code.
|
21 | 16 |
|
@@ -61,7 +56,7 @@ The Azure Functions project template in Visual Studio Code creates a project tha
|
61 | 56 | > [!NOTE]
|
62 | 57 | > This article was designed to be completed outside of a workspace. In this case, do not select a project folder that is part of a workspace.
|
63 | 58 |
|
64 |
| -1. Select the **Powershell (preview)** as the language for your function app project and then **Azure Functions v2**. |
| 59 | +1. Select the **Powershell** as the language for your function app project and then **Azure Functions v2**. |
65 | 60 |
|
66 | 61 | 1. Choose **HTTP Trigger** as the template for your first function, use `HTTPTrigger` as the function name, and choose an authorization level of **Function**.
|
67 | 62 |
|
@@ -99,10 +94,9 @@ After you've verified that the function runs correctly on your local computer, i
|
99 | 94 |
|
100 | 95 | > [!NOTE]
|
101 | 96 | > Remember to remove any calls to `Wait-Debugger` before you publish your functions to Azure.
|
102 |
| -
|
103 |
| -> [!NOTE] |
104 |
| -> Creating a Function App in Azure will only prompt for Function App name. |
105 |
| -> Set azureFunctions.advancedCreation to true to be prompted for all other values. |
| 97 | +> |
| 98 | +> Creating a function app in Azure only prompts for your function app name. Other values are defined for you. |
| 99 | +> Set `azureFunctions.advancedCreation` to `true` to be prompted for all other values. |
106 | 100 |
|
107 | 101 | [!INCLUDE [functions-publish-project-vscode](../../includes/functions-publish-project-vscode.md)]
|
108 | 102 |
|
|
0 commit comments