Az.Functions

2.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 2.0.0

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

Install-PSResource -Name Az.Functions -Version 2.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

* [Breaking Change] Removed 'IncludeSlot' switch parameter from all but one parameter set of 'Get-AzFunctionApp'. The cmdlet now supports retrieving deployment slots in the results when '-IncludeSlot' is specified.
* Updated 'New-AzFunctionApp':
 - Fixed -DisableApplicationInsights so that no application insights project is created when this option is specified. [#12728]
 - [Breaking Change] Removed support to create PowerShell 6.2 function apps.
 - [Breaking Change] Changed the default runtime version in Functions version 3 on Windows for PowerShell function apps from 6.2 to 7.0 when the RuntimeVersion parameter is not specified.
 - [Breaking Change] Changed the default runtime version in Functions version 3 on Windows and Linux for Node function apps from 10 to 12 when the RuntimeVersion parameter is not specified.
 - [Breaking Change] Changed the default runtime version in Functions version 3 on Linux for Python function apps from 3.7 to 3.8 when the RuntimeVersion parameter is not specified.

FileList

Version History

Version Downloads Last updated
4.0.7 8,831,926 11/14/2023
4.0.6 16,234,156 11/1/2022
4.0.5 1,050,970 10/12/2022
4.0.4 1,852,509 9/6/2022
4.0.3 5,631,800 5/24/2022
4.0.2 3,533,488 4/5/2022
4.0.1 1,897,124 1/4/2022
4.0.0 515,656 12/7/2021
3.1.1 2,072,834 11/2/2021
3.1.0 2,516,395 7/6/2021
3.0.0 791,968 5/25/2021
2.0.0 (current version) 13,102,164 10/27/2020
1.0.2 3,479,805 9/22/2020
1.0.1 3,139,824 6/23/2020
1.0.0 897,058 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