Deploy .Net Aspire project to an Azure VM #5116
Answered
by
davidfowl
junaidahmed92
asked this question in
Q&A
-
I am doing some research on .NET Aspire and have a few questions regarding it:
|
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 27, 2025
Replies: 1 comment
-
Deploy to an Azure VM using what technology? Aspire doesn't orchestrate your application in production, but it can be used to emit deployment assets. If you are using a VM then you need to decide how to deploy there and then see if aspire can generate assets for that specific technology. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidfowl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Deploy to an Azure VM using what technology? Aspire doesn't orchestrate your application in production, but it can be used to emit deployment assets. If you are using a VM then you need to decide how to deploy there and then see if aspire can generate assets for that specific technology.