OS: All
Azure Resources extension: 20230219.1
Azure Functions Extension Version: v1.10.2
Regression: Previous Release
Repro Steps:
- Make sure resources group by Resource Group.
- Install the Azure Functions extension.
- Create an advanced function app.
- F1 -> Azure Functions: Stop -> Select subscription -> Select a resource group -> Select a function app.
- Check whether the "Stopping" label displays next to the function app.
Expect:
The "Stopping" label displays next to the function app.
Actual:
No "Stopping" label displays next to the function app.
More Info:
- This issue does not reproduce when the resources group by Resource Type/Location/ARM Tag.
- This issue also reproduces after executing "Restart/Start" command from command palette.
- This issue doesn't reproduce if change the resources to group by Resource Type -> Execute "Stop" command from command palette -> Change the resources to group by Resource Group -> Execute "Stop" command from command palette.
- If wait a minute, the "Stopped" label displays next to the function app after refreshing the function app.