Az.Functions

3.0.0

Microsoft Azure PowerShell - Azure Functions service cmdlets for Azure Resource Manager in Windows PowerShell and PowerShell Core.

For information on Azure Functions, please visit the following: https://docs.microsoft.com/azure/azure-functions/

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Az.Functions -RequiredVersion 3.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Az.Functions -Version 3.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

Azure ResourceManager ARM Functions

Functions

Get-AzFunctionApp Get-AzFunctionAppAvailableLocation Get-AzFunctionAppPlan Get-AzFunctionAppSetting New-AzFunctionApp New-AzFunctionAppPlan Remove-AzFunctionApp Remove-AzFunctionAppPlan Remove-AzFunctionAppSetting Restart-AzFunctionApp Start-AzFunctionApp Stop-AzFunctionApp Update-AzFunctionApp Update-AzFunctionAppPlan Update-AzFunctionAppSetting

PSEditions

Core Desktop

Dependencies

Release Notes

* Added support in function app creation for Python 3.9 and Node 14 function apps
* Removed support in function app creation for V2, Python 3.6, Node 8, and Node 10 function apps
* Updated IdentityID parameter from string to string array in Update-AzFunctionApp. This is to be consistent with New-AzFunctionApp which has the same parameter as a string array
* Updated FullyQualifiedErrorId for an invalid Functions version from FunctionsVersionIsInvalid to FunctionsVersionNotSupported
* When creating a Node.js function app, if no runtime version is specified, the default runtime version is set to 14 instead of 12

FileList

Version History

Version Downloads Last updated
4.0.7 8,930,532 11/14/2023
4.0.6 16,247,655 11/1/2022
4.0.5 1,052,045 10/12/2022
4.0.4 1,853,368 9/6/2022
4.0.3 5,633,356 5/24/2022
4.0.2 3,539,818 4/5/2022
4.0.1 1,897,238 1/4/2022
4.0.0 515,674 12/7/2021
3.1.1 2,074,429 11/2/2021
3.1.0 2,516,815 7/6/2021
3.0.0 (current version) 792,024 5/25/2021
2.0.0 13,105,140 10/27/2020
1.0.2 3,481,741 9/22/2020
1.0.1 3,139,911 6/23/2020
1.0.0 897,386 5/19/2020
0.0.3-preview 210 4/4/2020
0.0.2-preview 180 3/20/2020
0.0.1-preview 278 11/8/2019
Show less