Upon updating code for a Static Website in GitHub, how longt till Microsoft Azure Receives the update?

Daniel Verkman 25 Reputation points
2024-09-19T18:01:34.83+00:00

Hi,

I just updated my code in GitHub, that supports my Azure hosted Static Web Application.

Is Azure notified that the code has changed, and the Website is automatically updated, or do I need to manually do something via the Portal to update the website to pickup the code changes? If so, what is the process?

Thanks!

Dan

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

1 answer

Sort by: Most helpful
  1. SnehaAgrawal-MSFT 22,706 Reputation points Moderator
    2024-10-07T08:52:11.6733333+00:00

    @Daniel Verkman The Azure Static Web Apps build configuration either uses GitHub Actions or Azure Pipelines. Each site has a YAML configuration file that controls how a site is built and deployed. With these settings, you can set up GitHub Actions or Azure Pipelines to run continuous integration/continuous delivery (CI/CD) for your static web app.

    Suggest you to review this detailed document- Build configuration for Azure Static Web Apps

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.