Azure Storage

Provision Azure Storage resources with Bicep templates and RBAC access controls.

12|4|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/markus41/Claude-m --skill azure-storage-markus41
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Azure Storage
Source: https://github.com/markus41/Claude-m/tree/main/azure-storage/skills/azure-storage
Command: npx skills add https://github.com/markus41/Claude-m --skill azure-storage-markus41

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Storage provides a cohesive, secure, and scalable way to store and manage data across blob, queue, table, and file services. It consolidates provisioning, security, and governance for cloud storage resources, reducing operational complexity and risk.

Core Features & Use Cases

  • Centralized storage provisioning for Blob, Queue, Table, and Files with consistent governance.
  • Secure access management through RBAC, encryption, private endpoints, and network restrictions.
  • Production-grade configurations including lifecycle management, versioning, soft delete, and cross-service data collaboration.

Quick Start

Configure a production-ready Azure Storage account with lifecycle policies, access controls, and private networking.

Frequently Asked Questions about Azure Storage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I provision Azure Storage accounts securely using Bicep templates?

Provision Azure Storage accounts securely with Bicep templates by defining blob, queue, table, and file resources alongside RBAC roles, private endpoints, and network security rules to enforce production-grade access control.

What is the best way to manage blob storage lifecycle policies in Azure?

Manage Azure blob storage lifecycle policies by configuring automated tiering and deletion rules within your Bicep templates, enabling scalable data governance and optimized storage costs for production workloads.

How does RBAC work with Azure Storage for production workloads?

RBAC secures Azure Storage production workloads by assigning granular permissions to identities, controlling access to blob, queue, table, and file services while maintaining centralized governance and compliance.

Can I configure private endpoints and network rules for Azure Storage via CLI?

Configure Azure Storage private endpoints and network rules via CLI to restrict public access, ensuring only traffic from approved virtual networks reaches your provisioned blob, queue, and table resources.

Does Azure Storage support data protection features like soft delete and versioning?

Azure Storage supports production-grade data protection features including soft delete and versioning, enabling recovery of accidentally modified or deleted blob data while maintaining consistent governance across services.