Skip to content

Commit

Permalink
What's new article (#565)
Browse files Browse the repository at this point in the history
* Bot 🤖 generated "What's new article"

* Update docs/whats-new/dotnet-docs-aspire-mod0.md

---------

Co-authored-by: IEvangelist <[email protected]>
Co-authored-by: David Pine <[email protected]>
  • Loading branch information
3 people authored Apr 2, 2024
1 parent bd4bc03 commit a7affa9
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 93 deletions.
113 changes: 25 additions & 88 deletions docs/whats-new/dotnet-docs-aspire-mod0.md
Original file line number Diff line number Diff line change
@@ -1,126 +1,63 @@
---
title: ".NET Aspire docs: What's new for December 2023"
description: "What's new in the .NET Aspire docs for December 2023."
ms.custom: December-2023
ms.date: 01/04/2024
title: ".NET Aspire docs: What's new for March 2024"
description: "What's new in the .NET Aspire docs for March 2024."
ms.custom: March-2024
ms.date: 04/01/2024
---

# .NET Aspire docs: What's new for December 2023
# .NET Aspire docs: What's new for March 2024

Welcome to what's new in the .NET Aspire docs for December 2023. This article lists some of the major changes to docs during this period.

## Get started

### Updated articles

- [Tutorial: Add .NET Aspire to an existing .NET 8 microservices app](../get-started/add-aspire-existing-app.md) - Fix typo in add-aspire-existing-app.md
- [.NET Aspire overview](../get-started/aspire-overview.md) - Let's see what this looks like
- [Quickstart: Build your first .NET Aspire app](../get-started/build-your-first-aspire-app.md) - Let's see what this looks like
Welcome to what's new in the .NET Aspire docs for March 2024. This article lists some of the major changes to docs during this period.

## Fundamentals

### Updated articles

- [.NET Aspire components overview](../fundamentals/components-overview.md)
- Fix broken component table
- Adding new component bits
- [.NET Aspire dashboard overview](../fundamentals/dashboard.md) - Dashboard overview updated for preview 2
- [.NET Aspire orchestration overview](../fundamentals/app-host-overview.md) - Adding new component bits
- [.NET Aspire setup and tooling](../fundamentals/setup-tooling.md) - Setup and tooling fixes (2nd PR)
- [.NET Aspire setup and tooling](../fundamentals/setup-tooling.md) - Add details about container runtime
- [.NET Aspire orchestration overview](../fundamentals/app-host-overview.md) - Add details for shortcuts
- [.NET Aspire dashboard overview](../fundamentals/dashboard.md) - Add details for shortcuts
- [Persist .NET Aspire app data using volumes](../fundamentals/persist-data-volumes.md) - Add details for shortcuts

## Storage

### New articles

- [Title not found in: #108](../storage/azure-storage.md)

### Updated articles

- [.NET Aspire Azure Blob Storage component](../storage/azure-storage-blobs-component.md) - Adding new component bits
- [Tutorial: Connect an ASP.NET Core app to .NET Aspire storage components](../storage/azure-storage-components.md)
- Adding new component bits
- Let's see what this looks like
- [.NET Aspire Azure Queue Storage component](../storage/azure-storage-queues-component.md) - Adding new component bits
- [.NET Aspire Azure Data Tables component](../storage/azure-storage-tables-component.md) - Adding new component bits
- Added CLI path to storage
- add tags for azd content tracking
- [.NET Aspire Azure Blob Storage component](../storage/azure-storage-blobs-component.md) - Add details for shortcuts
- [.NET Aspire Azure Queue Storage component](../storage/azure-storage-queues-component.md) - Add details for shortcuts

## Database

### New articles

- [.NET Aspire MongoDB database component](../database/mongodb-component.md)
- [.NET Aspire MySQL database component](../database/mysql-component.md)
- [Title not found in: #131](../database/quickstart-sql-server.md)
- [Tutorial: Deploy a .NET Aspire app with a SQL Server Database to Azure](../database/sql-server-component-deployment.md)

### Updated articles

- [.NET Aspire Azure Cosmos DB component](../database/azure-cosmos-db-component.md)
- Adding new component bits
- Remove AddDatabase from Cosmos DB resource.
- [.NET Aspire Microsoft Entity Framework Core Cosmos DB component](../database/azure-cosmos-db-entity-framework-component.md) - Adding new component bits
- [.NET Aspire PostgreSQL component](../database/postgresql-component.md)
- Adding new component bits
- Add AppHost details to the components article
- [.NET Aspire PostgreSQL Entity Framework Core component](../database/postgresql-entity-framework-component.md) - Adding new component bits
- [.NET Aspire SQL Server component](../database/sql-server-component.md)
- Adding new component bits
- Fix typo and be more consistent with naming.
- [.NET Aspire SqlServer Entity Framework Core component](../database/sql-server-entity-framework-component.md) - Adding new component bits
- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md) - Let's see what this looks like
- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md) - Sql server component deploy
- [.NET Aspire Azure Cosmos DB component](../database/azure-cosmos-db-component.md) - Add details for shortcuts
- [Seed data in a database using .NET Aspire](../database/seed-database-data.md) - Add details for shortcuts
- [.NET Aspire SQL Server component](../database/sql-server-component.md) - Add details for shortcuts

