diff --git a/docs/deployment/azure/media/aspire-azd-01.png b/docs/deployment/azure/media/aspire-azd-01.png deleted file mode 100644 index a3618cfc54..0000000000 Binary files a/docs/deployment/azure/media/aspire-azd-01.png and /dev/null differ diff --git a/docs/deployment/azure/media/aspire-azd-02.png b/docs/deployment/azure/media/aspire-azd-02.png deleted file mode 100644 index 328771cc3c..0000000000 Binary files a/docs/deployment/azure/media/aspire-azd-02.png and /dev/null differ diff --git a/docs/deployment/azure/media/aspire-azd-03.png b/docs/deployment/azure/media/aspire-azd-03.png deleted file mode 100644 index 81e3de312a..0000000000 Binary files a/docs/deployment/azure/media/aspire-azd-03.png and /dev/null differ diff --git a/docs/deployment/azure/media/aspire-azd-04.png b/docs/deployment/azure/media/aspire-azd-04.png deleted file mode 100644 index 52f054d6a3..0000000000 Binary files a/docs/deployment/azure/media/aspire-azd-04.png and /dev/null differ diff --git a/docs/deployment/azure/media/aspire-azd-05.png b/docs/deployment/azure/media/aspire-azd-05.png deleted file mode 100644 index bef6e5d12d..0000000000 Binary files a/docs/deployment/azure/media/aspire-azd-05.png and /dev/null differ diff --git a/docs/deployment/azure/media/init-workflow.png b/docs/deployment/azure/media/init-workflow.png deleted file mode 100644 index b5574326d7..0000000000 Binary files a/docs/deployment/azure/media/init-workflow.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/containers.png b/docs/fundamentals/media/dashboard/containers.png deleted file mode 100644 index 2679afe15d..0000000000 Binary files a/docs/fundamentals/media/dashboard/containers.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/executable-logs.png b/docs/fundamentals/media/dashboard/executable-logs.png deleted file mode 100644 index 94aa2869be..0000000000 Binary files a/docs/fundamentals/media/dashboard/executable-logs.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/executables.png b/docs/fundamentals/media/dashboard/executables.png deleted file mode 100644 index 5cdac28588..0000000000 Binary files a/docs/fundamentals/media/dashboard/executables.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/project-logs-web.png b/docs/fundamentals/media/dashboard/project-logs-web.png deleted file mode 100644 index 5e4ca38094..0000000000 Binary files a/docs/fundamentals/media/dashboard/project-logs-web.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/structured-logs-filter-compare.png b/docs/fundamentals/media/dashboard/structured-logs-filter-compare.png deleted file mode 100644 index 4fe5702fd2..0000000000 Binary files a/docs/fundamentals/media/dashboard/structured-logs-filter-compare.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/structured-logs-filter-field.png b/docs/fundamentals/media/dashboard/structured-logs-filter-field.png deleted file mode 100644 index ec29afbd83..0000000000 Binary files a/docs/fundamentals/media/dashboard/structured-logs-filter-field.png and /dev/null differ diff --git a/docs/fundamentals/media/dashboard/trace-view.png b/docs/fundamentals/media/dashboard/trace-view.png deleted file mode 100644 index 14cc16b269..0000000000 Binary files a/docs/fundamentals/media/dashboard/trace-view.png and /dev/null differ diff --git a/docs/fundamentals/media/networking/proxy-with-docker-port-mapping.png b/docs/fundamentals/media/networking/proxy-with-docker-port-mapping.png deleted file mode 100644 index 614d59a57a..0000000000 Binary files a/docs/fundamentals/media/networking/proxy-with-docker-port-mapping.png and /dev/null differ diff --git a/docs/whats-new/dotnet-docs-aspire-mod1.md b/docs/whats-new/dotnet-docs-aspire-mod1.md new file mode 100644 index 0000000000..25bf3bb1ed --- /dev/null +++ b/docs/whats-new/dotnet-docs-aspire-mod1.md @@ -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) diff --git a/docs/whats-new/index.yml b/docs/whats-new/index.yml index 323fb19c33..14725d15a5 100644 --- a/docs/whats-new/index.yml +++ b/docs/whats-new/index.yml @@ -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 @@ -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 diff --git a/docs/whats-new/toc.yml b/docs/whats-new/toc.yml index 6159b248b3..f625c2de64 100644 --- a/docs/whats-new/toc.yml +++ b/docs/whats-new/toc.yml @@ -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