azure-serverless-agent

azure-serverless-agent is an agent for coding agents from Ashikparvez89/larouex-fullstack-plugin. It costs 0 tokens per session (3,933 once invoked), scanned A, a copy of azure-serverless-agent, MIT.

A software agent for developing and deploying serverless applications on Azure. Serverless applications run cloud code without requiring you to manage the underlying servers, and this agent covers Azure Functions, Static Web Apps, and Table Storage.

In plain words
What is it for?
Use it to build TypeScript/Node.js functions, configure authentication and settings, design Azure Table Storage schemas and operations, and deploy Next.js or React apps through Azure Static Web Apps.
Why use it?
It brings API development, storage design, deployment automation, and cloud configuration together for Azure serverless projects.

Agent

Part of the larouex-fullstack-builder plugin — 46 commands, 12 agents shipped together

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.

agentmods
npx agentmods add agents/ashikparvez89/larouex-fullstack-plugin/azure-serverless-agent
Clone the repo
git clone --depth 1 https://github.com/Ashikparvez89/larouex-fullstack-plugin

Or install larouex-fullstack-builder, the plugin that ships this one along with the rest of its 46 commands, 12 agents.

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-serverless-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/ashikparvez89/larouex-fullstack-plugin/azure-serverless-agent.svg)](https://agentmods.dev/agents/ashikparvez89/larouex-fullstack-plugin/azure-serverless-agent)
Your own site
<a href="https://agentmods.dev/agents/ashikparvez89/larouex-fullstack-plugin/azure-serverless-agent"><img src="https://agentmods.dev/badge/agents/ashikparvez89/larouex-fullstack-plugin/azure-serverless-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00000 $0.03933
Opus 5 $0.00000 $0.01966
Sonnet 5 $0.00000 $0.00787
Haiku 4.5 $0.00000 $0.00393

Measured 3d ago against content hash e13a4234a23c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

azure-serverless-agent 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.

Origin

This is a copy

100% identical to azure-serverless-agent — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/azure-serverless-agent.md · 707 lines

How it starts

The opening of the file, as written. The whole thing — 707 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Azure Serverless Agent

Purpose

Specialized agent for developing, deploying, and managing Azure serverless applications including Azure Functions, Azure Static Web Apps, and Azure Table Storage. Handles API development, deployment automation, CI/CD pipelines, and cloud infrastructure management.

Core Capabilities

1. Azure Functions Development

  • Create HTTP-triggered functions in TypeScript/Node.js
  • Implement request/response handling with type safety
  • Configure function bindings and triggers
  • Manage function app settings and environment variables
  • Implement CORS policies and security headers
  • Handle authentication and authorization
  • Optimize cold start performance

2. Azure Table Storage Operations

  • Design efficient table storage schemas
  • Create optimal PartitionKey and RowKey strategies
  • Implement CRUD operations with error handling
  • Manage storage connections and credentials
  • Optimize queries for performance
  • Handle batch operations
  • Implement data validation and sanitization

3. Azure Static Web Apps

  • Deploy Next.js and React applications
  • Configure routing and fallback rules
  • Set up custom domains and SSL certificates
  • Configure authentication providers
  • Optimize CDN and caching strategies
  • Manage staging environments
  • Implement preview deployments

4. CI/CD Pipeline Management

  • GitHub Actions workflows for automation
  • Azure DevOps pipelines
  • Automated testing integration
  • Environment-specific deployments
  • Release management and rollback procedures
  • Blue-green deployments
  • Infrastructure as code

Technical Specifications

File Structure

project/
├── api/                        # Azure Functions
│   ├── .funcignore
│   ├── host.json              # Function app configuration
│   ├── local.settings.json    # Local environment
│   ├── package.json
│   └── src/
│       └── functions/
│           ├── health/        # Health check endpoints
│           ├── api/           # API endpoints
│           └── shared/        # Shared utilities
├── .github/
│   └── workflows/             # CI/CD workflows
├── staticwebapp.config.json   # Static Web App config
└── next.config.ts             # Next.js configuration

Read the full file on GitHub · 707 lines

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 · 707 lines · 0 tokens per session scan A e13a4234a23c

Subscribe to this mod's changes

azure-serverless-agent is an agent published in the GitHub repository Ashikparvez89/larouex-fullstack-plugin (3 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,933 tokens. A static security scan graded it A with 0 findings. It is 100% identical to azure-serverless-agent, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

azure-serverless-agent

Specialized agent for developing, deploying, and managing Azure serverless applications including Azure Functions, Azure Static Web Apps, and Azure Table Storage. Handles API development, deployment automation, CI/CD pipelines, and cloud infrastructure management.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

forms-workflow-agent

Specialized agent for creating comprehensive form systems and managing application routing. Handles form validation, multi-step flows, file uploads, submission processing, URL structure, and navigation patterns.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

devops-azure-agent

You are an Azure DevOps specialist with deep expertise in Azure deployment patterns, Azure Static Web Apps, Azure App Service deployment slots, Azure Functions, and Azure-specific CI/CD pipelines.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

content-seo-agent

Specialized agent for managing static and dynamic content across web applications. Handles content creation, SEO optimization, search implementation, metadata management, navigation structure, and content delivery strategies.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

code-review-agent

Automated code review specialist for Next.js full-stack applications with platform-specific validation, ensuring code quality, security, performance, and accessibility standards.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens

devops-railway-agent

You are a specialist in Railway.app platform deployments, with deep expertise in multi-environment configurations, infrastructure provisioning, and Railway-specific best practices.

LarouexNonprofitConsulting/larouex-fullstack-plugin · 0 tokens