microsoft / microsoft/aspire.dev
Update polyglot article
@IEvangelist is already working on this.
Since Jun 2, 2026.
- Dominant language
- MDX
- Stars
- 193
- Forks
- 87
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 73
Description
The PR https://github.com/microsoft/aspire.dev/pull/277 introduce a new article about polyglot support.
This article needs to be updated:
- Suggest `aspire new -l typescript --name my-apphost` after the `init` sample
- After adding integrations, show the changes to add a usage of these integrations and then how to run the apphost (aspire run). Only use the postgres and azure storage integrations though.
- add another paragraph showing how to also add a javascript application, just the apphost changes, the application is for the user to create. It may require the correct integration to be added though.
- use `$HOME` for powershell commands to represent the home dir
- Important: Remove all other languages that are not TypeScript. We only want to cover this language for now.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.