Beyond blob storage, Azure also supports disk storage that is optimized for use with Virtual Machines (VMs). It is one of the resources that is required for Virtual Machines. These disks are stored as Page blobs, which are ideal for random read/write operations—just like a physical hard drive. Types of Azure Disks Azure supports both READ MORE
Author: Datablog
AZ-900: Azure Storage Tiers
When managing data in Azure Blob Storage, choosing the right access tier is essential for balancing performance and cost. Azure provides three main tiers: Hot, Cool, and Archive, each suited for different data usage patterns. What Are Azure Storage Tiers? Storage tiers allow you to organize your data based on how often it is accessed. READ MORE
AZ-900: Azure Blob Storage and Storage Accounts
Azure Blob Storage is a core feature within an Azure Storage Account. It allows you to store large amounts of unstructured data such as images, documents, and videos. What Is a Storage Account? A Storage Account is a logical container in Azure that holds your storage services. This includes blob storage, file shares, queues, and READ MORE
AZ-900: Define Public and Private Endpoints in Azure
Endpoints in Azure define how services such as databases, storage accounts like Containers, and analytics tools can be accessed over a network. What Is an Endpoint? An endpoint is essentially a network interface that allows communication with a resource. Examples include services like Azure Storage, Azure Cosmos DB, Power BI, and Azure SQL Database. Public READ MORE
AZ-900: Azure ExpressRoute
Azure ExpressRoute is a service that allows you to extend your on-premises network into the Microsoft Azure cloud through a private connection. Unlike standard VPNs that route traffic over the public internet, ExpressRoute ensures that your data travels through a private, dedicated link. What Is ExpressRoute? With ExpressRoute, you can create fast, reliable, and secure READ MORE
AZ-900: Azure VPN Gateway
Azure VPN Gateway is a networking service that provides secure connections between Azure Virtual Networks (VNets) and other networks. These other networks might include your on-premises network or other VNets hosted within Azure. What Does Azure VPN Gateway Do? Azure VPN Gateway enables encrypted communication across public networks like the internet. You can think of READ MORE
AZ-900: Azure DNS
Azure DNS is a service that allows you to manage your domain name records using Microsoft Azure. It is used to translate human-readable domain names into machine-readable IP addresses. This is essential for users to access your services via friendly URLs, such as www.IDoData.com. What is DNS? DNS stands for Domain Name System. It acts READ MORE
AZ-900: Describe Azure Virtual Subnets
Subnets are subdivisions within a Virtual Network (VNet). They allow you to segment your network and enhance control. Virtual Networks and Peering give you powerful tools to design secure, scalable, and connected cloud architectures. Subnets provide additional flexibility and segmentation. Whether you’re connecting within Azure or bridging your on-premises systems, VNets offer the flexibility to READ MORE
AZ-900: Describe Azure Virtual Networks and Virtual Network Peering
Azure Virtual Networks (VNets) are a core part of Azure’s networking infrastructure. They allow you to securely connect and manage your resources within Azure and link your cloud setup to your on-premises environment. What Is a Virtual Network? A Virtual Network is a private, isolated network within Azure. Think of it as the cloud version READ MORE
AZ-900: Describe Application Hosting with Azure App Services
Azure App Service is a Platform as a Service (PaaS) offering that makes it easy to deploy and scale web applications, APIs, and mobile back-ends. It’s ideal for developers who want to focus on building apps without worrying about managing infrastructure. What Can You Host with Azure App Service? App Service supports a wide variety READ MORE