Skip to content

.NET Aspire release 9.3 content #3368

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

Merged
merged 48 commits into from
May 19, 2025
Merged

.NET Aspire release 9.3 content #3368

merged 48 commits into from
May 19, 2025

Conversation

IEvangelist
Copy link
Member

@IEvangelist IEvangelist commented May 7, 2025

Summary

.NET Aspire release 9.3 content

In this PR:


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/app-host/configuration.md App host configuration
docs/app-host/eventing.md Eventing in .NET Aspire
docs/architecture/overview.md .NET Aspire architecture overview
docs/azure/azure-app-configuration-integration.md docs/azure/azure-app-configuration-integration
docs/azure/container-registry-integration.md .NET Aspire Azure Container Registry integration (Preview)
docs/azure/integrations-overview.md Azure integrations overview
docs/azure/user-assigned-managed-identity.md User-assigned managed identities in .NET Aspire
docs/azureai/azureai-inference-integration.md docs/azureai/azureai-inference-integration
docs/community-toolkit/dapr.md .NET Aspire Dapr integration
docs/compatibility/9.3/azure-sql-server-default-sku-changes.md Change the default SKU used for creating a new Azure SQL database
docs/compatibility/9.3/azure-sql-server-default-uami-admin.md "Breaking change - AddAzureSqlServer assigns a dedicated user-assigned managed identity as the administrator"
docs/compatibility/9.3/index.md Breaking changes in .NET Aspire 9.3
docs/compatibility/9.3/remove-publisher-apis.md Removal of DockerComposePublisher, KubernetesPublisher, and AzurePublisher
docs/compatibility/9.3/with-health-checks-changes.md docs/compatibility/9.3/with-health-checks-changes
docs/compatibility/toc.yml docs/compatibility/toc
docs/database/azure-cosmos-db-integration.md .NET Aspire Azure Cosmos DB integration
docs/fundamentals/app-host-overview.md .NET Aspire orchestration overview
docs/fundamentals/custom-resource-urls.md Define custom resource URLs
docs/fundamentals/dashboard/copilot.md docs/fundamentals/dashboard/copilot
docs/fundamentals/dashboard/microsoft-collected-dashboard-telemetry.md Microsoft-collected dashboard telemetry
docs/fundamentals/dashboard/overview.md .NET Aspire dashboard overview
docs/fundamentals/dashboard/standalone.md Standalone .NET Aspire dashboard
docs/index.yml docs/index
docs/reference/aspire-faq.yml Frequently asked questions about .NET Aspire
docs/storage/azure-storage-queues-integration.md .NET Aspire Azure Queue Storage integration
docs/toc.yml docs/toc
docs/whats-new/dotnet-aspire-9.3.md What's new in .NET Aspire 9.3
docs/whats-new/index.yml .NET Aspire — what's new?
docs/whats-new/toc.yml docs/whats-new/toc

@IEvangelist IEvangelist force-pushed the release-9.3 branch 2 times, most recently from 9a1c457 to 94bab3c Compare May 8, 2025 13:28
IEvangelist and others added 17 commits May 9, 2025 11:12
* wip

* wip

* update

* add image

* Revision based on suggestions, add to TOC

* Apply suggestions from code review

* Clarify command/resource type names not sent

---------

Co-authored-by: Adam Ratzman <adamratzman@microsoft.com>
Co-authored-by: David Pine <david.pine@microsoft.com>
* Clean up

* Fix icon
* Initial draft of new user-assigned managed ids.

* Edit pass and TOC reposition.

* Fix issue with backticks

* Minor updates
IEvangelist and others added 5 commits May 12, 2025 10:10
* Fixes #3373, removal of publisher APIs.

* Minor tweaks

* Edit pass

* Sort table

* Apply suggestions from code review

Co-authored-by: David Fowler <davidfowl@gmail.com>

* Address feedback

---------

Co-authored-by: David Fowler <davidfowl@gmail.com>
* Add ACR hosting integration content. Fixes #3222

* Fix code ref

* Address feedback

* Add TOC preview

* Adjust code bit
* Fixes #3372. Adds new eventing APIs.

* Minor edit for constistency

* Fix output

* Fix build

* Try to fix highlighting
@davidfowl
Copy link
Member

davidfowl commented May 13, 2025

Dump before polish

App Model

Integrations

Dashboard

Deployment

  • Reworked publisher model to support multiple resources (Implement new "default" publisher aspire#9096)

    AddDockerComposeEnvironment
    AddKubernetesEnviroment
    AddAzureEnvironment
    
  • Added support for compute environment resources

    WithComputeEnvironment
    

Docker Compose

Kubernetes

  • Added support for manipulating k8s manifests as part of publish flow via C#.

Azure

Azure Developer CLI (azd)

Aspire CLI

API Diff

dotnet/aspire#8736

IEvangelist and others added 3 commits May 14, 2025 10:41
* WIP

* Early draft

* Getting closer, still needs more refinement

* Minor tweak

* More updates

* Added app topology examples

* Add note about eventual consistency

* Edit pass

* Fix link

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Address feedback

* Address feedback

* Fix up TOC

* TOC adjustment

* Clean up image

* Add upgrade content to welcome

* Adjust TOC

* TOC tweak

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* Initial draft of Azure AI Inference content

* Tweak text

* Tweak include text

* Remove framework

* Added logging and tracing sections.

* Correct MD warning

* Remove icon usage for alt-text

* Trying something slightly different

* Fix text

* Apply suggestions from code review

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Update docs/azureai/azureai-inference-integration.md

---------

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
* Fixes #3395, adds Azure App Configuration.

* Fix include link
IEvangelist and others added 3 commits May 18, 2025 18:50
Co-authored-by: Alex Crome <afscrome@users.noreply.github.com>
Copy link
Member

@maddymontaquila maddymontaquila left a comment

Choose a reason for hiding this comment

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

noice

Co-authored-by: Maddy Montaquila (Leger) <maddyleger1@gmail.com>
@IEvangelist IEvangelist marked this pull request as ready for review May 19, 2025 14:18
eerhardt and others added 4 commits May 19, 2025 10:08
Tweaking some wording to make the doc more correct.
* Add GHCP dashboard documentation

* Update

* Update what's new

* Fixes

---------

Co-authored-by: James Newton-King <james@newtonking.com>
@IEvangelist IEvangelist dismissed maddymontaquila’s stale review May 19, 2025 16:01

We need to ship - fix in post

@IEvangelist IEvangelist merged commit 77c03c3 into main May 19, 2025
9 checks passed
@IEvangelist IEvangelist deleted the release-9.3 branch May 19, 2025 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment