Azure Blob Storage Pricing

Azure Blob Storage Pricing Considerations Performance Tiers Blob storage has tiers: Hot, Cool, and Archive. Cost per GB decreases as the tier gets cooler. Data Access Costs Reading data from Cool or Archive tiers incurs a per-GB access charge. Transaction Costs Every read/write operation incurs a per-transaction fee, increasing for cooler tiers. Geo-Replication Data Transfer […]

Azure Blob Storage

Azure Blob Storage – Overview Azure Blob Storage is a cloud service for storing unstructured data as objects called blobs. It can store any type of text or binary data, such as documents, images, videos, and application installers. Blob Storage is also known as object storage. Common Use Cases Serving images or documents directly to […]

Accessing Azure Storage

Accessing Azure Storage Every object stored in Azure Storage has a unique URL. The storage account name forms the subdomain of the URL, and the service-specific domain forms the endpoint. Default Service Endpoints If your storage account is named mystorageaccount, the default endpoints are: Blob (Container) service http://mystorageaccount.blob.core.windows.net Table service http://mystorageaccount.table.core.windows.net Queue service http://mystorageaccount.queue.core.windows.net File […]

Azure Storage Accounts

Azure Storage Accounts – Overview What is Azure Storage? Azure Storage is Microsoft’s cloud storage solution designed for modern data storage scenarios. It provides highly scalable, secure, and durable services for storing and accessing data from anywhere in the world. Azure Storage supports: Object storage File systems Messaging services NoSQL data stores It is widely […]

Traffic manager in Azure

Azure Traffic Manager Microsoft Azure Traffic Manager enables you to control how user traffic is distributed to application endpoints hosted across multiple datacenters worldwide. It helps improve availability, performance, and resilience by intelligently directing users to the most appropriate service endpoint. How Azure Traffic Manager Works Azure Traffic Manager operates at the DNS level: It […]

Network Traffic Management

Network Traffic Management – Key Concepts (Azure) 1. System Routes (Default Routing) Azure automatically creates system routes to manage traffic flow without manual configuration. System routes handle: VM ↔ VM traffic within the same subnet VM ↔ VM traffic across subnets in the same VNet VM ↔ Internet Site-to-Site VPN and ExpressRoute traffic via gateways […]

ExpressRoute and VPN Gateway Coexisting

ExpressRoute and VPN Gateway Coexisting Scenario An enterprise uses ExpressRoute as the primary, high-performance connection to Azure and a Site-to-Site (S2S) VPN as a backup or supplemental path. Architecture Overview On-Premises Network │ ├── ExpressRoute Circuit (Private Peering) │ │ │ └── ExpressRoute Gateway │ │ │ └── Azure Virtual Network │ └── Site-to-Site VPN […]

Express Route on the Microsoft cloud

ExpressRoute Capabilities ExpressRoute provides private, dedicated connectivity between on-premises networks and Microsoft cloud services. It is available across all Azure regions, with connections established through ExpressRoute locations—datacenters where Microsoft peers with service providers. By connecting to one ExpressRoute location within a geopolitical region, you gain access to all Azure regions in that geopolitical region. Key […]

VPN Gateway

VPN Gateway Overview A VPN gateway is a type of virtual network gateway used to send encrypted traffic between: Azure virtual networks and on-premises networks (over the public Internet). Azure virtual networks and other Azure virtual networks (over the Microsoft network). Key points: Each VNet can have only one VPN gateway. A VPN gateway can […]

VNet Peering

VNet Peering Definition:Virtual Network (VNet) Peering connects two Azure VNets so they appear as a single network for connectivity purposes. Types: Regional VNet Peering: Connects VNets in the same Azure region. Global VNet Peering: Connects VNets across different Azure public or China cloud regions (not supported for Government cloud regions). Benefits: Private: Traffic stays on […]