Portal "View workflow" link points to stale GitHub Actions filename after migrating from GitHub to Azure DevOps
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
After migrating a Static Web App from GitHub to Azure DevOps as the source provider, the Azure Portal still shows a "View workflow" link that points to the old GitHub Actions workflow filename (azure-static-web-apps-XXXX-XXXXX-XXXXX.yml). Clicking it redirects to the Azure DevOps repository where that file has never existed.
**To Reproduce**
Create a Static Web App connected to a GitHub repository — portal auto-generates a GitHub Actions workflow file (e.g. azure-static-web-apps-.yml)
Migrate the SWA to use Azure DevOps as the source provider
Open the SWA resource in the Azure Portal
Observe the "View workflow" link — it still references the old GitHub Actions filename
Click the link — it redirects to the Azure DevOps repository where the file does not exist
Expected behavior
After switching provider to DevOps, the portal should either link to azure-pipelines.yml (the actual pipeline file) or not show the "View workflow" link at all.
**Screenshots**
N/A
**Device info (if applicable)**
N/A
**Additional context**
SWA provider: DevOps
Repository: Azure DevOps
SKU: Standard
Region: West Europe
The workflow file azure-static-web-apps-XXXXX-XXXX-XXXXX.yml was the auto-generated GitHub Actions file from the original GitHub integration — it was never added to the DevOps repo
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.