Sander Molenkamp

Results 5 issues of Sander Molenkamp

## Summary Update Dapr component lists. Fixes #30246

dotnet-architecture/prod

This was temporarily disabled because of issues in the SDK. Issues have been resolved now.

I've got an AppHost project with custom ports for Kafka and Postgres: ``` var kafka = builder.AddKafka("kafka", port: 6000); var postgres = builder.AddPostgres("postgres", port: 6001); var rideService = builder.AddProject("ride-service") .WithReference(postgres)...

bug
area-deployment
azure

When using `azd up` to deploy to Azure, the container build emits a warning: `CONTAINER003: The property 'ContainerImageName' was set but is obsolete - please use 'ContainerRepository' instead.` Normally this...

area-deployment
azure