Mid
From PDF
DevOps
Azure DevOps
Reference the artifact (.zip) from your build pipeline. Example scenario: A .NET Core app gets built, zipped, and deployed automatically to the Staging slot of an Azure Web App after successful testing. 5⃣ How do you manage configuration transformations (e.g., web.config or appsettings.json)? Follow:
Short answer: You can use XML or JSON transformation tasks in your release pipeline to adjust settings per environment. Example (Classic): Add a File Transform or Replace Tokens task.
Real-world example (ShopNest)
ShopNest’s YAML pipeline builds on every PR, runs unit tests, then deploys to a staging slot on main-branch merges.
Say this in the interview
- Define — one clear sentence (the short answer above).
- Example — relate it to a project like ShopNest or your real work.
- Trade-off — when you would not use it.
Share this Q&A
Share preview image: https://www.toolliyo.com/images/toolliyo-logo.png