Can Aspire Applications Be Deployed on Self-Hosted or Private Clouds, or Are They Azure-Specific? #6847
-
Hi, I have been exploring the Aspire framework for .NET applications and was curious about the deployment options available. Specifically: Is it possible to deploy Aspire-based applications on self-hosted servers or private cloud infrastructures (on-premises solutions)? Thank you in advance for any insights or resources you can provide! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Aspire isn’t tightly coupled to azure, we (Microsoft) build tooling for azure. If you use the azure packages then you are coupling yourself to azure and we provide tools to help you dev and deploy to that environment. There are other tools (like aspirate) https://github.com/prom3theu5/aspirational-manifests that can target some other environments. If we’re successful, other people will build tools for various environments to automate end to end deployment. With all of that said, you don’t need to wait for automated tools to deploy your application elsewhere. You can deploy manually to any environment before aspire existed by providing the right set of configuration values and environment to various places (that’s what these deployment tools attempt to automate). |
Beta Was this translation helpful? Give feedback.
-
See the improvements to deployment in the latest https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.2#-deployment-improvements |
Beta Was this translation helpful? Give feedback.
See the improvements to deployment in the latest https://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9.2#-deployment-improvements