diff --git a/docs/architecture/containerized-lifecycle/key-takeaways/index.md b/docs/architecture/containerized-lifecycle/key-takeaways/index.md index 1c684a0426643..59252f0dca806 100644 --- a/docs/architecture/containerized-lifecycle/key-takeaways/index.md +++ b/docs/architecture/containerized-lifecycle/key-takeaways/index.md @@ -1,21 +1,21 @@ --- title: Key takeaways description: Review the key takeaways for the guide. -ms.date: 02/15/2019 +ms.date: 04/20/2020 --- + # Key takeaways - Container-based solutions provide important cost-saving benefits because containers solve deployment problems caused by dependency failures in production environments, thereby improving DevOps and production operations significantly. -- Docker is becoming the de facto standard in the container industry and is supported by the most significant vendors in the Linux and Windows ecosystems, including Microsoft. In the future, Docker will be ubiquitous in any datacenter in the cloud or on-premises. +- Docker has become the de facto standard in the container industry and is supported by the most significant vendors in the Linux and Windows ecosystems, including Microsoft. In the future, Docker will be ubiquitous in any datacenter in the cloud or on-premises. - A Docker container is becoming the standard unit of deployment for any server-based application or service. - Docker orchestrators like the ones provided in Azure Kubernetes Service (AKS) and Azure Service Fabric are fundamental and indispensable for any microservices-based or multi-container applications that have significant complexity and scalability needs. -- An end-to-end DevOps environment that supports Continuous Integration/Continuous Deployment and connects to the production Docker environments can provide agility and ultimately improve the time to market of your applications. +- An end-to-end DevOps environment that supports Continuous Integration/Continuous Deployment (CI/CD) and connects to the production Docker environments can provide agility and ultimately improve the time to market of your applications. - Azure DevOps Services greatly simplifies your DevOps environment by deploying to Docker environments from your CI/CD pipelines. This statement applies to simple Docker environments as well as to advanced microservice and container orchestrators based on Azure. ->[!div class="step-by-step"] ->[Previous](../run-manage-monitor-docker-environments/monitor-containerized-application-services.md) +> [!div class="step-by-step"][previous](../run-manage-monitor-docker-environments/monitor-containerized-application-services.md)