Native Azure Functions with .Net Aspire. #9571
Unanswered
ricoprzybylski
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are you using aspire for local development only? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm exploring .NET Aspire for local orchestration of Azure Functions but want to deploy them natively as serverless Azure Functions to leverage full serverless benefits (e.g., automatic scalability, cost efficiency). Currently, .NET Aspire lacks native Azure Functions support, so I'm considering a hybrid approach: use .NET Aspire for local development and orchestrate Azure Functions locally, but deploy them separately using GitHub Actions.
My proposed approach in the .NET Aspire host project:
And a GitHub Actions extra step for deployment azure function:
My question: Does this approach make sense? Are there potential pitfalls or better alternatives for integrating .NET Aspire with native Azure Functions?
Goals:
Any feedback or suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions