Explore my blog
Azure Storage Tiers
* Azure storage tiers tailored for access and cost
* The tiers are:
* Hot: fast, for frequent access, higher cost
* Cool: cost-effective, for less frequent access, still fast
* Archive: low-cost, for long-term storage, slow access
* Azure shifts tiers automatically as needed
Status: #idea
Tags: az-900, azure, cloud
References
Azure Stream Analytics
* Enables real-time data access
* Sets up real-time analytics with straightforward query definition
* Handles data streaming from diverse inputs like blob storage
* Essential for immediate insights:
* fraud detection in a bank
* dynamic pricing on the stock market
Similar to AWS Kinesis
Status: #idea
Tags: az-900, azure, cloud, data analytics
References
Azure Synapse Analytics
* Part of Microsoft Fabric
* integrates big data and data warehouses
* Unified experience for data ingestion, preparation, management, and delivery
* Supports real-time insights and batch processing
* Acts as a turbocharged analytics engine
Similar to AWS Redshift
Status: #idea
Tags: az-900, azure, cloud, data processing, data analytics
References
Azure Virtual Machines
* On-demand, scalable and customizable computing power
* Power of a physical computer in a virtual environment
* Control over OS and applications
* Windows, Linux etc.
similar to AWS EC2, Google Compute Engine
Status: #idea
Tags: az-900, azure, cloud, cloud-compute
References
Bootstrap
CSS Framework
Containers
* Containers are like motor homes:
* portable and self-contained
* Motor homes contains
* kitchen, bedroom, and bathroom
* Containers package all necessary components to run an application
* Bundles apps with all dependencies into a portable package
* Runs on any machine, avoiding compatibility issues
* Easily moves between different environments
* Supports simultaneous running of multiple containers
Status: #idea
Tags: cloud
References