-
Book Overview & Buying
-
Table Of Contents
Clean Architecture with .NET
By :
In this chapter, you took your Clean Architecture application from a local project to a running instance in the Azure cloud. Along the way, you created and configured an Azure Web App, enabled managed identity for secure access to Azure Key Vault, and set up environment-specific configuration using appsettings.dev.json. You deployed the application using a Visual Studio publish profile, troubleshot startup issues using Kudu, and validated core functionality like authentication and database connectivity to ensure everything was working in the cloud as it had locally.
You also explored what it means to be production-ready by planning for environment isolation, applying observability best practices, and thinking ahead to continuous deployment and performance tuning. Clean Architecture guided each step of the process, helping you keep concerns clearly separated, configurations safe, and deployments predictable.
Getting an application deployed is a major milestone, but it's only...