Microsoft Entra ID (formerly known as Azure Active Directory) is a comprehensive identity and access management (IAM) solution provided by Microsoft. It enables secure access to resources across Azure, Microsoft 365, and thousands of other cloud applications. Key Characteristics Who Uses Microsoft Entra ID? Features and Capabilities Microsoft Entra ID plays a critical role in READ MORE
Author: Datablog
AZ-900: Migration Options: Azure Migrate and Azure Data Box
When moving to the cloud, it’s important to consider how best to migrate your data, applications, and workloads. Azure offers several options depending on your specific needs. Azure Migrate If you need to lift and shift workloads such as SQL Server to an Azure Virtual Machine, Azure Migrate is the ideal tool. It provides a READ MORE
AZ-900: Azure File Sync
Azure File Sync is a service that bridges your on-premises file servers and Azure cloud storage. It allows you to centralize your files in Azure Files, while still giving users fast access from their local Windows Servers. What Is Azure File Sync? Think of Azure File Sync as Dropbox for Azure. You can store your READ MORE
AZ-900: Azure Storage Explorer
Azure Storage Explorer is a free, standalone application that enables you to easily work with Azure Storage data. It offers a graphical interface, making it more user-friendly for those who prefer not to use command-line tools like AzCopy. What Is Azure Storage Explorer? Azure Storage Explorer lets you access and manage storage resources such as: READ MORE
AZ-900: AzCopy – Azure Command-Line File Transfer Tool
AzCopy is a command-line utility that allows you to copy files or blobs to and from Azure storage accounts. It is a highly efficient and secure tool for transferring data and is commonly used by Azure administrators and developers. What is AzCopy? AzCopy is an executable file that doesn’t require full installation. You can run READ MORE
AZ-900: Redundancy Options in Azure Storage
Redundancy in Azure Storage ensures your data remains available and durable, even in the case of hardware or regional failures. Azure offers a range of redundancy options that replicate your data within a region or across regions. Redundancy Within a Primary Region Locally Redundant Storage (LRS) Zone-Redundant Storage (ZRS) Redundancy Across Regions (Geo-replication) Azure can READ MORE
AZ-900: File Storage
Azure File Storage allows you to store files securely in the cloud and access them from anywhere using industry-standard protocols. It’s especially useful when you need a shared file system that behaves like a network drive. What Is Azure File Storage? Azure File Storage enables you to store and share files using SMB 3.0 (Server READ MORE
AZ-900: Disk Storage in Azure
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
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