azure-storage-blob-java Skill
Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations. Published by microsoft in skills.
What is azure-storage-blob-java Skill?
Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations. Published by microsoft in skills. 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 azure-storage-blob-java Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-java/skills/azure-storage-blob-java/SKILL.md
What it does
Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.
Skill instructions
Azure Storage Blob SDK for Java Build blob storage applications using the Azure Storage Blob SDK for Java. Installation xml <dependency <groupIdcom.azure</groupId <artifactIdazure-storage-blob</artifactId <version12.33.0</version </dependency Client Creation BlobServiceClient java import com.azure.storage.blob.BlobServiceClient; import com.azure.storage.blob.BlobServiceClientBuilder; // With SAS token BlobServiceClient serviceClient = new BlobServiceClientBuilder() .endpoint("<storage-account-url") .sasToken("<sas-token") .buildClient(); // With connection string BlobServiceClient serviceClient = new BlobServiceClientBuilder() .connectionString("<connection-string") .buildClient(); With DefaultAzureCredential java import com.azure.core.credential.TokenCredential; import com.azure.identity.AzureIdentityEnvVars; import com.azure.identity.DefaultAzureCredentialBuilder; import com.azure.identity.ManagedIdentityCredentialBuilder; // Local dev: DefaultAzureCredential. Production: set AZURETO
Explore related resources
Frequently asked questions
What is azure-storage-blob-java?
azure-storage-blob-java is a open-source AI agent skill with Copy skill directory. Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming.
Who is azure-storage-blob-java best for?
azure-storage-blob-java is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install azure-storage-blob-java?
Install or run azure-storage-blob-java using Copy skill directory. Check azure-storage-blob-java for the latest setup command.
Is azure-storage-blob-java actively maintained?
azure-storage-blob-java may need a closer maintenance check before production use.
Auto-fetched from GitHub.