Publishing content to Azure Static Web Apps without using CI/CD

Dunce 41 Reputation points
2021-08-23T07:50:09.32+00:00

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

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
851 questions
{count} votes

Accepted answer
  1. Ryan Hill 27,111 Reputation points Microsoft Employee
    2021-08-25T15:29:53.197+00:00

    Hi @Dunce-2045,

    The team is evaluating other alternatives and some work is in progress; however, right now, GitHub and Azure DevOps are the only deployment providers currently supported. I can't provide a timetable for when additional provider support will be added.

    EDIT: 2022-02-02

    GitHub repos support an OOB experience. For other repositories such as Azure DevOps, BitBucket, you can leverage the deployment token for use in any deployment pipeline. The team is working to bring more of these integrated experiences into the fold but for now, below are some tutorial workarounds.


0 additional answers

Sort by: Most helpful