-
Azure Storage Authorization options explained in detail
Azure Storage provides several authorization options to secure access to its resources. Each method caters to different scenarios, offering flexibility, security, and control based on your requirements. Below are the available options. Azure Active Directory (Azure AD) Authorization Azure AD is the most secure and… [ Read More ]
-
Beginer’s guide to Implementing and managing storage in Azure
Implementing and managing storage in Azure involves working with various services offered under Azure Storage. Here’s a detailed guide to help you: Azure Storage Overview Azure Storage provides a range of services to store data in the cloud: Blob Storage For unstructured data such as… [ Read More ]
-
Demonstrating the Azure Storage access delegation using Shared Access Signatures
To provide a practical demonstration of how to use Shared Access Signatures (SAS) to delegate access to Azure Storage, let's walk through a simple example where we grant access to a blob within a blob container for read-only access using a SAS token. Scenario We… [ Read More ]
-
Detailed explantion about how to upload Blobs in Azure
Uploading blobs to Azure Blob Storage is a key task when managing files in the cloud. Azure provides multiple methods to upload blobs, depending on your use case and environment. Below is a detailed guide covering several methods to upload blobs to Azure Blob Storage… [ Read More ]
-
Easy way to implement Azure Storage in Azure
Implementing Azure Storage in Azure involves creating and configuring a storage account, selecting appropriate storage services, and integrating it with your applications or workflows. Here's how you can achieve this. Define Requirements Before implementation, consider: Data Type Structured, semi-structured, or unstructured. Performance Needs Standard or… [ Read More ]
-
Explore full list of SAS parameters in Azure URI
In Azure Storage, a Shared Access Signature (SAS) URI grants delegated access to resources in your storage account. Understanding the structure of a SAS URI and its components is essential for secure and effective access management. Structure of a SAS URI A SAS URI typically… [ Read More ]
-
Explore the different Replication Strategies in Azure Storage
Azure Storage offers several replication strategies to ensure data durability, availability, and high performance. These strategies determine how and where your data is copied to protect against data loss and provide redundancy. Here's an overview. Locally Redundant Storage (LRS) Description Data is replicated three times… [ Read More ]
-
Exploring Access Storage in Azure
Accessing storage in Azure Storage involves using various tools, services, and APIs designed to interact with Azure Storage resources, such as blobs, files, tables, and queues. Below is a detailed explanation of accessing Azure Storage, covering key methods, tools, and best practices. Azure Storage Services… [ Read More ]
-
Hands-on – Delegate access to Azure Storage using Shared Access Signatures
Let's go through a practical demonstration on how to use Shared Access Signatures (SAS) to delegate access to Azure Storage. In this example, we'll focus on Azure Blob Storage. The steps will include. Creating a Blob Container in Azure Storage Generating a SAS Token for… [ Read More ]
-
Hands-on guide on using Azure Storage Explorer in Azure Storage
Azure Storage Explorer is a free, standalone tool from Microsoft that allows you to easily manage and interact with Azure Storage resources such as Blob Storage, Queue Storage, File Storage, and Table Storage. With Azure Storage Explorer, you can upload, download, and manage data within… [ Read More ]