logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

Hands-On Azure Pipelines: Understanding Continuous Integration and Deployment in Azure Devops

Hands-On Azure Pipelines: Understanding Continuous Integration and Deployment in Azure Devops (Paperback)

Chaminda Chandrasekara, Pushpa Herath (지은이)
Apress
139,080원

일반도서

검색중
서점 할인가 할인률 배송비 혜택/추가 실질최저가 구매하기
114,040원 -18% 0원
5,710원
108,330원 >
yes24 로딩중
교보문고 로딩중
notice_icon 검색 결과 내에 다른 책이 포함되어 있을 수 있습니다.

중고도서

검색중
서점 유형 등록개수 최저가 구매하기
로딩중

eBook

검색중
서점 정가 할인가 마일리지 실질최저가 구매하기
로딩중

책 이미지

Hands-On Azure Pipelines: Understanding Continuous Integration and Deployment in Azure Devops
eBook 미리보기

책 정보

· 제목 : Hands-On Azure Pipelines: Understanding Continuous Integration and Deployment in Azure Devops (Paperback) 
· 분류 : 외국도서 > 컴퓨터 > 프로그래밍 > 마이크로소프트 프로그래밍
· ISBN : 9781484259016
· 쪽수 : 201쪽
· 출판일 : 2020-07-25

목차

?Chapter 1:  Understanding the Importance of Software Delivery Automation

Chapter Goal: Give conceptual overview on CI CD while elaborating on the need of software delivery automation.

No of pages: 10

Sub -Topics

1.      Introducing Concepts (CI/CD)

2.      Why we need SW Delivery Automation?

Chapter 2:  Overview of Azure Pipelines

Chapter Goal: Introduction to components in Azure Pipelines enabling you to follow the lessons from chapter 3.

No of pages: 30

Sub - Topics  

1.      Introducing Pools and Agents (Explain purpose and usage (no need to go into setup details), +Security)

2.      Deployment Groups (Explain purpose and usage (no need to go into setup details), +Security)

3.      Build Pipelines (Explain purpose and usage (no need to go into setup details), +Security)

4.      Release Pipelines (Explain purpose and usage (no need to go into setup details), +Security)

5.      Task Groups (Explain purpose and usage (no need to go into setup details), +Security)

6.      Library (Variables) (Explain purpose and usage (no need to go into setup details), +Security)

7.      Parallel Pipelines and Billing

Chapter 3: Setting Up Pools, Deployment Groups and Agents

Chapter Goal: Lessons to provide hand-on guidance on setting up agents on all platforms enabling building software developed with any language.

No of pages : 40

Sub - Topics: 

1.      Setting up pools and permissions (scopes, Capabilities)

2.      Adding agents to pools (three pools Linux, mac and windows ? add each type)

3.      Enable .NET core builds in Linux Agents

4.      Setting up Deployment Groups and permissions (scopes)

5.      Adding agent to Deployment groups (roles) 

Chapter 4: Creating Build Pipelines ? Classic ? Part1 

Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor.

No of pages: 50

Sub - Topics:

1.      Using Source Control Providers (show integration with each type and explain all options for each type such as tag sources and other options)

2.      Using a Template (Explain few commonly used templates)

3.      Using Multiple jobs ? Adding Build jobs, Selecting Pools, setting up Demands, timeouts, mention parallelism, conditions are later lesson, Dependency settings with sample

4.      Using Tasks (Explain adding Tasks, find tasks in marketplace (install marketplace task in next lesson))

5.      Installing tasks from marketplace (Explain how to when you have rights, explain how to request to install task admin approve and install as well as decline)

6.      Build phase and Task Control Conditions ? Explain using condition types, custom conditions in detail using a sample

7.      Parallelism - multi configuration and multi agents ? show with samples

Chapter 5: Creating Build Pipelines ? Classic ? Part2

Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor.

No of pages: 40

Sub - Topics:

1.      Using Variables ? System, pipeline and group, scoping variables, queue time variable value change

2.      Setting up triggers and path filters for a build ? show how it works CI, PR etc, path filters, scheduled builds

3.      Format Build number and apply custom formats with PowerShell

4.      Enable, paused and disabled builds -explain in detail with sample

5.      Link work items and Create work items on failures

6.      Using build status badge

7.      Build job scope, timeouts and demands

8.      Build edit history, compare and restore

9.      Retention

Chapter 6: Creating Build Pipelines ? Classic ? Part 3

Chapter Goal: Step by step guidance to setting up a build pipeline using Classic Visual Editor.

No of pages: 30                                                            

Sub - Topics:

1.      Queuing builds and enable debugging mode for more diagnostic information

2.      Setting variable values in PowerShell scripts

3.      Accessing secret variable values in PowerShell

4.      Using OAuth tokens in builds (show example of REST API call , mention REST API details are later chapter)

5.      Creating and using task groups (include export and import as well)

6.      Using agentless phases ? provide few usable task examples

