microsoft / vscode-azurestaticwebapps

Azure Static Web Apps extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps
MIT License
88 stars 35 forks source link

An error "Resource not found" shows in the opened webpage after executing "Open in Portal" for "Application Setting" node #680

Closed v-xinda closed 2 years ago

v-xinda commented 2 years ago

OS: All Azure Resource Extension Build Version: 20220426.4 (unified) Azure Static Web App Extension Build Version: 20220422.2 (unified) Regression: Not a regression

Repro Steps:

  1. Expand a static web app.
  2. Right click "Application Settings" node and execute "Open in Portal" action.
  3. Check whether the "Configuration" page is opened well or not.

Expect: The "Configuration" page is opened well. image

Actual: An error "Resource not found" shows in the opened page. image

More Info: This issue also reproduces when executing "Open in Portal" for "Functions" node.