Cost-aware guidance for .NET Aspire apps on Azure (ISV Success context) #10913
Unanswered
sultanaalyami
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi @davidfowl,
A quick follow-up to our earlier WebDeploy/Aspire discussion. I’m preparing to work within Microsoft’s ISV Success track, and I’d like to ask for practical guidance on building cost-aware Aspire ecosystems on Azure.
Context:
What I’m looking for: cost-first patterns and defaults for Aspire apps so developers don’t accidentally burn credits while experimenting. Concretely:
Scale-to-zero & autoscale defaults
Background processors
Observability overhead
Service composition
“Low-cost profile” in templates
• conservative CPU/memory defaults,
• scale-to-zero where possible,
• optional/disabled-by-default diagnostics,
• clear notes on Azure SKUs that can accumulate idle cost?
Any pointers, sample
Aspire.AppHost
snippets, or official docs you recommend would be super helpful—especially for ISVs who need predictable spend while they prototype.Thanks a lot for your time and for all the amazing work on Aspire and the surrounding ecosystem!
—Sultan Alyami
Beta Was this translation helpful? Give feedback.
All reactions