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.