webapp-development

Generate .NET 10 web app scaffolds with Razor Pages and azd wiring.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/baburdu/azd-builder --skill webapp-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp-development
Source: https://github.com/baburdu/azd-builder/tree/main/.github/skills/webapp-development
Command: npx skills add https://github.com/baburdu/azd-builder --skill webapp-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Patterns and templates for scaffolding .NET 10 C# sample web applications with industry-specific data templates, container support, and azd service wiring, enabling rapid Azure demo environments.

Core Features & Use Cases

  • Project structure scaffolding for {ProjectName}.Web with Razor Pages and seed data
  • Industry data templates and data service patterns (SampleDataService, Table Storage, SQL, Cosmos)
  • Dockerfile generation for container targets and azd wiring templates
  • End-to-end demo patterns including azd service wiring and Razor Page patterns

Quick Start

Scaffolds a .NET 10 web app using this skill and configures it to run in an Azure demo scenario.

Frequently Asked Questions about webapp-development

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

FAQPage Schema
How do I scaffold a .NET 10 Razor Pages web app for Azure demos?

Scaffold a .NET 10 web app by generating a {ProjectName}.Web project with Razor Pages, seed data, Dockerfile, and azd service wiring. This creates a ready-to-run structure configured for Azure demo scenarios.

Can I wire Azure Table Storage, SQL, or Cosmos DB into a .NET web app without EF?

Yes, you can wire data services without EF by applying industry-specific data templates and SampleDataService patterns. These configurations support Table Storage, SQL, and Cosmos DB for your demo backend.

What's the best way to generate a Dockerfile and azd configuration for a .NET web app?

Generate a Dockerfile and azd configuration by scaffolding your .NET web app with container targets and service wiring templates. This provides end-to-end demo patterns for rapid Azure deployment.

Does the scaffolded .NET web app include industry-specific data templates?

Yes, the scaffolded .NET web app includes industry-specific data templates. These templates integrate directly with SampleDataService patterns to populate your Razor Pages UI with seed data.

What components do I need to run a scaffolded .NET web app in an Azure demo environment?

To run the scaffolded .NET web app in an Azure demo environment, you need the .NET 10 SDK, Docker for container targets, and the azd CLI for service wiring and deployment orchestration.

Are there limitations when using this scaffolding for production .NET applications?

This scaffolding is designed for Azure demo workstreams and rapid sample environments. It relies on mock data services and template patterns without EF, making it unsuitable for production .NET applications without modification.