万本电子书0元读

万本电子书0元读

顶部广告

Azure DevOps Server 2019 Cookbook电子书

售       价:¥

12人正在读 | 0人评论 6.2

作       者:Tarun Arora

出  版  社:Packt Publishing

出版时间:2019-05-03

字       数:35.3万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
Over 70 recipes to effectively apply DevOps best practices and implement Agile, Git, CI-CD & Test automation using Azure DevOps Server (TFS) 2019 Key Features * Learn improving code quality using pull requests, branch policies, githooks and git branching design * Accelerate the deployment of high quality software by automating build and releases using CI-CD Pipelines. * Learn tried and tested techniques to automate database deployments, App Service & Function Deployments in Azure. Book Description Azure DevOps Server, previously known as Team Foundation Server (TFS), is a comprehensive on-premise DevOps toolset with a rich ecosystem of open source plugins. This book is your one stop guide to learn how to effectively use all of these Azure DevOps services to go from zero to DevOps. You will start by building high-quality scalable software targeting .NET, .NET core or Node.js applications. You will learn techniques that will help you to set up end-to-end traceability of your code changes from design through to release. Whether you are deploying software on-premise or in the cloud in App Service, Functions, or Azure VMs, this book will help you learn release management techniques to reduce release failures. Next, you will be able to secure application configuration by using Azure KeyVault. You will also learn how to create and release extensions to the Azure DevOps marketplace and reach million developer ecosystem for feedback. The working extension samples will allow you to iterate changes in your extensions easily and release updates to the marketplace quickly. By the end of this book, techniques provided in the book will help you break down the invisible silos between your software development teams. This will transform you from being a good software development team to an elite modern cross functional software development team. What you will learn * Set up a team project for an Agile delivery team, importing requirements from Excel * Plan,track, and monitor progress using self updating boards, Sprint and Kanban boards * Unlock the features of Git by using branch policies, Git pull requests, forks, and Git hooks * Build and release .NET core, SQL and Node.js applications using Azure Pipeline * Automate testing by integrating Microsoft and open source testing frameworks * Extend Azure DevOps Server to a million developer ecosystem Who this book is for This book is for anyone looking to succeed with DevOps. The techniques in this book apply to all roles of the software development lifecycle including developers, testers, architects, configuration analysts, site reliability engineers and release managers. If you are a new user you’ll learn how to get started; if you are an experienced user you’ll learn how to launch your project into a modern and mature DevOps enabled software development team.
目录展开

About Packt

Why subscribe?

Packt.com

Contributors

About the authors

About the reviewer

Packt is searching for authors like you

Preface

Who this book is for

What this book covers

To get the most out of this book

Download the example code files

Conventions used

Sections

Getting ready

How to do it…

How it works…

There's more…

See also

Get in touch

Reviews

Planning and Tracking Work

Creating a team project for an Agile team

Getting ready

How to do it...

How it works...

There's more...

Importing requirements from Excel

Getting ready

How to do it...

How it works...

There's more...

Getting social with work items

Getting ready

How to do it...

How it works...

There's more...

Portfolio backlog hierarchies and decomposing work

Getting ready

How to do it...

How it works...

There's more...

Configuring and customizing backlog boards

Getting ready

How to do it...

How it works...

There's more...

Preparing and planning a sprint

Getting ready

How to do it...

How it works...

There's more...

Visualizing progress in a sprint

Getting ready

How to do it...

How it works...

There's more...

Delivery plans to track multiple teams

Getting ready

How to do it...

How it works...

There's more...

Dashboards for planning and tracking work

Getting ready

How to do it...

How it works...

There's more...

Source Control Management

Migrating from TFVC to Git with code history

Getting ready

How to do it...

How it works...

There's more...

Accessing Azure DevOps Git repositories using SSH

Getting ready

How to do it...

How it works...

There's more...

Importing a Git repository from GitHub into Azure DevOps Server

Getting ready

How to do it...

How it works...

There's more...

Basic Git operations using Visual Studio Code

Getting ready

How to do it...

How it works...

There's more...

Pull request for code review using branch policies

Getting ready

How to do it...

How it works...

There's more...

Using Git hooks with Azure DevOps Server

Getting ready

How to do it...

How it works...

There's more...

See also

Managing and storing large files in git

Getting ready

How to do it...

How it works...

See also

Git branching model for continuous delivery

Getting ready

How to do it...

How it works...

Configuring code search as a search engine

Getting ready

How to do it...

How it works...

There's more...

Using Git forks and sync changes with upstream PR

Getting ready

How to do it...

How it works...

Build and Release Agents

Unattended configuration of build agents using PowerShell

Getting ready

How to do it...

How it works...

Downloading agents using the GitHub release API

Getting ready

How to do it...

How it works...

Configuring deployment groups

Getting ready

How to do it...

How it works...

Configuring the agent to use a proxy

Getting ready

How to do it...

How it works...

Analyzing build usage data

Getting ready

How to do it...

How it works...

See also

Automating agent pool maintenance

Getting ready

How to do it...

How it works…

There's more...

Configuring build and release retention policies

Getting ready

How to do it...

How it works...

Agent capabilities and build demands for special builds

Getting ready

How to do it...

How it works...

Managing agent permissions using role-based access

Getting ready

How to do it...

How it works...

Continuous Integration and Build Automation

Configuring one build definition for all branches of a Git repository

Getting ready

How to do it...

How it works...

See also

Reflecting the branch quality in the build name

Getting ready

How to do it...

How it works...

Using web deploy to create a package in an ASP.NET build pipeline

Getting ready

How to do it...

How it works...

There's more...

Organizing build output into separate folders

Getting ready

How to do it...

How it works...

Configuring assembly version info in build pipelines

Getting ready

How to do it...

How it works...

Setting up a build pipeline for a .NET core application

Getting ready

How to do it...

How it works...

There's more...

Setting up build pipeline for a Node.js application

Getting ready

How to do it...

How it works...

There's more...

Setting up a build pipeline for your database projects

Getting ready

How to do it...

How it works...

Integrating SonarQube in build pipelines to manage technical debt

Getting ready

How to do it...

How it works...

There's more...

Continuous Testing

Running NUnit tests using Azure Pipelines

Getting ready

How to do it...

How it works...

Using feature flags to test in production

Getting ready

How to do it...

How it works...

There's more...

Distributing multi-configuration tests against agents

How to do it...

How it works...

There's more...

Configuring parallel execution of tests using Azure Pipelines

Getting ready

How to do it...

How it works...

There's more...

Running SpecFlow tests using Azure Pipelines

Getting ready

How to do it...

How it works...

There's more...

Analyzing test execution results from Runs view

Getting ready

How to do it...

How it works...

Exporting test artifacts and test results from Test Hub

Getting ready

How to do it...

How it works...

There's more...

Charting testing status on the dashboard in team portal

Getting ready

How to do it...

How it works...

Continuous Deployments

Deploying the database to Azure SQL using the release pipeline

Getting ready

Creating a database project and importing the database

Creating a build definition

How to do it...

Creating Azure Resource Manager (ARM) templates

Creating the release pipeline

How it works...

Consuming secrets from Azure Key Vault in your release pipeline

Getting ready

Creating a key vault in Azure

Creating a variable group and linking it to Azure Key Vault

How to do it...

How it works...

There's more...

See also

Deploying the .NET Core web application to the Azure App Service

Getting ready

Creating the ASP.NET Core application

How to do it...

Creating ARM templates

Creating the release pipeline

How it works...

There's more...

See also

Deploying an Azure Function to Azure

Getting ready

Creating a sample Azure Function

Creating the build pipeline

How to do it...

Creating the ARM template

How it works...

See also

Publishing secrets to Azure Key Vault

Getting ready

How to do it...

How it works...

There's more...

See also

Deploying a static website on Azure Storage

Getting ready

Creating a storage account from the Azure portal

Creating an Azure Storage Account ARM templates

How to do it...

How it works...

There's more...

See also

Deploying an Azure Virtual Machine to Azure Dev Test Lab (DTL)

Getting ready

How to do it...

How it works...

There's more...

See also

Azure Artifacts and Dependency Management

Publishing a NuGet package to Artifacts

Getting ready

Creating an Artifact feed in Azure Artifacts

How to do it...

Creating a build definition to produce the NuGet package

Creating a release pipeline to publish a NuGet package to the feed

Granular feed permissions in feed settings

How it works...

There's more...

See also

Consuming a NuGet package in Visual Studio from the Artifacts feed

Getting ready

How to do it...

Connecting to the feed in Artifacts

How it works...

There's more...

See also

Testing a NuGet package using Artifact views

Getting ready

How to do it...

How it works...

There's more...

See also

Publishing NPM packages to Artifacts

Getting ready

Creating NPM package

How to do it...

Creating the build pipeline to update the package version

Creating the release pipeline to publish the npm package

How it works...

There's more...

See also

Consuming NPM package from the Artifacts feed

Getting ready

How to do it...

How it works...

There's more...

See also

Scanning for vulnerabilities in your package using WhiteSource

Getting ready

How to do it...

How it works...

There's more...

See also

Azure DevOps Extensions

Creating the VS Marketplace publisher

Getting ready

How to do it...

Creating a simple task to clean folders

Getting ready

How to do it...

Creating manifest

Installing dependencies

Creating the task.json file

Creating the script (index.js) file

How it works...

See also

Creating a UI extension

Getting ready

How to do it...

Creating manifest.json

Creating the HTML page to host initialization code

Creating the script file

How it works...

How it works...

There's more...

Creating a service connection extension to connect to GitLab

Getting ready

How to do it...

How it works...

See also

Creating a pipeline task to consume a custom service connection

Getting ready

How to do it...

Installing dependencies

Adding task.json

Creating a core script to download a source from GitLab

How it works...

See also

Publishing extensions to the marketplace

Getting ready

How to do it...

Creating the build pipeline

Creating the release pipeline

Publishing to VS Marketplace

How it works...

There's more...

Other Books You May Enjoy

Leave a review - let other readers know what you think

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部