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

✅ Merge main into live #346

Merged
merged 2 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed docs/deployment/azure/media/aspire-azd-01.png
Binary file not shown.
Binary file removed docs/deployment/azure/media/aspire-azd-02.png
Binary file not shown.
Binary file removed docs/deployment/azure/media/aspire-azd-03.png
Binary file not shown.
Binary file removed docs/deployment/azure/media/aspire-azd-04.png
Binary file not shown.
Binary file removed docs/deployment/azure/media/aspire-azd-05.png
Binary file not shown.
Binary file removed docs/deployment/azure/media/init-workflow.png
Binary file not shown.
Binary file removed docs/fundamentals/media/dashboard/containers.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/fundamentals/media/dashboard/executables.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed docs/fundamentals/media/dashboard/trace-view.png
Binary file not shown.
Binary file not shown.
150 changes: 150 additions & 0 deletions docs/whats-new/dotnet-docs-aspire-mod1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
---
title: ".NET Aspire docs: What's new for January 2024"
description: "What's new in the .NET Aspire docs for January 2024."
ms.custom: January-2024
ms.date: 02/01/2024
---

# .NET Aspire docs: What's new for January 2024

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

## Get started

### New articles

- [Build .NET Aspire apps with Node.js](../get-started/build-aspire-apps-with-nodejs.md)

### Updated articles

- [Build .NET Aspire apps with Node.js](../get-started/build-aspire-apps-with-nodejs.md)
- update Angular Aspire description to match the sample
- .NET Aspire with Node.js content
- [.NET Aspire overview](../get-started/aspire-overview.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [Quickstart: Build your first .NET Aspire app](../get-started/build-your-first-aspire-app.md) - Remove Container methods from AppHost docs

## Fundamentals

### New articles

- [Persist .NET Aspire app data using volumes](../fundamentals/persist-data-volumes.md)
- [.NET Aspire inner-loop networking overview](../fundamentals/networking-overview.md)

### Updated articles

- [.NET Aspire components overview](../fundamentals/components-overview.md)
- fix mongodb link
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire orchestration overview](../fundamentals/app-host-overview.md) - Remove Container methods from AppHost docs

## Storage

### Updated articles

- [.NET Aspire Azure Blob Storage component](../storage/azure-storage-blobs-component.md) - Restructure components, and add Azure hosting bits
- [Tutorial: Connect an ASP.NET Core app to .NET Aspire storage components](../storage/azure-storage-components.md) - Restructure components, and add Azure hosting bits
- [.NET Aspire Azure Queue Storage component](../storage/azure-storage-queues-component.md) - Restructure components, and add Azure hosting bits
- [.NET Aspire Azure Data Tables component](../storage/azure-storage-tables-component.md) - Restructure components, and add Azure hosting bits

## Database

### Updated articles

- [Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core](../database/sql-server-components.md)
- Removed unused variable from "Tutorial: Connect an ASP.NET Core app to SQL Server using .NET Aspire and Entity Framework Core"
- Restructure components, and add Azure hosting bits
- [.NET Aspire Azure Cosmos DB component](../database/azure-cosmos-db-component.md) - Restructure components, and add Azure hosting bits
- [.NET Aspire Microsoft Entity Framework Core Cosmos DB component](../database/azure-cosmos-db-entity-framework-component.md) - Restructure components, and add Azure hosting bits
- [.NET Aspire MongoDB database component](../database/mongodb-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire MySQL database component](../database/mysql-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire PostgreSQL component](../database/postgresql-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire PostgreSQL Entity Framework Core component](../database/postgresql-entity-framework-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire SQL Server component](../database/sql-server-component.md)
- Restructure components, and add Azure hosting bits
- Update sql-server-component.md
- Remove Container methods from AppHost docs
- [.NET Aspire SqlServer Entity Framework Core component](../database/sql-server-entity-framework-component.md)
- Restructure components, and add Azure hosting bits
- Patch 2
- Remove Container methods from AppHost docs

## Messaging

### Updated articles

- [.NET Aspire Azure Service Bus component](../messaging/azure-service-bus-component.md) - Restructure components, and add Azure hosting bits
- [Tutorial: Use .NET Aspire messaging components in ASP.NET Core](../messaging/messaging-components.md)
- Restructure components, and add Azure hosting bits
- Update messaging-components.md
- [.NET Aspire RabbitMQ component](../messaging/rabbitmq-client-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs

## Caching

### Updated articles

- [.NET Aspire StackExchange Redis component](../caching/stackexchange-redis-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire StackExchange Redis distributed caching component](../caching/stackexchange-redis-distributed-caching-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [.NET Aspire StackExchange Redis output caching component](../caching/stackexchange-redis-output-caching-component.md)
- Restructure components, and add Azure hosting bits
- Remove Container methods from AppHost docs
- [Tutorial: Implement caching with .NET Aspire components](../caching/caching-components.md)
- Update caching-components.md
- New Cache tutorial
- Remove Container methods from AppHost docs

## Security

### Updated articles

- [.NET Aspire Azure Key Vault component](../security/azure-security-key-vault-component.md) - Restructure components, and add Azure hosting bits

## Deployment

### New articles

- [Tutorial: Deploy a .NET Aspire app using the Azure Developer CLI and GitHub Actions](../deployment/azure/aca-deployment-github-actions.md)

### Updated articles

- [.NET Aspire manifest format for deployment tool builders](../deployment/manifest-format.md)
- Fixed run -> build in sample
- Remove Container methods from AppHost docs
- [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)
- Remove Container methods from AppHost docs
- Tutorial for deploying using azd and github actions
- [Use Application Insights for .NET Aspire telemetry](../deployment/azure/application-insights.md) - Remove Container methods from AppHost docs

## Reference

### Updated articles

- [Frequently asked questions about .NET Aspire](../reference/aspire-faq.yml) - Add FAQ from Aspire discussion

## 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).

- [MrXhh](https://github.com/MrXhh) - 小辉辉 ![2 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-2-green)
- [Banovvv](https://github.com/Banovvv) - Ivan Gechev ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [josephaw1022](https://github.com/josephaw1022) - Joe Whiteaker ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [mountain65](https://github.com/mountain65) - Richard de Zwart ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [timdeschryver](https://github.com/timdeschryver) - Tim Deschryver ![1 pull requests.](https://img.shields.io/badge/Merged%20Pull%20Requests-1-green)
- [VahidFarahmandian](https://github.com/VahidFarahmandian) - Vahid Farahmandian ![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)
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 documentation what's new?
description: Learn about new and updated content in .NET Aspire docs.
ms.date: 01/04/2024
ms.date: 02/01/2024
ms.topic: landing-page
landingContent:
- title: .NET Aspire release updates
Expand All @@ -20,12 +20,12 @@ landingContent:
linkLists:
- linkListType: whats-new
links:
- text: January 2024
url: dotnet-docs-aspire-mod1.md
- text: December 2023
url: dotnet-docs-aspire-mod0.md
- text: December 2023 (preview 2)
url: https://devblogs.microsoft.com/dotnet/announcing-dotnet-aspire-preview-2
- text: November 2023 (preview 1)
url: https://devblogs.microsoft.com/dotnet/introducing-dotnet-aspire-simplifying-cloud-native-development-with-dotnet-8
- title: Find language updates
linkLists:
- linkListType: whats-new
Expand Down
2 changes: 2 additions & 0 deletions docs/whats-new/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ items:
- name: Latest documentation updates
expanded: true
items:
- name: January 2024
href: dotnet-docs-aspire-mod1.md
- name: December 2023
href: dotnet-docs-aspire-mod0.md
- name: November 2023
Expand Down
Loading