Skip to main content

From first deploy to enterprise-grade on Azure App Service

Most labs are self-contained - you spin up resources, learn one thing, and tear them down. This learning path is different. You build one app and carry it all the way from a plain first deploy to an enterprise-grade app, adding a single capability in each step. By the end you have a running app that is configured, data-driven, secure, observable, resilient, and continuously delivered - and you understand how every piece was added.

The app is Zava Widgets, a small product catalog. It starts by serving an in-memory list. Step by step you move its configuration into app settings, its data into a database it reaches without a password, its secrets into Key Vault, and so on - never rewriting the app, only adding platform capabilities around it.

One app, carried across steps

Each step builds on the last and uses the same resource group. Do the steps in order and keep your resources running until you reach Clean up at the end of the path. If you only want one topic, the standalone labs in the sidebar cover each capability on its own.

What you will build

By the last step, Zava Widgets runs as an enterprise-grade app on App Service:

Each step turns on one part of this diagram. You start with just the browser and the web app serving in-memory data, and grow outward from there.

What you need

The app for this path lives in the repository under samples/zava-widgets. Step 1 walks you through cloning and deploying it.

The path

Work through the steps in order. Use the checkboxes to track your progress - they are saved in your browser.

0 of 11 available steps complete
  1. Getting started15-20 min

    Get Zava Widgets running on App Service with its in-memory catalog.

  2. Configuration15-20 min

    Move the storefront title and welcome message into app settings.

  3. Data & integration25-35 min

    Read the catalog from Azure SQL, passwordless, using the app identity.

  4. Security & identity25-35 min

    Store the partner API key in Key Vault and reference it from an app setting.

  5. Reliability & operations15-20 min

    Wire up the health probe and keep instances warm.

  6. Scaling & performance20-30 min

    Add rules that add and remove instances as load changes.

  7. Deployment & CI/CD25-35 min

    Stage changes and swap with zero downtime.

  8. Monitoring & diagnostics30-40 min

    Turn on Application Insights telemetry and create alerts.

  9. Security & identity20-30 min

    Require sign-in with the platform's built-in authentication.

  10. Networking30-40 min

    Add VNet integration and reach the database over a private endpoint.

  11. Deployment & CI/CD25-35 min

    Build and deploy to a slot on every push.

Clean up

When you finish the path (or want to stop), delete the single resource group you have been using to remove every resource and stop billing. The final step of the path includes the exact commands. Because everything lives in one resource group, one delete removes it all.