-
When container A starts, the service in container A needs some startup time. At this time, service B has already started and is highly dependent on the service in container A. Therefore, service B end…
-
# 진행 과정
## 기초
- [x] DockerHelloWorld - [docker 기반 hellow world 서비스 구성](https://github.com/SagiK-Repository/Learn_CleanArchitecture/issues/35#issuecomment-2404492792)
- [x] DockerDIService - [dock…
-
## Background and Motivation
There are various scenarios where it's useful to be able to launch a project in the "normal way", outside of Aspire launching it, but still have that project be con…
-
### Describe the bug
create eks in china region(cn-northwest-1) use this code:
```
const blueprint = blueprints.EksBlueprint.builder()
.addOns()
.teams()
.build(scope, id+'…
-
TLDR: Add [Ollama](https://ollama.com/) Component to Aspire similar to the [OpenAI](https://learn.microsoft.com/en-us/dotnet/aspire/azureai/azureai-openai-component?tabs=dotnet-cli) component.
## C…
-
With the AOAI integration we can add a service resource into the AppHost like so:
```csharp
var openai = builder.AddAzureOpenAI("openai")
.AddDeployment(new("gpt-35-turbo", "g…
-
## Background and Motivation
When mixing MVC Controllers with Api Controllers in an application, there should be a global setting in [ApiBehaviorOptions](https://github.com/dotnet/aspnetcore/blob/4…
-
Running with podman on Fedora 40:
```csharp
var minio = builder
.AddContainer("minio", "minio/minio")
.WithEnvironment("MINIO_ROOT_USER", "blah")
.WithEnvironment("MINIO_ROOT_PASSWO…
-
### Version
- AzureFuntionTools 4.84.0-inprocess
- Windows 11
- .NET 8
- Azure function V4 in-process model
### Description
- Error during Azure function startup
- System.IO.FileNotFoundE…
-
Could you please provide any examples using minimal api for file upload.