Skip to content

Commit

Permalink
imrpove doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tommasodotNET committed Nov 18, 2024
1 parent b995bd5 commit 7d75f20
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions aspire-orchestrator/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
# Deploy with .NET Aspire and azd
# .NET Aspire Integratiuon

## Prerequisites
## Run Prerequisites

- [dotnet (8 or greater)](https://dotnet.microsoft.com/en-us/download)

## Deployment Prerequisites

- [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/install-azd?tabs=winget-windows%2Cbrew-mac%2Cscript-linux)
- [dotnet (8 or greater)](https://dotnet.microsoft.com/en-us/download)

## Steps
## Run with .NET Aspire

1. Clone the repository
2. In the root folder, run `make`
3. cd into the [aspire-orchestrator](./aspire-orchestrator/SemanticWorkench.Aspire.AppHost) folder
4. Run `dotnet run`

## Deployment Steps with azd

1. Clone the repository
2. In the root folder, run `make`
3. cd into the `workbench-service` folder
4. Activate the virtual environment
5. Run `uv sync`
6. [Configure the app registration and configure workbenchapp and workbench service](../docs/CUSTOM_APP_REGISTRATION.md)
7. Run `azd login` to authenticate with Azure DevOps
8. Run `azd up` to create the infrastructure and deploy the application
3. [Configure the app registration and configure workbenchapp and workbench service](../docs/CUSTOM_APP_REGISTRATION.md)
4. Run `azd login` to authenticate with Azure DevOps
5. Run `azd up` to create the infrastructure and deploy the application

0 comments on commit 7d75f20

Please sign in to comment.