Skip to content
Development
Command

/deploy-azure-staging

Deploy the current project to Azure staging environment.

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/deploy-azure-staging

Context preview

What this command does when you run it.

Deploy the current project to Azure staging environment.

Command definition

deploy-azure-staging.md

Deploy the current project to Azure staging environment.

Execute deployment workflow:

  • Check if Azure Static Web Apps staging slot exists, create if missing
  • Configure staging-specific environment variables and app settings
  • Build Next.js application with production optimization
  • Deploy frontend to Azure Static Web Apps staging slot
  • Deploy Azure Functions API to staging environment
  • Run smoke tests on staging endpoints
  • Verify deployment health and function app status
  • Generate deployment summary with staging URL
  • Create rollback instructions if issues occur

Use Azure CLI (az staticwebapp) for deployment operations. Provide clear status updates and verification steps. Include staging URL for immediate testing.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked