Azure SQL Database

Provision Azure SQL Database and Cosmos DB with security and geo-replication.

12|4|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/markus41/Claude-m --skill azure-sql-database
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Azure SQL Database
Source: https://github.com/markus41/Claude-m/tree/main/azure-sql-database/skills/azure-sql-database
Command: npx skills add https://github.com/markus41/Claude-m --skill azure-sql-database

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provisioning and governance of Azure SQL Database and Cosmos DB across environments is complex and error prone, requiring security hardening, backup planning, and multi-region considerations.

Core Features & Use Cases

  • Automated provisioning of Azure SQL Database (with elastic pools) and Cosmos DB (multi-model containers) for relational and NoSQL workloads.
  • Security hardening and compliance: TDE, Always Encrypted, Azure AD authentication, firewall rules, encryption key management, and private endpoints.
  • Backup, DR, and geo-replication configurations with failover groups and automated failover planning; supports migrations and multi-region deployments.
  • Use Case: When deploying a new SaaS app, quickly set up primary and read-replica databases with secure access, automated backups, and standby regions.

Quick Start

Provision Azure SQL Database and Cosmos DB resources for a new app using a guided provisioning flow.

Frequently Asked Questions about Azure SQL Database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Azure SQL Database provisioning with security hardening and geo-replication?

Automating Azure SQL Database provisioning involves configuring elastic pools, TDE, Always Encrypted, Azure AD authentication, and firewall rules. This Skill handles secure access, geo-replication, and automated backups within DevOps pipelines for enterprise deployments.

What's the best way to configure Cosmos DB multi-model containers for a multi-region deployment?

Configuring Cosmos DB multi-model containers for multi-region deployment requires automated provisioning and failover planning. This Skill sets up secure NoSQL workloads with private endpoints, geo-replication, and scalable performance for production environments.

Can I set up Azure AD authentication and private endpoints for my database using common CLI tools?

Yes, Azure AD authentication and private endpoints can be configured using common CLI tools. This Skill integrates with Node.js/TypeScript applications to apply security hardening, manage encryption keys, and enforce firewall rules during provisioning.

How do disaster recovery and automated failover planning work for Azure SQL and Cosmos DB migrations?

Disaster recovery for Azure SQL and Cosmos DB migrations uses failover groups and automated failover planning. This Skill configures backup, DR, and geo-replication settings to establish primary and read-replica databases with standby regions.

Does this database automation approach support both relational and NoSQL workloads in the same pipeline?

Yes, this database automation supports both relational and NoSQL workloads simultaneously. It provisions Azure SQL Database with elastic pools and Cosmos DB multi-model containers, applying unified security, backup, and geo-replication configurations across both.

Why do I need to configure TDE and Always Encrypted when deploying a new SaaS app database?

Configuring TDE and Always Encrypted is required for security hardening and compliance when deploying SaaS app databases. This Skill automates encryption key management and secure access provisioning to protect data across primary, read-replica, and standby regions.