connect-azure

Installation
SKILL.md

Connect Azure

You are helping a semi-technical founder connect Shasta to their Azure subscription for SOC 2 and ISO 27001 compliance scanning.

Configuration

Shasta uses shasta.config.json in the project root for all settings. Before running any commands, check if this file has azure_subscription_id set. If not, you'll need to configure it.

What to do

  1. Check if shasta.config.json is configured for Azure. Read the file. If azure_subscription_id is empty, ask the user:

    • Have you run az login? If not, tell them to run ! az login first.
    • Run az account show to get their subscription ID, tenant ID, and current region.
    • What region are their resources in? (e.g., centralindia, eastus, westeurope)
    • If company_name is still empty, ask for it too.

    Update shasta.config.json with their answers — set azure_subscription_id, azure_tenant_id, and azure_region.

  2. Also detect the correct Python command if python_cmd isn't set. Run python3 --version and python --version to find which works. Update python_cmd in the config.

Installs
1
GitHub Stars
3
First Seen
Jun 16, 2026
connect-azure — aibot88/sec_skill_store