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

Upgrade appservice SDK for Flex Consumption support #4200

Closed nturinski closed 3 days ago

nturinski commented 1 week ago

Swapped out my generated requests to use the SDK for flex consumption creation. Note that some things, such as runtimes and locations still use generic requests, but that's due to the fact those are not part of the appservice sdk.

Also fixed a perf bug that caused loading to take forever, especially if we had an error retrieving a function app.

Note that this will fix the error that Ramya was encountering with loading her function apps though the ones that were failing will still continue to error. I verified that those apps don't show up at all in the portal, so those resources must be in a weird state.

nturinski commented 1 week ago

![Uploading functions_loading.gif…]()

alexweininger commented 6 days ago

What was this

image
nturinski commented 4 days ago

What was this image

Oh, it was a gif showing the Functions loading faster and also Ramya's error being resolved. functions_loading