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
In the Azure Functions context, the Azure PowerShell in-tool notification for version upgrade feature is less valuable and potentially dangerous, as it may negatively impact apps performance and reliability. In order to avoid that, the PS Worker should opt out of this feature by setting $env:AZUREPS_CHECK_FOR_UPGRADE to $false automatically, before giving control to customer code or loading any Az PS modules.
The text was updated successfully, but these errors were encountered:
In the Azure Functions context, the Azure PowerShell in-tool notification for version upgrade feature is less valuable and potentially dangerous, as it may negatively impact apps performance and reliability. In order to avoid that, the PS Worker should opt out of this feature by setting
$env:AZUREPS_CHECK_FOR_UPGRADE
to$false
automatically, before giving control to customer code or loading any Az PS modules.The text was updated successfully, but these errors were encountered: