Forum Discussion
sharmerika
Dec 13, 2025Tin Contributor
Azure Static Web App CI/CD
Hi everyone! I know this is a silly question, but I want to ask why, after connecting my Azure Static Web App to my GitHub and it would connect the Git Workflow, the commit would fail. Although, I ha...
- Jun 30, 2026
Hi, the GitHub workflow can fail even if the Static Web App resource was connected successfully. I would open the failed GitHub Actions run first and check whether it is failing during build, app location detection, API build, or deployment token use. If your backend and Azure AI resources are not ready yet, you can still deploy the frontend, but the workflow paths and build commands need to match the current repo structure.
sharmerika
Dec 15, 2025Tin Contributor
Hi Roger, thanks! I deployed my Static Web App before the other resources. I've already have my API/backend folder. And I will double-check the folder structure. Thank you again, I really appreciate it!