Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Engineering Data Mesh in Azure Cloud

You're reading from  Engineering Data Mesh in Azure Cloud

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781805120780
Pages 314 pages
Edition 1st Edition
Languages
Author (1):
Aniruddha Deswandikar Aniruddha Deswandikar
Profile icon Aniruddha Deswandikar

Table of Contents (23) Chapters

Preface Part 1: Rolling Out the Data Mesh in the Azure Cloud
Chapter 1: Introducing Data Meshes Chapter 2: Building a Data Mesh Strategy Chapter 3: Deploying a Data Mesh Using the Azure Cloud-Scale Analytics Framework Chapter 4: Building a Data Mesh Governance Framework Using Microsoft Azure Services Chapter 5: Security Architecture for Data Meshes Chapter 6: Automating Deployment through Azure Resource Manager and Azure DevOps Chapter 7: Building a Self-Service Portal for Common Data Mesh Operations Part 2: Practical Challenges of Implementing a Data Mesh
Chapter 8: How to Design, Build, and Manage Data Contracts Chapter 9: Data Quality Management Chapter 10: Master Data Management Chapter 11: Monitoring and Data Observability Chapter 12: Monitoring Data Mesh Costs and Building a Cross-Charging Model Chapter 13: Understanding Data-Sharing Topologies in a Data Mesh Part 3: Popular Data Product Architectures
Chapter 14: Advanced Analytics Using Azure Machine Learning, Databricks, and the Lakehouse Architecture Chapter 15: Big Data Analytics Using Azure Synapse Analytics Chapter 16: Event-Driven Analytics Using Azure Event Hubs, Azure Stream Analytics, and Azure Machine Learning Chapter 17: AI Using Azure Cognitive Services and Azure OpenAI Index Other Books You May Enjoy

Source code control for ARM templates

Source code control is a system of storing code and system artifacts in a central repository. This central repository is used by the team to do the following:

  • Track modifications
  • Maintain different versions of the same code
  • Collaborate
  • Audit changes
  • Automate deployment

Microsoft Azure provides two options to create a centralized code repository: Git and Team Foundation Version Control (TFVC). Which one of these two options is best for you? TFVC is a mature source code management system with a rich set of features, as Microsoft has been working on TFVC for many years. GitHub is a more recent acquisition of Microsoft and implements source code with a different architecture. TFVC is centralized. Git is distributed.

One of the important concepts in source code control is branching. Branching involves copying the source code and tagging it as a separate version. From the time a repository is branched, all the changes...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}