Skills azure-storage
๐Ÿ“ฆ

azure-storage

v0.0.0-placeholder Content revision r2 Safe โš™๏ธ External commands๐Ÿ”‘ Env variablesโšก Contains scripts๐ŸŒ Network access๐Ÿ“ Filesystem access

Plan and Build Azure Storage Solutions

Choosing the right Azure Storage service, tier, authentication method, and SDK pattern can be complex. This skill provides concise guidance, commands, and language-specific examples for secure storage implementations.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 78 Bronze

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "azure-storage" from https://skillstore.io/skills/microsoft-azure-storage.md and its manifest at https://skillstore.io/api/skills/microsoft-azure-storage/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "azure-storage". Which blob tier fits monthly backups retained for one year?

Expected outcome:

Use the cold tier when backups may need occasional online access. Consider archive only when retrieval delay and rehydration costs are acceptable.

Using "azure-storage". How should a Python service authenticate to Blob Storage?

Expected outcome:

Use DefaultAzureCredential during local development. Use ManagedIdentityCredential with narrowly scoped Azure RBAC when the service runs in Azure.

Using "azure-storage". Plan storage for asynchronous order-processing tasks.

Expected outcome:

Use Queue Storage for simple task dispatch. Define visibility timeouts, delete successful messages, track dequeue counts, and isolate repeatedly failing messages.

Security Audit

Safe
v5 โ€ข 7/23/2026 Open versioned report

All 65 static findings are false positives caused by Markdown formatting, example placeholders, official Azure endpoints, environment-selection checks, and relative documentation links. The files contain documentation and code samples, with no prompt injection, secret exfiltration, unsafe dynamic execution, path traversal, or system reconnaissance evidence. No semantic security findings were identified.

15
Files scanned
682
Lines analyzed
0
Review items
0
False positives ignored

Risk Factors

โš™๏ธ External commands (18)
๐Ÿ”‘ Env variables (13)
โšก Contains scripts (1)
๐ŸŒ Network access (18)
๐Ÿ“ Filesystem access (10)
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/microsoft-azure-storage/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/microsoft-azure-storage/security.svg)](https://skillstore.io/skills/microsoft-azure-storage?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/microsoft-azure-storage?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/microsoft-azure-storage/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/microsoft-azure-storage.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

microsoft. (2026). azure-storage security audit report (audit version 5) [Author version 0.0.0-placeholder]. Skillstore. https://skillstore.io/skills/microsoft-azure-storage/audits/5

BibTeX citation

@techreport{microsoft-microsoft-azure-storage-2026, author = {microsoft}, title = {azure-storage security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/microsoft-azure-storage/audits/5}, note = {Author version 0.0.0-placeholder} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "azure-storage security audit report (audit version 5)" version: "0.0.0-placeholder" type: report authors: - name: "microsoft" date-released: "2026-07-23" url: "https://skillstore.io/skills/microsoft-azure-storage/audits/5" identifiers: - type: other value: "skillstore:microsoft-azure-storage:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
50
Architecture
90
Maintainability
87
Content
69
Community
91
Spec Compliance

What You Can Build

Select a Storage Architecture

Compare services, access tiers, and redundancy options for a workload with clear performance, durability, and access requirements.

Integrate an Application

Choose an SDK package, endpoint pattern, and environment-appropriate credential for a new storage integration.

Operate Storage Resources

List accounts, inspect containers, and transfer blobs through Azure MCP or documented CLI workflows.

Try These Prompts

Choose a Storage Service
Compare Azure Blob Storage, Files, Queues, Tables, and Data Lake for [workload]. Recommend one service and explain the main tradeoffs.
Choose Tiers and Redundancy
Recommend an access tier and redundancy option for [data type], accessed [frequency], retained for [duration], with [recovery requirement].
Plan an SDK Integration
Outline a [language] integration for [Azure Storage service]. Include the package, endpoint pattern, local authentication, production authentication, and operational safeguards.
Design a Production Migration
Create a migration plan from [current system] to [Azure Storage service]. Address identity, RBAC, data transfer, validation, rollback, monitoring, and lifecycle management.

Best Practices

  • Use managed identity and least-privilege Azure RBAC for production workloads.
  • Choose access tiers from measured access frequency, retention, retrieval latency, and cost requirements.
  • Stream large transfers and design idempotent operations with explicit retry and failure handling.

Avoid

  • Do not hardcode credentials, connection strings, account keys, or long-lived SAS tokens.
  • Do not use DefaultAzureCredential as an unrestricted production authentication strategy.
  • Do not select a storage service or tier without workload, durability, latency, and retention requirements.

Frequently Asked Questions

Which Azure Storage services does this skill cover?
It covers Blob Storage, Azure Files, Queue Storage, Table Storage, and Data Lake Storage Gen2.
Can it recommend a blob access tier?
Yes. It compares hot, cool, cold, and archive tiers using access frequency, retention, retrieval latency, and cost factors.
Does it provide SDK guidance?
Yes. It includes package names and condensed examples for Python, TypeScript, Java, Go, Rust, and .NET.
Does it manage Azure resources automatically?
It provides MCP and CLI workflows. Actual access depends on available tools, configured credentials, permissions, and user-approved operations.
What authentication approach does it recommend?
It recommends developer credentials locally and managed identity with least-privilege Azure RBAC in production.
Does it cover Cosmos DB or advanced messaging?
No. Use dedicated guidance for Cosmos DB, Event Hubs, or Service Bus.

Developer Details

Author

microsoft

License

MIT

Author version

v0.0.0-placeholder

Skillstore revision

r2

Ref

ebdfe608f5de2b66ff37ab4af12af8ac4f5e8006

Maintenance freshness

7/25/2026

Usage

7 downloads ยท 142 views