You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can Microsoft confirm whether Azure Functions Flex Consumption support for PowerShell 7.6 is GA or Preview? In East US, the following command returns PowerShell 7.6 as the default runtime: az functionapp list-flexconsumption-runtimes --runtime powershell --location eastus The output shows: { "version": "7.6", "default": true } while PowerShell 7.4 is returned with: { "version": "7.4", "default": false } Could Microsoft confirm: Whether PowerShell 7.6 for Azure Functions Flex Consumption is GA or Preview? Whether an official announcement or Learn article exists? Whether this status applies globally or only in certain regions? #12012