Skip to content

Commit 2ace7ca

Browse files
(AzureCXP) remove preview note
1 parent 6e83b67 commit 2ace7ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-functions/functions-reference-powershell.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ ms.author: glenga
1616

1717
This article provides details about how you write Azure Functions using PowerShell.
1818

19-
[!INCLUDE [functions-powershell-preview-note](../../includes/functions-powershell-preview-note.md)]
20-
2119
A PowerShell Azure function (function) is represented as a PowerShell script that executes when triggered. Each function script has a related `function.json` file that defines how the function behaves, such as how it's triggered and its input and output parameters. To learn more, see the [Triggers and binding article](functions-triggers-bindings.md).
2220

2321
Like other kinds of functions, PowerShell script functions take in parameters that match the names of all the input bindings defined in the `function.json` file. A `TriggerMetadata` parameter is also passed that contains additional information on the trigger that started the function.

0 commit comments

Comments
 (0)