Replies: 1 comment 4 replies
-
No this isn't something supported out of the box. Maybe split your application into multiple libraries instead? This scenario hasn't come up much but maybe in the future we'll design something (if it turns out to be common). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got a question I've a aspire solution right now with like 30 separate containers.
It works ok, but I also have 30 separate Azure Container Apps now which I don't want.
2 things I want:
I'm wanna split things up as much as possible to keep nice bounded contexts, some contexts are very small and are not worth running on a separate container.
So instead of paying for 30 azure container apps, i just not wanna go that way, just wanna go with a few azure app containers or even one. But have everything split up very well.
That when I wanna split things up, I can do it easily.
So basically:
I want to have 30 api's hosted as 1 application, is that possible trough Aspire?
Beta Was this translation helpful? Give feedback.
All reactions