Summary
Full Transcript
To learn more about Azure/.NET/Docker/Kubernetes/Microservices etc, please visit my site https://www.harshalkumarjain.com/ In this video: Let us learn how Multi-Stage Build works in .NET with a simple breakdown. We will also understand Build & Publish vs Run steps in .NET app Why SDK is used in build stage, but it is heavy image Why we use runtime image in production, since it is lighter image This concept is key for Docker optimization, smaller images, and faster deployments in Azure Then let us understand - multi-stage build steps from our docker-file Next: We will create a Dockerfile from scratch. #Multi-Stage Builds in ASP.NET Core application #dotnet #docker #azure #devops #backend #microservices --------------------------------------------------------------------------------------------------------------------------- Below is the link for all my playlists https://www.youtube.com/@HarshalkumarJain/playlists You can reach me on LinkedIn at: https://www.linkedin.com/in/harshalkumar-jain-63554715/ If you find this video useful - please like and subscribe to my channel If you have something exciting for me - please contact me at [email protected] Join My WhatsApp Group: chat.whatsapp.com/IFIPc34blDPDHnp3JeiJHL I really want to keep all tutorials 'free and accessible to all' It requires efforts to create quality content, so you may also buy me a coffee - if you find my tutorials/videos useful https://buymeacoffee.com/harshalkumar.jain --------------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------------------ Some of my playlists: Azure Functions Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2r_hvhw-c3Q6KsohNc8UeiT Azure Logic Apps Tutorial: https://www.youtube.com/playlist?list=PLU1w_BFZFd2p-ml-gnuMPpBtHt_VUeajq Azure API Management Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2oSHrHLdy0uhmqsYsUvgvby Azure IoT Hub Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2pmUmbp8Wr5evtO2SPloy6o Azure Cosmos DB Tutorial C# - https://www.youtube.com/playlist?list=PLU1w_BFZFd2rhMBlX7btQ628EgDqqWWIL 'Azure AD Authentication (OAuth 2.0) Tutorial From Scratch' - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qNjGLJYBAQR0vbjPe76K3m Azure Networking Tutorial - https://www.youtube.com/playlist?list=PLU1w_BFZFd2qKBBX-XXdLHeka4DrJXVjH ------------------------------------------------------------------------------------------------------
