Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET Aspire content for 9.2 #2870

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

.NET Aspire content for 9.2 #2870

wants to merge 12 commits into from

Conversation

IEvangelist
Copy link
Member

@IEvangelist IEvangelist commented Mar 19, 2025

Summary

.NET Aspire content for 9.2:


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
.github/prompts/adhere-to-writing-style.prompt.md .github/prompts/adhere-to-writing-style.prompt
docs/azure/integrations-overview.md .NET Aspire Azure integrations overview
docs/azure/role-assignments.md Manage Azure role assignments
docs/azureai/azureai-openai-integration.md .NET Aspire Azure OpenAI integration (Preview)
docs/azureai/azureai-search-document-integration.md docs/azureai/azureai-search-document-integration
docs/compatibility/9.2/generated-bicep-updates.md Role Assignments separated from Azure resource bicep
docs/compatibility/9.2/index.md Breaking changes in .NET Aspire 9.2
docs/compatibility/9.2/keyvault-role-assignment-changes.md KeyVault default role assignment changing from KeyVaultAdministrator to KeyVaultSecretsUser
docs/compatibility/9.2/managed-identity-per-app.md docs/compatibility/9.2/managed-identity-per-app
docs/compatibility/9.2/withauthentication-changes.md With authentication API creates keyvault resource in the app model
docs/compatibility/9.2/withcommand-obsolete.md "Breaking change - WithCommand obsolete and new overload with CommandOptions"
docs/compatibility/api-removal.md API removal in .NET Aspire
docs/compatibility/breaking-changes.md docs/compatibility/breaking-changes
docs/compatibility/categories.md How code changes can affect compatibility
docs/compatibility/toc.yml docs/compatibility/toc
docs/extensibility/custom-hosting-integration.md Create custom .NET Aspire hosting integrations
docs/fundamentals/app-host-overview.md .NET Aspire orchestration overview
docs/fundamentals/custom-resource-commands.md Custom resource commands in .NET Aspire
docs/fundamentals/dashboard/configuration.md Dashboard configuration
docs/fundamentals/dotnet-aspire-sdk.md docs/fundamentals/dotnet-aspire-sdk
docs/fundamentals/http-commands.md Custom HTTP commands in .NET Aspire
docs/get-started/aspire-overview.md .NET Aspire overview
docs/get-started/build-your-first-aspire-app.md Quickstart: Build your first .NET Aspire solution
docs/messaging/azure-event-hubs-integration.md docs/messaging/azure-event-hubs-integration
docs/messaging/azure-service-bus-integration.md .NET Aspire Azure Service Bus integration
docs/messaging/azure-web-pubsub-integration.md .NET Aspire Azure Web PubSub integration
docs/messaging/kafka-integration.md .NET Aspire Apache Kafka integration
docs/security/azure-security-key-vault-integration.md docs/security/azure-security-key-vault-integration
docs/toc.yml docs/toc
docs/zones/zone-pivot-groups.yml YamlMime:ZonePivotGroups

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

@IEvangelist IEvangelist requested review from joperezr and adegeo March 19, 2025 20:24
@dotnetrepoman dotnetrepoman bot added database Content related to database. fundamentals Content related to fundamentals. getting-started Content related to getting started. storage Content related to storage. labels Mar 19, 2025
IEvangelist and others added 3 commits March 21, 2025 07:24
* Fixes #2842

* Update configuration.md

Co-authored-by: James Newton-King <[email protected]>

---------

Co-authored-by: James Newton-King <[email protected]>
* Contributes to #2789

* Added PostgreSQL and links to eventing

* Quick edit pass

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <[email protected]>

---------

Co-authored-by: Andy (Steve) De George <[email protected]>
Copy link
Contributor

@adegeo adegeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! One thing to consider.

// After adding all resources, run the app...
```

The preceding example creates a database named `app_db` with a single `todos` table. The script is executed when the database resource is created. The script is passed as a string to the `WithCreationScript` method, which is then executed in the context of the SQL Server resource.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The preceding example creates a database named `app_db` with a single `todos` table. The script is executed when the database resource is created. The script is passed as a string to the `WithCreationScript` method, which is then executed in the context of the SQL Server resource.
The preceding example creates a database named `app_db` with a single `todos` table. The script is run when the database resource is created. The script is passed as a string to the `WithCreationScript` method, which is then executed in the context of the SQL Server resource.

IEvangelist and others added 8 commits March 26, 2025 12:25
* Initial prompts

* Update prompts
* Initial setup

* Rework HTTP command content with an example

* Add images and more details.

* Edit pass

* Added playground sample

* Update HTTP command content with updated source

* Remove duplicated code snippet

* Correct member over parameter

* Fix name
Change links von provectuslabs to Kafbat
* Getting closer on adding roles details

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <[email protected]>

* Address feedback and update content

* Add to TOC

* Edit pass

* Add link

* Fix a few issues

* Remove absolute URL

---------

Co-authored-by: Andy (Steve) De George <[email protected]>
* Added breaking changes for 9.2, fixes #2888 and fixes #2889

* Correct TOC

* Add clarifying type name

* Fixes #2899

* Added new breaking changes docs

* Remove link

* Correct MD lint error/warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment