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

There are no "Start Streaming Logs" and "Stop Streaming Logs" actions for a function app with Flex Consumption (Preview) hosting plan #4087

Closed v-ruizh closed 5 months ago

v-ruizh commented 5 months ago

OS: All Build Version: v1.14.2-alpha.0 Regression: Not a Regression

Repro Steps:

  1. Create a function app with Flex Consumption (Preview) hosting plan and East Asia location.
  2. Right click the above function app to open its context menu.
  3. Check whether there are "Start Streaming Logs" and "Stop Streaming Logs" actions.

Expect: There are "Start Streaming Logs" and "Stop Streaming Logs" actions.

Actual: There are no "Start Streaming Logs" and "Stop Streaming Logs" actions. image

More Info: There are "Start Streaming Logs" and "Stop Streaming Logs" actions in function context menu after deploying a function project to a function app with Flex Consumption (Preview) hosting plan. image