## Messaging

### Updated articles

- [.NET Aspire Azure Service Bus component](../messaging/azure-service-bus-component.md) - Adding new component bits
- [.NET Aspire RabbitMQ component](../messaging/rabbitmq-client-component.md) - Adding new component bits
- [Tutorial: Use .NET Aspire messaging components in ASP.NET Core](../messaging/messaging-components.md) - Let's see what this looks like
- [Title not found in: #115](../messaging/quickstart-messaging.md) - fixed appsettings.json name/italicization in quickstart-messaging.md

## Caching

### Updated articles

- [.NET Aspire StackExchange Redis component](../caching/stackexchange-redis-component.md) - Adding new component bits
- [.NET Aspire StackExchange Redis distributed caching component](../caching/stackexchange-redis-distributed-caching-component.md) - Adding new component bits
- [.NET Aspire StackExchange Redis output caching component](../caching/stackexchange-redis-output-caching-component.md) - Adding new component bits
- [Tutorial: Implement caching with .NET Aspire components](../caching/caching-components.md) - Let's see what this looks like

## Security

### Updated articles

- [.NET Aspire Azure Key Vault component](../security/azure-security-key-vault-component.md) - Adding new component bits
- [Tutorial: Use .NET Aspire messaging components in ASP.NET Core](../messaging/messaging-components.md) - Add cli path to manage app

## Deployment

### New articles

- [Title not found in: #152#140#134](../deployment/k8s-deployment.md)

### Updated articles

- [.NET Aspire manifest format for deployment tool builders](../deployment/manifest-format.md) - Manifest and resources
- [Title not found in: #152#140#134](../deployment/k8s-deployment.md)
- Fix typos and grammar in k8s deployment documentation
- Let's see what this looks like
- Deploy to to Kubernetes by using the Aspirate tool

## Reference

### Updated articles

- [Frequently asked questions about .NET Aspire](../reference/aspire-faq.yml) - Let's see what this looks like
- [.NET Aspire manifest format for deployment tool builders](../deployment/manifest-format.md) - Add details for shortcuts
- [Deploy a .NET Aspire app to Azure Container Apps using the Azure Developer CLI (in-depth guide)](../deployment/azure/aca-deployment-azd-in-depth.md) - add tags for azd content tracking
- [Tutorial: Deploy a .NET Aspire app using the Azure Developer CLI and GitHub Actions](../deployment/azure/aca-deployment-github-actions.md) - add tags for azd content tracking
- [Deploy a .NET Aspire app to Azure Container Apps](../deployment/azure/aca-deployment.md) - add tags for azd content tracking

## Community contributors

The following people contributed to the .NET Aspire docs during this period. Thank you! Learn how to contribute by following the links under "Get involved" in the [what's new landing page](index.yml).

- [peteraritchie](https://github.com/peteraritchie) - Peter Ritchie ![4 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-4-green)
- [alexwiese](https://github.com/alexwiese) - Alex Wiese ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [ericmutta](https://github.com/ericmutta) - Eric Mutta ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [georgiosd](https://github.com/georgiosd) - Georgios Diamantopoulos ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [HTSchoenfelder](https://github.com/HTSchoenfelder) - Henrik Schönfelder ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [jasond-s](https://github.com/jasond-s) - Jason Dryhurst-Smith ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [Roman-Blinkov](https://github.com/Roman-Blinkov) - Roman Blinkov ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [smargoli2](https://github.com/smargoli2) - Sora Teichman ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [ZieMcd](https://github.com/ZieMcd) - Zie Mcdowell ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [Alexanderbtw](https://github.com/Alexanderbtw) - Alexander ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
6 changes: 3 additions & 3 deletions docs/whats-new/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ summary: Welcome to what's new in .NET Aspire docs. Use this page to quickly fin
metadata:
title: .NET Aspire what's new?
description: Learn about new and updated content in .NET Aspire docs.
ms.date: 03/01/2024
ms.date: 04/01/2024
ms.topic: landing-page
landingContent:
- title: .NET Aspire preview documentation
Expand All @@ -32,12 +32,12 @@ landingContent:
linkLists:
- linkListType: whats-new
links:
- text: March 2024
url: dotnet-docs-aspire-mod0.md
- text: February 2024
url: dotnet-docs-aspire-mod2.md
- text: January 2024
url: dotnet-docs-aspire-mod1.md
- text: December 2023
url: dotnet-docs-aspire-mod0.md
- title: Find language updates
linkLists:
- linkListType: whats-new
Expand Down
4 changes: 2 additions & 2 deletions docs/whats-new/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ items:
- name: Latest documentation updates
expanded: true
items:
- name: March 2024
href: dotnet-docs-aspire-mod0.md
- name: February 2024
href: dotnet-docs-aspire-mod2.md
- name: January 2024
href: dotnet-docs-aspire-mod1.md
- name: December 2023
href: dotnet-docs-aspire-mod0.md

0 comments on commit a7affa9

Please sign in to comment.