Azure static web apps custom workflow name?

Balmuri, Srikar (Virtual, TX) 20 Reputation points
2025-05-08T04:48:09.25+00:00

I have created a static web app I am handling the deployment through a custom yml file but in the azure portal it created a yml file. I want to point to the correct yml file in azure portal

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

Accepted answer
  1. Laxman Reddy Revuri 4,325 Reputation points Microsoft External Staff Moderator
    2025-05-08T05:59:30.07+00:00

    Hi @Balmuri, Srikar (Virtual, TX)
    When you deploy your app through Azure DevOps using a custom pipeline (like your blazor-wasm-build-pipeline.yml), Azure does not actually utilize the YAML file you’ve specified directly. Instead, it generates an autogenerated workflow file in the Azure Portal, which is meant to facilitate monitoring and logging of deployments. This autogenerated file is typically named something like azure-static-web-apps-jolly-water-01c53990f.yml, and it doesn't correspond directly to any file in your repository.

    This autogenerated YAML file is essentially just a representation of the deployment process as understood by Azure. It pulls together all the necessary deployment actions and details based on the settings configured in the Azure Portal and your Azure DevOps pipeline.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.