- Implementing DevOps with Microsoft Azure
- Mitesh Soni
- 153字
- 2021-07-02 23:28:20
What we will cover in this book
The overall vision of the book is to use one sample application and perform the following:
- Automated build: Using build tools such as Ant or Maven
- Continuous Integration (CI): CI using Visual Studio Team Services (VSTS):
- Compilation
- Unit test execution: JUnit test cases
- Code analysis: Using SonarQube
- Cloud platform resources
- CD using VSTS: Utility tasks for WAR deployment
- Continuous deployment using VSTS: Utility tasks for WAR deployment with governance and an approval workflow for the deployment
- Continuous monitoring and security: By configuring notifications in the Azure portal and using role-based access

We will integrate Eclipse IDE with the VSTS for repository-related tasks and perform all end-to-end automation operations as described in the preceding diagram. Every chapter is a building block for the next chapter and at the end of the book, we will be able to visualize the technical implementation and high level design in line.
推薦閱讀
- Redis使用手冊
- 數據可視化:從小白到數據工程師的成長之路
- 有趣的二進制:軟件安全與逆向分析
- Microsoft SQL Server企業級平臺管理實踐
- 達夢數據庫編程指南
- Mastering Ninject for Dependency Injection
- Python數據分析、挖掘與可視化從入門到精通
- Python醫學數據分析入門
- 網站數據庫技術
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 視覺大數據智能分析算法實戰
- 新手學會計(2013-2014實戰升級版)
- Hands-On System Programming with C++
- MySQL數據庫實用教程
- 從Lucene到Elasticsearch:全文檢索實戰