Great tutorial! You’re showcasing the classic release method here, but the modern approach typically leverages deployment stages within Azure DevOps pipelines. Stages provide more granular control, allowing for smoother transitions across environments like Dev, QA, and Prod, while enabling approvals and conditions for a more flexible release process.
@learnsmartcodingАй бұрын
Thank you! I’ll definitely cover deployment stages in another video.
@sidduhedaginal25 күн бұрын
Great video...thanks for the knowledge
@learnsmartcoding16 күн бұрын
You're welcome! I'm glad you found it helpful.
@RawleysMusic20 күн бұрын
What do j do if i have a full stack angular n django
@learnsmartcoding13 күн бұрын
Hi, sorry for the delay. Are you asking how to deploy using ci cd using django?
@RawleysMusic13 күн бұрын
@learnsmartcoding like I have an application with angular frontend and Django backend. Azure Postgresql for database. How should I set this up