migrating-azure-storage Skill
Migrates the deprecated WindowsAzure.Storage to the modern Azure SDK storage libraries (Azure.Storage.Blobs, Azure.Storage.Queues, Azure.Storage.Files.Shares, Azure.Data.Tables). Use ONLY when WindowsAzure.Storage has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Win Published by microsoft in upgrade-agent-plugins.
What is migrating-azure-storage Skill?
Migrates the deprecated WindowsAzure.Storage to the modern Azure SDK storage libraries (Azure.Storage.Blobs, Azure.Storage.Queues, Azure.Storage.Files.Shares, Azure.Data.Tables). Use ONLY when WindowsAzure.Storage has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Win Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-azure-storage Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-azure-storage/SKILL.md
What it does
Migrates the deprecated WindowsAzure.Storage to the modern Azure SDK storage libraries (Azure.Storage.Blobs, Azure.Storage.Queues, Azure.Storage.Files.Shares, Azure.Data.Tables). Use ONLY when WindowsAzure.Storage has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Win
Skill instructions
Azure Storage Migration Overview Migrate from the monolithic WindowsAzure.Storage (or Microsoft.Azure.Storage.) package to the modern Azure SDK storage libraries. The legacy SDK used CloudStorageAccount as a single entry point for all storage services. The new SDK splits into service-specific packages with dedicated client types. All new clients are thread-safe, reusable, and support both connection string and Azure.Identity-based authentication. Package Reference Changes Old References (Remove) xml <!-- Monolithic legacy package -- <PackageReference Include="WindowsAzure.Storage" Version="{old-version}" / <!-- Or the split legacy packages -- <PackageReference Include="Microsoft.Azure.Storage.Blob" Version="{old-version}" / <PackageReference Include="Microsoft.Azure.Storage.Queue" Version="{old-version}" / <PackageReference Include="Microsoft.Azure.Storage.File" Version="{old-version}" / <PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="{old-version}" / New References (
Explore related resources
Frequently asked questions
What is migrating-azure-storage?
migrating-azure-storage is a open-source AI agent skill with Copy skill directory. Migrates the deprecated WindowsAzure.Storage to the modern Azure SDK storage libraries (Azure.Storage.Blobs, Azure.Storage.Queues, Azure.Storage.Files.Shares, Azure.Data.Tables).
Who is migrating-azure-storage best for?
migrating-azure-storage is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install migrating-azure-storage?
Install or run migrating-azure-storage using Copy skill directory. Check migrating-azure-storage for the latest setup command.
Is migrating-azure-storage actively maintained?
migrating-azure-storage may need a closer maintenance check before production use.
Auto-fetched from GitHub.