Skip to main content
IN PREVIEW

PowerShell support in Azure Functions

Published date: April 29, 2019

Preview support of PowerShell in Azure Functions, including native support for PowerShell Core 6 as well as the Azure Az modules.

This release also enables the automatic management of Azure modules within the Azure Functions service, so you don’t need to include them when writing functions or worry about updating them for critical and security updates.

You can also perform automatic tasks, such as authenticating against Azure resources using managed identity or loading additional commands, by automatically running a profile.ps1 script on the function app startup.

See blog for more details

  • Azure Functions
  • Features
  • Services

Related Products