azure-data-tables-py Skill
Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. Triggers: "table storage", "TableServiceClient", "TableClient", "entities", "PartitionKey", "RowKey". Published by microsoft in skills.
What is azure-data-tables-py Skill?
Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. Triggers: "table storage", "TableServiceClient", "TableClient", "entities", "PartitionKey", "RowKey". 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
- Security review
- Data analysis
- Security review use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use azure-data-tables-py Skill
- Use it for security review.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-python/skills/azure-data-tables-py/SKILL.md
What it does
Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations. Triggers: "table storage", "TableServiceClient", "TableClient", "entities", "PartitionKey", "RowKey".
Skill instructions
Azure Tables SDK for Python NoSQL key-value store for structured data (Azure Storage Tables or Cosmos DB Table API). Installation bash pip install azure-data-tables azure-identity Environment Variables bash Azure Storage Tables AZURESTORAGEACCOUNTURL=https://<account.table.core.windows.net Required for Azure Storage Tables Cosmos DB Table API COSMOSTABLEENDPOINT=https://<account.table.cosmos.azure.com Required for Cosmos DB Table API AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication & Lifecycle 🔑 Two rules apply to every code sample below: 1. Prefer DefaultAzureCredential. It works locally (Azure CLI / VS Code / Developer CLI) and in Azure (managed identity, workload identity) with no code change. Avoid connection strings, account/API keys — they bypass Entra audit and rotation. - Local dev: DefaultAzureCredential works as-is. - Production: set AZURETOKENCREDENTIALS=prod (or AZURETOKENCREDENTIALS=<specificcredential) to constrain t
Explore related resources
Frequently asked questions
What is azure-data-tables-py?
azure-data-tables-py is a open-source AI agent skill with Copy skill directory. Azure Tables SDK for Python (Storage and Cosmos DB). Use for NoSQL key-value storage, entity CRUD, and batch operations.
Who is azure-data-tables-py best for?
azure-data-tables-py is best for reusing agent instructions, scripts, and references, security review workflows, data analysis workflows.
How do I install azure-data-tables-py?
Install or run azure-data-tables-py using Copy skill directory. Check azure-data-tables-py for the latest setup command.
Is azure-data-tables-py actively maintained?
azure-data-tables-py may need a closer maintenance check before production use.
Auto-fetched from GitHub.