More on this book
Kindle Notes & Highlights
Read between
August 4 - August 12, 2018
authors Michele Leroux Bustamante
Microsoft Virtual Academy
Azure Storage blobs should not be used as a file location for users directly, like a corporate shared drive.
containers. Think of containers like folders, but they are very flat with no sub-containers.
There are two different types of metadata in Azure Storage Blobs: System Properties and User-defined Metadata.
Blob metadata includes both read-only and read-write properties that are valid HTTP headers
There are three types of blobs used in Azure Storage Blobs: Block, Append, and Page.
committed. Page blobs are good for VHDs in Azure VMs and other files that have frequent, random access.
Append blobs are good for logging and streaming data.
use. Block blobs are perfect for text files, images, and videos.
To authorize access to content, you can authenticate in three different ways
You can give them a shared access signature that will grant them specific permissions to the resource for a specified amount of time.
You can configure VMs or cloud services to auto-scale by queue. You can specify the average number of messages to be processed per instance,
at http://msdn.microsoft.com/en-us/library/azure/dd179354.aspx.
Service Tiers.
database. If you reach 80 percent of your performance metrics, it’s time to consider increasing your service tier or performance level.
email alert for when your metrics are 80 percent of your selected DTU
Azure SQL Database does a full backup every week, a differential backup each day, and an incremental log backup every five minutes. The incremental log backup allows
periods. Basic retains backups for 7 days. Standard and premium retains for 35 days.
the Deleted Databases tab,
The secondary database gives you a rollback option.
and import data using a BACPAC file.
There are two methods for preparing a relational database for a high transaction load.
portions. This is called sharding.
shard map.
that sharding is easily implemented in Azure Table Storage and Azure Cosmos DB, but is significantly more difficult in a relational database like Azure SQL Database. The complexity comes from being transactionally consistent while having data available
Elastic Database Tools
range shard map
Elastic pools enable the user to purchase elastic Database Transaction Units (eDTUs)
SQL Data Sync is a new service for Azure SQL Database.
that joining tables will burden the engine and be a common source of performance issues when scaling. Graph databases don’t suffer from that issue.
Gremlin.
namespace you want to create: Service Bus, Relay, Notification Hubs or Event Hubs.
TABLE 3-1 Service Bus protocols and ports
TABLE 3-2 Queue properties

