azure-linux-app-service

azure-linux-app-service is a skill for Claude Code from ivegamsft/basecoat. It costs 88 tokens per session (336 once invoked), scanned A, original, MIT.

A deployment and operations guide for Python, Ruby, and Node.js web apps running on Azure App Service Linux. Azure App Service is Microsoft's managed hosting service for web applications.

In plain words
What is it for?
Deploying Flask, FastAPI, Express, or Ruby apps; setting startup commands; swapping staging slots; choosing code or container deployment; and streaming logs.
Why use it?
It helps configure the application runtime, health checks, environment settings, deployment slots, and logs so common deployment failures are easier to diagnose.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Deploying Flask, FastAPI, Express, or Ruby apps; setting startup commands; swapping staging…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ivegamsft/basecoat/azure-linux-app-service
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ivegamsft/basecoat --skill azure-linux-app-service
Clone the repo
git clone --depth 1 https://github.com/ivegamsft/basecoat

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for azure-linux-app-service

README.md
[![agentmods](https://agentmods.dev/badge/skills/ivegamsft/basecoat/azure-linux-app-service.svg)](https://agentmods.dev/skills/ivegamsft/basecoat/azure-linux-app-service)
Your own site
<a href="https://agentmods.dev/skills/ivegamsft/basecoat/azure-linux-app-service"><img src="https://agentmods.dev/badge/skills/ivegamsft/basecoat/azure-linux-app-service.svg" alt="Measured on agentmods" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 336 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.00336
Opus 5 $0.00044 $0.00168
Sonnet 5 $0.00018 $0.00067
Haiku 4.5 $0.00009 $0.00034

Measured 3d ago against content hash 5dc830c65193, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

azure-linux-app-service scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/azure-linux-app-service/SKILL.md · 34 lines

What it actually says

Azure Linux App Service

Deploy and operate Python, Ruby, and Node.js web applications on Azure App Service Linux. Covers startup config, deployment slots, health checks, environment variables, log streaming, and failure patterns.

Reference Files

File Contents
references/workflow.md Runtime config, App Settings, health checks, deployment slots, container vs code deploy, log streaming
references/examples.md Python FastAPI and Node.js Express complete deployment examples
references/troubleshooting.md Common failure patterns: symptoms, causes, and fixes

Runtime Strings (Quick Reference)

Language --linux-fx-version
Python PYTHON|3.11
Ruby RUBY|3.2
Node.js NODE|20-lts
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 34 lines · 88 tokens per session scan A 5dc830c65193

Subscribe to this mod's changes

azure-linux-app-service is a skill published in the GitHub repository ivegamsft/basecoat (4 stars, last pushed 2d ago), licensed MIT. It adds 88 tokens to every session and 336 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

service-explorer

Discover and interact with ANY service running on the system. Not pre-programmed per-service. Discovers dynamically. Read configs, hit APIs, parse logs. Figure it out.

bolivian-peru/os-moda · 39 tokens

system-bus

Develop, deploy, and debug the system-bus worker — joelclaw's 110+ Inngest durable function engine, webhook gateway, and observability pipeline. Triggers on 'add a function', 'new inngest function', 'system-bus', 'worker', 'add a webhook', 'deploy worker', 'restart worker', 'function failed', 'worker not working'…

joelhooks/joelclaw · 104 tokens

cloudflare-fullstack

Use when developing, testing or deploying anything on the Cloudflare Workers full stack — Bun (deps) + TypeScript + Hono (routing/streaming) + Zod (validation) + Wrangler (bundle/deploy), with D1, R2, KV, Durable Objects, Queues, Workers AI and Analytics Engine. Covers the toolchain division of labour (Bun installs…

lianluo-esign/ferrogate · 208 tokens

stripe-projects

Provision SaaS services + sync creds via Stripe Projects.

NousResearch/hermes-agent · 15 tokens

skypilot-multi-cloud-orchestration

Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.

davila7/claude-code-templates · 51 tokens

azure-eventhub-dotnet

Azure Event Hubs SDK for .NET. Use for high-throughput event streaming: sending events (EventHubProducerClient, EventHubBufferedProducerClient), receiving events (EventProcessorClient with checkpointing), partition management, and real-time data ingestion. Triggers: "Event Hubs", "event streaming"…

microsoft/skills · 94 tokens