7.      Publishing Artifacts ? as server, as shared path (mention package as nuget later)

8.      Exporting and importing build definitions  

Chapter 7: Using Artifacts

Chapter Goal: Usage of artifact feeds to store deployment packages and usage of artifact feeds to keep packages related to development and consuming them in builds.

No of pages: 40

Sub - Topics:

1.      Creating and publishing build artifacts as nuget

2.      Using nuget packages from azure artifacts in VS, and in VS Code

3.      Using nuget packages in Azure Artifact feed in builds

4.      Creating and Consuming npm packages

5.      Creating and Consuming maven packages

6.      Creating and consuming gradle packages

7.      Creating and Consuming python packages

8.      Azure CLI to use feeds

9.      New Public feeds

Chapter 8: Creating and using YAML build pipelines

Chapter Goal: Hands on lessons on implementing YAML based build pipelines giving all essential information on implementing configurations and pilines as code.

No of pages: 40

Sub - Topics:

Will be defined later

Chapter 9: Creating Azure Release Pipelines ? Part1

Chapter Goal: Step by step guidance to setting up release pipelines with Azure DevOps.

No of pages: 40

Sub - Topics:

1.      Service Connections ? Explain different types

2.      Using Templates to Create Pipelines (explain few common templates)

3.      Adding Artifacts for Release Pipeline (explain each artifact type)

4.      Setting up Artifact Triggers (continuous deployment triggers, artifact filters)

5.      Adding Stage (templated or empty, add vs clone, after release, manual triggers, after stage trigger (show parallel and different stage sequence setup options for pipelines), (partial succeeded) and artifact filters)

6.      Scheduled deployments for a stage (how it works samples)

7.      Pull request triggers in artifacts and Pull request deployment in stages

8.      Deployment queue settings (how it works sample should be shown)                                                                                        

Chapter 10: Creating Azure Release Pipelines ? Part2

Chapter Goal: Step by step guidance to setting up release pipelines with Azure DevOps.

No of pages: 50

Sub - Topics:

1.      Defining Gates (show examples for each gate type)

2.      Post deployment Options (approval and auto redeploy, gates just mention)

3.      Agent Job (Pools and specifications, demands samples, execution plan (multi config, multi agent as well) samples, timeouts, Artifact downloads, Oauth, Run job conditions)

4.      Deployment group job (Deployment group, how it works for required tags samples, targets to deploy multiple, one at a time samples, maximum parallel settings how it works samples, timeouts, artifacts, Oauth, run job conditions)

5.      Agentless Jobs ? Explain usage of possible tasks ? manual, delay, invoke azure function, quires, alerts, publishing to service bus ? show samples for each

6.      Using variables ? Scoping and using group variables as well

7.      Release Options ? Release number, all integration options explain with sample for each

8.      History, compare, restore

9.      Export, import pipelines

 

Chapter 11: Using REST API and Developing Extensions for Azure Pipelines

Chapter Goal: How to extend the capabilities and features of Azure Pipelines using the REST APIs and the extension development is discussed in this chapter.

No of pages: 30

Sub - Topics:

 

1.      Build and Release Management REST APIs  - introduce get, post, put etc. with PS and typescript

2.      Developing extensions for Azure Pipelines ? Develop a simple pipeline extension

3.      Deploying and distributing Azure Pipeline extensions ? sharing privately and enable to use publicly

Chapter 12: Useful Pipeline Strategies and Patterns

Chapter Goal: Guidance in pipeline development strategies and patterns with Azure build and release pipelines.

No of pages: 25

Sub - Topics:

Will define later.

Chapter 13: Commonly used Build and Deployment Pipelines ? samples and integrations

Chapter Goal: Few useful samples lessons on building and release commonly used applications to Azure platform.

No of pages: 50

Sub - Topics:

1.      Deploying infrastructure with Azure Pipelines ? Creating Azure resources such as, resource groups, app service plans, storage accounts, web apps, function apps, APIM, Cosmos, SQL, ACR, AKS (provide open source code samples developed by us integrated with pipelines)

2.      Using Terraform with Azure Pipelines

3.       Deploying function apps and web apps ? including configuration management options

4.      Deploying mobile apps

5.      Deploying Azure Databases ? SQL, Cosmos

6.      Deploying Containerized Applications (web apps, AKS)

7.      Using SonarQube and Azure Build Pipelines for Code Analysis

8.      Integrating with Jenkins

9.      Integrating with Octopus deploy

10.  Generating quick start projects with Azure DevOps Projects (specially focus on java, python, node etc. and targeting Azure platforms)

11.  Generating release notes

12.  Visualizing Pipelines status with Dashboards in Azure DevOps

이 포스팅은 쿠팡 파트너스 활동의 일환으로,
이에 따른 일정액의 수수료를 제공받습니다.
이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다.
도서 DB 제공 : 알라딘 서점(www.aladin.co.kr)
최근 본 책