Environment
VS Code: 1.127.0
Azure Functions Extension: 1.22.0
Azure Resources Extension: 0.12.7
OS: Windows
Runtime: Python 3.11.9
Azure Function Hosting Plan: Flex Consumption
Description
Same problem as described in a closed issue with a previous AF extension.
Deploying to any Function App from VS Code fails with the error:
Error: You are not signed in to an Azure account. Please sign in.
However, the previous workaround of downgrading the extension to v1.21.1 (or any other previous versions) doesn't work anymore, and produces the error:
(0 , P.isNullOrUndefined) is not a function
Current workaround:
Deploy via Azure Functions Core Tools (func azure functionapp publish).
Steps to reproduce:
Install Azure Functions extension v1.21.2
Open any Azure Functions project in VS Code
Right-click on the project → Deploy to Function App
Observe the error in the Azure Functions output channel
Environment
VS Code: 1.127.0
Azure Functions Extension: 1.22.0
Azure Resources Extension: 0.12.7
OS: Windows
Runtime: Python 3.11.9
Azure Function Hosting Plan: Flex Consumption
Description
Same problem as described in a closed issue with a previous AF extension.
Deploying to any Function App from VS Code fails with the error:
Error: You are not signed in to an Azure account. Please sign in.
However, the previous workaround of downgrading the extension to v1.21.1 (or any other previous versions) doesn't work anymore, and produces the error:
(0 , P.isNullOrUndefined) is not a function
Current workaround:
Deploy via Azure Functions Core Tools (func azure functionapp publish).
Steps to reproduce:
Install Azure Functions extension v1.21.2
Open any Azure Functions project in VS Code
Right-click on the project → Deploy to Function App
Observe the error in the Azure Functions output channel