microsoft / vscode-azurefunctions

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

Fix containerized function app refresh on create #4034

Closed motm32 closed 5 months ago

motm32 commented 5 months ago

I noticed when creating and new containerized function app often the app would not show in the tree right after creation. It seems like the service has a bit of delay between when it is created and when we get it. Pinging the hostname and then refreshing seems to fix this issue.

motm32 commented 5 months ago

This works? 😮

It does on my machine 🤷‍♀️