An Azure service that provides streamlined full-stack web app development.
Thank you for the update. The file azure-static-web-apps-ambitious-flower-081b7c70f.yml is a GitHub Actions workflow file located in .github/workflows/, and it can’t be edited directly from the Azure Static Web App resource in the portal. According to Microsoft, GitHub Actions uses files named azure-static-web-apps-<RANDOM_NAME>.yml, while Azure DevOps uses an Azure Pipelines YAML file, typically named azure-pipelines.yml.
- If you’re deploying with Azure DevOps, update your pipeline YAML (the one with AzureStaticWebApp@0) and adjust the app_location, api_location, and output_location as necessary. Task
- If you’re using GitHub Actions, edit the workflow file directly in your repository under .github/workflows/.
Reference :
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you