In Azure I have several Static Web Apps (SWA), they are working and I can access them in Azure Portal via browser. I want to update one of the apps and tried the VS Code with Azure Static Web Apps extension, latest version 0.13.2. I don't use GitHub, all my web apps files are stored locally.
In VS Code I got error "Could not resolve resource" and full path to the SWA for all my static web apps, when I try to expand their nodes in the VS Code left resources tree . All other resources like Function Apps or Storage Accounts are accessible from VS Code, but not SWAs.
"az staticwebapp list" on local computer shows all information about all SWAs, so, it is not a login problem.
Please help to get access to my SWAs from VS Code.
In Azure I have several Static Web Apps (SWA), they are working and I can access them in Azure Portal via browser. I want to update one of the apps and tried the VS Code with Azure Static Web Apps extension, latest version 0.13.2. I don't use GitHub, all my web apps files are stored locally.
In VS Code I got error "Could not resolve resource" and full path to the SWA for all my static web apps, when I try to expand their nodes in the VS Code left resources tree . All other resources like Function Apps or Storage Accounts are accessible from VS Code, but not SWAs.
"az staticwebapp list" on local computer shows all information about all SWAs, so, it is not a login problem.
Please help to get access to my SWAs from VS Code.