diff --git a/blogs/series-5-devops-data/5.7-azure-deploy-angular-swa.md b/blogs/series-5-devops-data/5.7-azure-deploy-angular-swa.md index 238f38e..fdf8317 100644 --- a/blogs/series-5-devops-data/5.7-azure-deploy-angular-swa.md +++ b/blogs/series-5-devops-data/5.7-azure-deploy-angular-swa.md @@ -6,7 +6,7 @@ Angular applications compiled for production are static files: HTML, JavaScript This article writes the GitHub Actions workflow that installs, injects environment values, builds, and deploys the Angular application to Azure Static Web Apps — and explains the `staticwebapp.config.json` file that makes client-side routing work correctly after deployment. -![Deploy Angular to Azure Static Web Apps](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/webapi/swagger-api-endpoints.png) +![Deploy Angular to Azure Static Web Apps](https://raw.githubusercontent.com/workcontrolgit/AngularNetTutorial/master/docs/images/angular/application-dashboard-anonymous.png) 📖 **Tutorial Repository:** [AngularNetTutorial on GitHub](https://github.com/workcontrolgit/AngularNetTutorial)