MA Class Flow
MA Class Flow
Database, Network.
● Understanding Service Modules of Cloud
Computing
○ IAAS (Infrastructure As A Service)
○ Networking
○ Storage
○ Databases
○ Create a Subnet
Public IP
○ Understanding and using Azure
DNS
------------------------------------------------------
● Overview of Azure Networking
networks in Azure.
○ The compute instances launched with in the
to resources in Azure.
○ Public IP:
○ It allows Azure resources to communicate
○ Premium disk
○ Premium storage provides high-performance
storage for page blobs, which are primarily
used for VHD files. Premium storage accounts
use SSD to store data. Microsoft recommends
using Premium Storage for all of your VMs.
● Blob storage
○ Azure Blob storage is object storage solution for
the cloud. Blob storage is optimized for storing
massive amounts of unstructured data, such as
text or binary data.
○ Blob storage is ideal for:
○ Serving images or documents directly to a
browser.
○ Storing files for distributed access.
Azure-hosted service.
Objects in Blob storage can be accessed from anywhere in the
world via HTTP or HTTPS. Users or client applications can
access blobs via URLs.
● Storage Account
○ Local-Redundant Storage: LRS
○ Application Insights
○ ExpressRoute Monitor
○ DNS Analytics
○ Service Map
○ Service Map provides insight into your IaaS
environment by analyzing virtual machines
with their different processes and
dependencies on other computers and
external processes.
○ Queue Storage
○
Queue storage
The Azure Queue service is used to store and retrieve messages. Queue messages can be up to
64 KB in size, and a queue can contain millions of messages. Queues are generally used to store
lists of messages to be processed asynchronously.
For example, say you want your customers to be able to upload pictures, and you want to
create thumbnails for each picture. You could have your customer wait for you to create the
thumbnails while uploading the pictures. An alternative would be to use a queue. When the
customer finishes his upload, write a message to the queue. Then have an Azure Function
retrieve the message from the queue and create the thumbnails. Each of the parts of this
processing can be scaled separately, giving you more control when tuning it for your usage.
For more information about Azure Queues, see Introduction to Queues.
Table storage
Azure Table storage is now part of Azure Cosmos DB. To see Azure Table storage
documentation, see the Azure Table Storage Overview. In addition to the existing Azure Table
storage service, there is a new Azure Cosmos DB Table API offering that provides throughput-
optimized tables, global distribution, and automatic secondary indexes. To learn more and try
out the new premium experience, please check out Azure Cosmos DB Table API.
For more information about Table storage, see Overview of Azure Table storage.
Types of storage accounts
This table shows the various kinds of storage accounts and which objects can be used with
each.
● Type of
storage General-purpose Blob storage, hot and cool
account General-purpose StandardPremium access tiers
Services supported Blob, File, Queue Services Blob Service Blob Service
Types of blobs supported Block blobs, page blobs, Page blobs Block blobs and append
and append blobs blobs