Dev & Engineering ✓ Microsoft · Official azure-tablesjava-sdktable-storagecosmos-db-table-apinosqlentity-crudodata-filteringbatch-transactions

Azure Tables Java Skill

Build Java applications for Azure Table Storage and the Cosmos DB Table API.

FollowSkills review · FSRS-2.0
Not recommended
48/ 100 5-point scale 2.4 / 5
Trust13 / 25 · 2.6/5

The skill transparently presents connection-string, shared-key, SAS, and DefaultAzureCredential paths and uses placeholders; however, it lacks least-privilege guidance, user confirmation, secret-management guidance, sensitive-data logging warnings, and rollback for destructive operations, so points are deducted.

Reliability7 / 20 · 1.8/5

The main paths cover client creation, CRUD, queries, batching, async usage, and error handling, with additional reference examples; however, the static material provides no skill-specific reproducible tests, uses a beta dependency, and gives limited abnormal-input and compatibility guidance, so the score is capped and reduced.

Adaptability10 / 15 · 3.3/5

The audience, Azure Tables/Cosmos DB Table API scenarios, Java target, and trigger phrases are reasonably clear; non-fit boundaries, required service prerequisites, input/output boundaries, Chinese support, and mainland-China network reachability are not addressed, so points are deducted.

Convention9 / 15 · 3.0/5

The documentation has clear sections for installation, concepts, core patterns, errors, environment variables, best practices, and examples; license, author, and version metadata are present, but there is no changelog, explicit maintenance/update path, FAQ, or comprehensive limitations section, and the dependency is beta.

Effectiveness6 / 15 · 2.0/5

The material supplies directly reusable templates for common table clients, entity CRUD, queries, and transactions, so the core value is plausible; however, there is no skill-specific output verification, complete project setup, committed validation, or comparison with alternatives, leaving substantial manual review.

Verifiability3 / 10 · 1.5/5

Revision-pinned source material, repository-level CI, and harness tests provide some auditability, but no skill-specific test suite, acceptance criteria, or third-party execution evidence is shown, and this review did not execute the code; therefore evidence is limited.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 9ccaf7c3704a
Before you use it
  • The examples expose connection-string, account-key, and SAS authentication paths; avoid hard-coding or logging credentials and prefer appropriately scoped managed identity and RBAC in practice.
  • The skill includes deleteTable, deleteEntity, upsert, and replace examples without confirmation, backup, or recovery guidance; manually verify targets and data impact before use.
  • The dependency is version 12.6.0-beta.1; verify the appropriate stable version, API compatibility, and transitive-dependency security before adoption.
  • The documentation does not address Azure service-region, network-access, or mainland-China reachability constraints.
See the full review method →

What it does & when to use it

This skill supports Java development with the Azure Tables SDK for Java across Azure Table Storage and the Cosmos DB Table API. It covers Maven setup, client authentication, table and entity management, queries, batch transactions, typed entities, and error handling. It explains partition keys, row keys, entity properties, and service-specific entity size limits. It is a good fit for developers building schemaless key-value or structured table data access in Java.

Provides Java implementation patterns for adding the Maven dependency, creating TableServiceClient and TableClient instances, creating and deleting tables, creating, reading, updating, upserting, and deleting entities, listing and filtering entities, applying OData filters and projections, submitting same-partition batch transactions, defining typed entities, and catching TableServiceException. It also documents connection-string, shared-key, SAS-token, and DefaultAzureCredential authentication patterns together with relevant environment variables.

  1. A Java developer building an Azure Table Storage CRUD service can use the client, table, entity, and query examples.
  2. A team storing schemaless key-value data through the Cosmos DB Table API can use the endpoint, entity, and filtering patterns.
  3. A developer designing scalable table access can apply the partition-key guidance, PartitionKey filters, property projection, and entity-size limits.
  4. A developer needing atomic multi-entity changes within one partition can adapt the batch transaction example.
  5. A Java team managing different local and production authentication setups can use the connection string, shared key, SAS, and managed identity examples.

Pros & cons

Pros
  • Supports both Azure Table Storage and the Cosmos DB Table API.
  • Includes connection-string, shared-key, SAS-token, and DefaultAzureCredential examples.
  • Covers table administration, entity CRUD, OData filtering, projection, typed entities, and batch transactions.
  • The README reports 11 test scenarios for this skill.
  • The repository is MIT-licensed and actively maintained.
Limitations
  • The example dependency is version 12.6.0-beta.1, a beta release.
  • The DefaultAzureCredential example is explicitly labeled for Storage only.
  • The source does not document a complete deployment workflow, performance benchmarks, or comprehensive API coverage.
  • Batch transactions require all entities to use the same partition key.

How to install

