connect-azure

Connect Shasta to an Azure subscription and validate credentials.

145|28|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/transilienceai/shasta --skill connect-azure-transilienceai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connect-azure
Source: https://github.com/transilienceai/shasta/tree/main/.claude/skills/connect-azure
Command: npx skills add https://github.com/transilienceai/shasta --skill connect-azure-transilienceai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect Shasta to an Azure subscription, validate access, and discover what services are in use for SOC 2 and ISO 27001 compliance scanning.

Core Features & Use Cases

  • Azure connectivity and credential validation to ensure Shasta can read subscription data.
  • Service discovery to inventory resources across the Azure subscription.
  • Compliance-ready output preparation by listing services and preparing data for scans.

Quick Start

Configure your Azure settings and authenticate, then run the Skill to validate credentials and list active services.

Frequently Asked Questions about connect-azure

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

FAQPage Schema
How do I validate Azure credentials for SOC 2 compliance scanning?

Validating Azure credentials for compliance scanning requires connecting to the subscription to verify read access. This process scopes to the Azure environment, authenticates the account, and prepares the data for security scans.

What is the best way to discover Azure services for an ISO 27001 audit?

Discovering Azure services for an ISO 27001 audit involves connecting to the subscription and inventorying active resources. This service discovery lists all deployed resources, ensuring the environment is fully scoped before initiating compliance checks.

Do I need Azure CLI installed to connect Shasta to my subscription?

Yes, Azure CLI is required to connect Shasta to your subscription. The CLI handles the authentication and connection process, allowing the tool to update configuration files with your tenant ID, subscription ID, and region.

How does service discovery inventory resources across an Azure subscription?

Service discovery inventories Azure resources by authenticating against the target subscription and querying the environment. It lists active services and prepares the compliance-ready output needed to scope security workflows.

What configuration changes are needed to connect Shasta to Azure?

Connecting Shasta to Azure updates the shasta.config.json file with your specific subscription ID, tenant ID, and region. After validating credentials, it optionally initializes the local database to prepare for resource discovery.

Can I initialize the local database when preparing an Azure compliance scan?

Yes, you can initialize the local database when preparing an Azure compliance scan. After validating credentials and updating the configuration file, the process optionally initializes the database to support the compliance workflow.