https://github.com/danielmackay/aspire-azure-blog-example
https://github.com/danielmackay/aspire-azure-blog-example
aspire aspire-hosting azure clean-architecture dandoescode
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmackay/aspire-azure-blog-example
- Owner: danielmackay
- Created: 2025-08-08T00:44:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-08T00:50:40.000Z (10 months ago)
- Last Synced: 2025-08-08T02:39:06.798Z (10 months ago)
- Topics: aspire, aspire-hosting, azure, clean-architecture, dandoescode
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploying .NET Aspire to Azure with App Service, Azure SQL and Application Insights
## 🤔 What is it?
Sample repo for the [Dan Does Code blog post](https://www.dandoescode.com/blog/deploying-dotnet-aspire-to-azure-app-service)
## 🎉 Getting Started
### Prerequisites
- [Docker](https://www.docker.com/get-started/) / [Podman](https://podman.io/get-started)
- [Dotnet 9](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
### Running the Solution
1. Change directory
Windows:
```ps
cd tools\AppHost\
```
Mac/Linux:
```bash
cd tools/AppHost/
```
2. Run the solution
```bash
dotnet run
```
> **NOTE:** The first time you run the solution, it may take a while to download the docker images, create the DB, and seed the data.
4. Open https://localhost:7255/scalar/v1 in your browser to see it running ️🏃♂️