{"id":2185,"date":"2018-09-25T00:00:00","date_gmt":"2018-09-25T07:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud"},"modified":"2023-07-28T14:05:02","modified_gmt":"2023-07-28T21:05:02","slug":"azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/","title":{"rendered":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud"},"content":{"rendered":"<p>As <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source\/\" target=\"_blank\" rel=\"noopener\">previously announced<\/a>, Azure Pipelines is the <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/learn\/what-is-continuous-delivery\" target=\"_blank\" rel=\"noopener\">Continuous Integration and Continuous Delivery<\/a> (CI\/CD) solution for any language, application, or platform. Azure Pipelines has evolved in last couple of years as we are seeing customers use this service for both enhanced CI\/CD functionality, and as a dedicated CI\/CD service to use in their DevOps toolchains.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Simple Pipeline to build and deploy\" height=\"414\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\" title=\"Simple pipeline\" width=\"632\"><\/p>\n<p align=\"center\"><em>Simple Pipeline<\/em><\/p>\n<h2>Any language, any platform, any cloud<\/h2>\n<p>Azure Pipelines\u2019 key value proposition is to build, test any language, and deploy to any platform or any cloud.<\/p>\n<p>Using Azure Pipelines you can build and test any language including Go, Node.js, Python, Java, PHP, Ruby, C\/C++, .NET, Android, and iOS apps. Azure Pipelines <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/agents\/agents?view=vsts\" target=\"_blank\" rel=\"noopener\">supports hosted agents for Windows, Mac, and Linux apps<\/a> without you worrying about the infrastructure for building and testing applications. You can configure CI whether your application code is stored in Azure Repos, GitHub, GitLab, or Bitbucket.<\/p>\n<p>Once the application is built, you can use Azure Pipelines to target any platform including Linux\/Windows VMs, Kubernetes, Azure PaaS Services. You can also target any cloud, such as AWS or GCP.\u00a0<\/p>\n<h2>Kubernetes deployments<\/h2>\n<p>Azure Pipelines can be used to easily setup a reliable continuous delivery service for deploying your containerized apps to any Kubernetes cluster, running in any cloud.<\/p>\n<p>The built-in Docker support helps you use Azure Pipelines to build and push your Docker images to Azure Container Registry without needing to set up an infrastructure of your own. However, the support is not limited to just Azure. Azure Pipelines can also be used with any container registry like Docker Hub. You can build either Windows or Linux container images.<\/p>\n<p>Once the container image is available in the registry, Azure Pipelines supports deploying apps to an Azure Kubernetes service cluster by using Helm or Kubernetes spec files. These files can be stored as code, using Git as the source of truth for versioning environment configurations as well as applications.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"Kubernetes deployment configuration image\" height=\"467\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/9827847d-af0f-472a-8523-0601d2314b80.webp\" title=\"Kubernetes deployment configuration\" width=\"582\"><\/p>\n<p align=\"center\"><em>Kubernetes deployment configuration<\/em><\/p>\n<h2>VM deployments<\/h2>\n<p>Azure Pipelines provides multiple ways of deploying to a VM using Deployment Groups or using traditional on-premises VM managers like SCVMM or VMWare.<\/p>\n<p>A <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/release\/deployment-groups\/?view=vsts\" target=\"_blank\" rel=\"noopener\">deployment group<\/a> is a logical set of deployment target machines that have agents installed on each one. Deployment groups represent the physical environments &#8211; for example, &#8220;Dev&#8221;, &#8220;Test&#8221;, &#8220;UAT&#8221;, and &#8220;Production&#8221;. In Azure Pipelines, you can configure a job with a set of steps or scripts to target one or more deployment groups to perform an application update, database update, or even a configuration change.<\/p>\n<h3>Rolling updates<\/h3>\n<p>Deployment group supports deployment strategies like rolling update behind load balancer. Deployment group can be used to target <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/apps\/cd\/deploy-webdeploy-iis-deploygroups?view=vsts\" target=\"_blank\" rel=\"noopener\">Windows VM<\/a> or <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/apps\/cd\/deploy-linuxvm-deploygroups?view=vsts\" target=\"_blank\" rel=\"noopener\">Linux VM<\/a> running in any cloud, or a VM running inside an enterprise boundary. You can see in the below image how we are updating VM images 20 percent at a time using the Rolling update strategy.<\/p>\n<p>\n<img loading=\"lazy\" decoding=\"async\" alt=\"VMs rolling update image\" height=\"528\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/941bac95-a6e3-4bf6-9ff2-758ba5c0adff.webp\" title=\"VMs rolling update\" width=\"1433\"><\/p>\n<p align=\"center\">VMs rolling update<\/p>\n<h2>On-premises deployment<\/h2>\n<p>For traditional on-premises deployment, you can deploy directly to the VMs or you can use any VM manager solution like SCVMM or VMWare to provision, deploy, or manage the environments. The <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-vscs-rm.scvmmapp\" target=\"_blank\" rel=\"noopener\">SCVMM extension for Azure Pipelines<\/a> helps you provision, manage, and deploy to your on-premises infrastructure. You can dynamically provision new virtual machines in System Center Virtual Machine Manager (SCVMM) and deploy to those virtual machines using Azure Pipelines.\u00a0<\/p>\n<h2>Multi-Cloud Deployments<\/h2>\n<p>Multi-cloud is becoming critical. Azure Pipelines can deploy to Azure, AWS, and GCP, and via our extensible tasks, to other clouds as well. Most of Azure deployment tasks are built-in and available default in the product, you can use them to deploy to <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/targets\/webapp?view=vsts&#038;tabs=yaml\" target=\"_blank\" rel=\"noopener\">Azure Web Application<\/a>, <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/targets\/webapp?view=vsts&#038;tabs=yaml\" target=\"_blank\" rel=\"noopener\">Azure Web App for Containers<\/a> or <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/targets\/azure-sqldb?view=vsts&#038;tabs=yaml\" target=\"_blank\" rel=\"noopener\">Azure SQL Database<\/a>. Azure Pipelines has an <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=AmazonWebServices.aws-vsts-tools\" target=\"_blank\" rel=\"noopener\">AWS extension<\/a> available to deploy to any AWS service \u2013 AWS Elastic Beanstalk, AWS EC2 with CodeDeploy and AWS CloudFormation stacks.<\/p>\n<h2>Progressive delivery<\/h2>\n<p>In Azure Pipelines you can use stages, gates, and approvals to control the blast radius of the deployment with standard patterns for progressive exposure.<\/p>\n<ul>\n<li>Azure Pipelines help you model simple to complex <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/release\/environments?view=vsts\" target=\"_blank\" rel=\"noopener\">multi-stage orchestration<\/a> workflows based on your application and customer delivery requirements. You can deploy to Dev\/QA environments on a continuous basis to make sure you are hitting the right quality before taking them to the production\/customer environment.<\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/release\/approvals\/?view=vsts\" target=\"_blank\" rel=\"noopener\">Approvals and Release gates<\/a> give you additional control over the start and completion of the deployment pipeline to model all quality gates needed for your automated deployments.<\/li>\n<li>Using Azure Pipelines, you get full traceability from deployment, build, commit, and work item so you know what features\/bugs are getting deployed at each stage. You can use this to easily create release notes for your product.<\/li>\n<li>Azure Pipelines can even deploy from other CI systems, like Jenkins. Azure Pipelines also integrates well with other version control and issue tracking systems to get the same end to end functionalities including traceability, branch conditions, and triggers.<\/li>\n<\/ul>\n<h2>Free for Open Source Projects<\/h2>\n<p>Finally Azure Pipelines provides a great offer for <a href=\"https:\/\/azure.microsoft.com\/en-us\/pricing\/details\/devops\/azure-pipelines\/\" target=\"_blank\" rel=\"noopener\">Open Source Projects by providing unlimited build minutes and 10 free<\/a> parallel jobs, and integrates well with Github repos. Using the <a href=\"https:\/\/github.com\/marketplace\/azure-pipelines\" target=\"_blank\" rel=\"noopener\">Azure Pipeline app on Github Marketplace<\/a>, you can easily create and setup a CI\/CD pipeline for any Github repo.<\/p>\n<p>Please try out <a href=\"https:\/\/azure.com\/pipelines\" target=\"_blank\" rel=\"noopener\">Azure Pipelines<\/a> and share your feedback using <a href=\"https:\/\/twitter.com\/azuredevops\" target=\"_blank\" rel=\"noopener\">@AzureDevOps<\/a>, <a href=\"https:\/\/developercommunity.visualstudio.com\/spaces\/21\/index.html\" target=\"_blank\" rel=\"noopener\">Developer Community<\/a>, or comment on this post.<\/p>\n<p>To learn more about Azure Pipelines, see our <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/devops\/pipelines\/index?view=vsts\" target=\"_blank\" rel=\"noopener\">documentation<\/a> for tutorials, concepts, and other learning materials.<\/p>\n<p>\u00a0<\/p>\n<p>Gopinath Chigakkagari<\/p>\n<p><a href=\"https:\/\/www.twitter.com\/gopinach\" target=\"_blank\" rel=\"noopener\">@gopinach<\/a><\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1456],"tags":[],"audience":[3055,3056],"content-type":[1511],"product":[],"tech-community":[],"topic":[],"coauthors":[97],"class_list":["post-2185","post","type-post","status-publish","format-standard","hentry","category-devops","audience-developers","audience-it-implementors","content-type-best-practices"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2018-09-25T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-28T21:05:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\" \/>\n<meta name=\"author\" content=\"Microsoft Azure\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Microsoft Azure\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/\",\"@type\":\"Person\",\"@name\":\"Microsoft Azure\"}],\"headline\":\"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud\",\"datePublished\":\"2018-09-25T07:00:00+00:00\",\"dateModified\":\"2023-07-28T21:05:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\"},\"wordCount\":907,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\",\"articleSection\":[\"DevOps\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\",\"name\":\"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\",\"datePublished\":\"2018-09-25T07:00:00+00:00\",\"dateModified\":\"2023-07-28T21:05:02+00:00\",\"description\":\"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DevOps\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/devops\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog","description":"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog","og_description":"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2018-09-25T07:00:00+00:00","article_modified_time":"2023-07-28T21:05:02+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp","type":"","width":"","height":""}],"author":"Microsoft Azure","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Microsoft Azure","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/microsoft-azure\/","@type":"Person","@name":"Microsoft Azure"}],"headline":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud","datePublished":"2018-09-25T07:00:00+00:00","dateModified":"2023-07-28T21:05:02+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/"},"wordCount":907,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp","articleSection":["DevOps"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/","name":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp","datePublished":"2018-09-25T07:00:00+00:00","dateModified":"2023-07-28T21:05:02+00:00","description":"As previously announced, Azure Pipelines is the Continuous Integration and Continuous Delivery (CI\/CD) solution for any language, application, or platform.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2018\/09\/3f32a821-a84b-41ce-81d9-1b334164fc5e.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-pipelines-is-the-ci-cd-solution-for-any-language-any-platform-any-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"DevOps","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/devops\/"},{"@type":"ListItem","position":3,"name":"Azure Pipelines is the CI\/CD solution for any language, any platform, any cloud"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2185","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=2185"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/2185\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=2185"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=2185"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=2185"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=2185"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=2185"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=2185"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=2185"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=2185"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=2185"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}