Install the repository collection in an Agent Skills-compatible client with: npx skills add microsoft/skills. Choose the required skill in the installation wizard; the skill file is .github/plugins/azure-sdk-java/skills/azure-data-tables-java/SKILL.md. Add com.azure:azure-data-tables:12.6.0-beta.1 to the Java project's pom.xml.

How to use

Use a trigger request such as: “Build a Java service with the Azure Tables SDK for entity CRUD and PartitionKey-filtered queries” or “Create a Java batch transaction example for the Cosmos DB Table API.” The skill supplies patterns for client creation, authentication, entity operations, queries, transactions, and exception handling.

Compared to similar skills

The skill targets both Azure Table Storage and the Cosmos DB Table API, but it does not compare their features, costs, or performance. The service choice remains a project-level decision.

FAQ

Is this suitable for ordinary Java table-storage CRUD work?
Yes. It covers table creation, entity create, read, update, upsert, delete, listing, querying, and exception handling.
What limitation applies to the DefaultAzureCredential example?
The source labels it “Storage only” and requires AZURE_TOKEN_CREDENTIALS to be configured.
Can a batch transaction span multiple partitions?
Not according to the provided pattern; all entities in the transaction must have the same partition key.
What dependency does the skill specify?
The Maven dependency is com.azure:azure-data-tables:12.6.0-beta.1, used in a Java project.

More skills from this repository

All from microsoft/agent-skills

Dev & Engineering ✓ Microsoft · Official

Azure Identity for Python

A practical skill for securing Python Azure applications with Microsoft Entra ID credentials.

Dev & Engineering ✓ Microsoft · Official

Azure Event Hubs Java Skill

Build production-oriented Java event streaming applications on Azure Event Hubs.

Dev & Engineering ✓ Microsoft · Official

Azure Tables for Python

A practical guide to building authenticated Azure Tables applications with Python entity CRUD, queries, and partition-scoped batch operations.

Dev & Engineering ✓ Microsoft · Official

Azure Identity for TypeScript

Configure secure, flexible Microsoft Entra ID authentication for TypeScript Azure applications.

Automation & Ops ✓ Microsoft · Official

Azure Reliability Advisor

Assess and improve reliability for Azure Functions and App Service.

Dev & Engineering ✓ Microsoft · Official

Azure Cloud Architect

Guides coding agents through production-grade Azure architecture design and review using Azure Architecture Center practices.

Dev & Engineering ✓ Microsoft · Official

Azure AI Text Analytics for Python

Guides Python developers through Azure-powered text analysis and NLP workflows.

Automation & Ops ✓ Microsoft · Official

Azure Resource Architecture Visualizer

Analyze Azure resource groups and turn their dependencies into detailed Mermaid architecture diagrams.

Dev & Engineering ✓ Microsoft · Official

Azure Maps for .NET

Build .NET location features for search, routing, maps, geolocation, and weather.

Dev & Engineering ✓ Microsoft · Official

Azure AI Vision Image Analysis

Guides Python coding agents in implementing Azure AI Vision image understanding.

Dev & Engineering ✓ Microsoft · Official

Azure Blob Storage for Python

Guides secure, production-minded Blob Storage operations in Python.

Dev & Engineering ✓ Microsoft · Official

Azure Queue Storage for Python

Gives coding agents reliable Python patterns for secure Azure Queue Storage messaging and asynchronous task processing.

Automation & Ops ✓ Microsoft · Official

Azure AI Gateway Governance

Use Azure API Management to govern traffic across AI models, MCP tools, and agents.

Automation & Ops ✓ Microsoft · Official

AKS Automatic Readiness

Assess Kubernetes workloads for AKS Automatic compatibility and identify migration blockers before you switch.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB ARM for .NET

Provision and manage Azure Cosmos DB resources from .NET through ARM.

Dev & Engineering ✓ Microsoft · Official

Azure Playwright Workspace Manager

Provision and manage Microsoft Playwright Testing workspaces with .NET and Azure Resource Manager.

Dev & Engineering ✓ Microsoft · Official

Azure Cosmos DB for Python

A practical guide for building reliable Python applications on Azure Cosmos DB’s NoSQL API.

Dev & Engineering ✓ Microsoft · Official

Azure Key Vault SDK for Python

Gives Python coding agents practical guidance for securely managing Azure Key Vault secrets, keys, and certificates.

Dev & Engineering ✓ Microsoft · Official

Azure API Management for Python

Gives coding agents practical Python SDK patterns for managing Azure API Management services, APIs, products, subscriptions, and policies.

Dev & Engineering ✓ Microsoft · Official

Azure Monitor Query for Python

Generate Python code for querying Azure Monitor logs and metrics.

Related skills