• Complain

Chaminda Chandrasekara - Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps

Here you can read online Chaminda Chandrasekara - Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2020, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Chaminda Chandrasekara Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps
  • Book:
    Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2020
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Build, package, and deploy software projects, developed with any language targeting any platform, using Azure pipelines.

The book starts with an overview of CI/CD and the need for software delivery automation. It further delves into the basic concepts of Azure pipelines followed by a hands-on guide to setting up agents on all platforms enabling software development in any language. Moving forward, you will learn to set up a pipeline using the classic Visual Editor using PowerShell scripts, a REST API, building edit history, retention, and much more. Youll work with artifact feeds to store deployment packages and consume them in a build. As part of the discussion youll see the implementation and usage of YAML (Yet Another Markup Language) build pipelines. You will then create Azure release pipelines in DevOps and develop extensions for Azure pipelines. Finally, you will learn various strategies and patterns for developing pipelines and go through some sample lessons on building and deploying pipelines.

After reading Hands-on Azure Pipelines, you will be able to combine CI and CD to constantly and consistently test and build your code and ship it to any target.

What You Will Learn

  • Work with Azure build-and-release pipelines
  • Extend the capabilities and features of Azure pipelines
  • Understand build, package, and deployment strategies, and versioning and patterns with Azure pipelines
  • Create infrastructure and deployment that targets commonly used Azure platform services
  • Build and deploy mobile applications
  • Use quick-start Azure DevOps projects

Who This BookIsFor

Software developers and test automation engineers who are involved in the software delivery process.

Chaminda Chandrasekara: author's other books


Who wrote Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps? Find out the surname, the name of the author of the book and a list of all author's works by series.

Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Chaminda Chandrasekara and Pushpa Herath Hands-on Azure Pipelines - photo 1
Chaminda Chandrasekara and Pushpa Herath
Hands-on Azure Pipelines
Understanding Continuous Integration and Deployment in Azure DevOps
1st ed.
Chaminda Chandrasekara Dedigamuwa Sri Lanka Pushpa Herath Hanguranketha Sri - photo 2
Chaminda Chandrasekara
Dedigamuwa, Sri Lanka
Pushpa Herath
Hanguranketha, Sri Lanka

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-5901-6 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-5901-6 e-ISBN 978-1-4842-5902-3
https://doi.org/10.1007/978-1-4842-5902-3
Chaminda Chandrasekara and Pushpa Herath 2020
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
The use of general descriptive names, registered names, trademarks, service marks, etc. in this publication does not imply, even in the absence of a specific statement, that such names are exempt from the relevant protective laws and regulations and therefore free for general use.
The publisher, the authors and the editors are safe to assume that the advice and information in this book are believed to be true and accurate at the date of publication. Neither the publisher nor the authors or the editors give a warranty, express or implied, with respect to the material contained herein or for any errors or omissions that may have been made. The publisher remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

Let this book be a daily reference guide for all the teams who use Azure Pipelines.

Introduction

Demand for automation in the software delivery process has gone from an optional standpoint to a mandatory, essential, and integral requirement. To keep up with Agility in software development teams, there needs to be rapid and consistent software deployment methodology for development and operations teams to work together to ensure successful and fail-safe delivery of a software product to each target environment. It is essential to even provision infrastructure with automated code before deploying a software on a new environment to guarantee that all the required dependencies are set up before deploying software applications.

Azure Pipelines, which is the Continuous Integration and Deployment (CI/CD) tool in Azure DevOps, supports building, packaging, and deployment of software projects, developed with any language targeting any platform. It comes with a rich feature set that can be extended with various extensions, developed by Microsoft as well as third-party vendors and also community experts. If one cannot find an extension to do the job with Azure Pipelines, he or she can extend Azure Pipeline capabilities easily, due to its extensibility as well as readily available samples and templates for implementing such extensions.

Hands-on Azure Pipelines will take you through a journey with concepts of CI/CD and Azure Pipeline features and capabilities, while giving you a complete explanation of using each feature to implement the automation of your software project delivery using a consistent and robust approach. The book will highlight the capabilities in Azure Pipelines to build software developed in any platform and language, using Microsoft-hosted Windows, Linux, and MacOS agents, as well as giving you guidance on how to set up your own build environments with all three platforms. You will find hands-on guidance lessons to understand how almost each and every feature works in Azure Pipelines, including the latest YAML-based configuration and pipeline as code examples.

In addition to the exploration of existing features, the book will take you through the steps of extending Azure Pipelines, with additional tasks from the marketplace as well as implementing your own feature extensions, utilizing the Azure DevOps REST API . Hands-on Azure Pipelines will provide you with recommended build and release patterns to implement with Azure Pipelines and give you guidance on setting up artifacts and versioning for your release packages.

Acknowledgments

We are thankful for all the mentors who have encouraged and helped us during our careers and who have provided us with so many opportunities to gain the maturity and the courage we needed to write this book.

We would also like to thank our friends and colleagues who have helped and encouraged us in so many ways.

Last, but in no way least, we owe a huge debt to our families. Not only because they have put up with late-night typing, research, and our permanent air of distraction, but also because they have had the grace to read what we have written. Our heartfelt gratitude is offered to them for helping us make this dream come true.

Table of Contents
About the Authors
Chaminda Chandrasekara
is a Microsoft Most Valuable Professional MVP for Visual Studio ALM and Scrum - photo 3

is a Microsoft Most Valuable Professional (MVP) for Visual Studio ALM and Scrum Alliance Certified ScrumMaster, and he focuses on and believes in continuous improvement of the software development life cycle. He works as a senior engineer DevOps at Xamariners, Singapore. Chaminda is an active Microsoft Community Contributor (MCC) who is well recognized for his contributions in Microsoft forums, TechNet galleries, wikis, and Stack Overflow; and he contributes extensions to Azure DevOps Server and Services (former VSTS/TFS) in the Microsoft Visual Studio Marketplace. He also contributes to other open source projects in GitHub. Chaminda has published five books with Apress.

Pushpa Herath
is a DevOps engineer at Xamariners She has many years of experience in Azure - photo 4

is a DevOps engineer at Xamariners. She has many years of experience in Azure DevOps Server and Services (formerly VSTS/TFS), Azure Cloud Platform, and QA Automation. She is an expert in DevOps currently leading the DevOps community in Sri Lanka, and she has shown in-depth knowledge in Azure Cloud Platform tools in her community activities. Pushpa has published three books with Apress and spoken at community events as well as in the YouTube channel of her Sri Lanka DevOps community.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps»

Look at similar books to Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps»

Discussion, reviews of the book Hands-on Azure Pipelines: Understanding Continuous Integration and Deployment in Azure DevOps and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.