chapter thirteen
This chapter covers:
- Making your data assets user friendly
- Keeping your data assets safe
- Keeping your development assets safe
- Proving your skills with Microsoft exams
You’ve reached the end of this book on building an analytics system in Azure using the Lambda architecture. Each of the chapters demonstrates part of the overall system.
Figure 13.1. Lambda architecture with Azure PaaS services
The knowledge of the Azure services you’ve learned in this book can be applied more broadly too. Consider the following:
- Storage account services support backups of other Azure services, disks for Azure Virtual Machines, and durable, scalable storage for web applications.
- Queues and Event Hubs decouple components of applications. Use them in other systems for scalability and asynchronous processing.
- Relational databases are used in many multi-tiered software applications. The many flavors of SQLDB allow drop-in substitution for on-premises SQL Server databases.
- Azure Data Factory can connect to external cloud services like AWS S3 and Google Cloud Storage. It can call trigger web hooks and retrieve data from websites and FTP servers and services like Salesforce.
As you begin gathering data and supporting analysis work, consider how you can encourage adoption and protection of the analytics system you’ve built. You can start by making a descriptive list of the data you have.