I would really like to use the static web app feature for a Blazor web Assembly app - alongside a paid subscription for a normal Web App, to host an API. It's a case of being able to use both on Azure, or host both together elsewhere.
I'm really struggling however to get content to the static web app. I don't want to use CI/CD to push content from GitHub or DevOps. I just want to be able to publish from Visual Studio (or even upload via FTP). Please can someone tell me how can I publish content to a static web app, without using CI/CD? Thank you