microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
289 stars 131 forks source link

Deploy to Azure (Function App) fails for a function containerized project #4160

Closed raorugan closed 1 month ago

raorugan commented 1 month ago

Currently Deploy to Azure operation takes in user sub details and target function app name and just hangs. It does not throw any error or anything . this is not a good experience for end customers as it does not provide any guidance /message on next set of actions user is expected to take. It just hangs in there.

motm32 commented 1 month ago

This command is not supported for containerized function apps. We need to make sure to filter out containerized function apps when users are asked to pick a function app to deploy to.

motm32 commented 2 weeks ago

We have decided to just change the error message to say that deploying to containerized function apps is not supported. This also includes a learn more link to how users can deploy. Please refer to https://github.com/microsoft/vscode-azurefunctions/pull/4182 for more info.