Skip to content

v1.0.188 Release of PowerShell worker for Azure Functions

Compare
Choose a tag to compare
@AnatoliB AnatoliB released this 02 Oct 19:16
1997c6d

The major changes for this release are:

  • The blob size limit for PowerShell functions triggered by blob is determined by the Functions host now, which effectively raised the limit from 4 MB to 120 MB (fixed issue #346).
  • Introduced TraceContext parameter (see issue Azure/azure-functions-host#3747).
  • Improved system log messages.