Skip to content

[BULK CHANGE] Content SFI - Stay Green: Add ms.custom values for ROPC, GA, and Images #4160

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 1 commit into from
Jul 30, 2025
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
1 change: 1 addition & 0 deletions docs/app-host/eventing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Eventing in .NET Aspire
description: Learn how to use the .NET eventing features with .NET Aspire.
ms.date: 07/10/2025
ms.custom: sfi-ropc-nochange
---

# Eventing in .NET Aspire
Expand Down
1 change: 1 addition & 0 deletions docs/authentication/keycloak-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Keycloak integration (Preview)
description: Learn how to use the .NET Aspire Keycloak integration, which includes both hosting and client integrations.
ms.date: 07/16/2025
uid: authentication/keycloak-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Keycloak integration (Preview)
Expand Down
1 change: 1 addition & 0 deletions docs/azureai/azureai-openai-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Azure OpenAI integration (Preview)
description: Learn how to use the .NET Aspire Azure OpenAI integration.
ms.date: 07/22/2025
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Azure OpenAI integration (Preview)
Expand Down
1 change: 1 addition & 0 deletions docs/azureai/azureai-search-document-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Azure AI Search integration
description: Learn how to integrate Azure AI Search with .NET Aspire.
ms.date: 07/22/2025
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Azure AI Search integration
Expand Down
1 change: 1 addition & 0 deletions docs/caching/caching-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Implement caching with .NET Aspire integrations
description: Learn how to connect to Redis and cache data using .NET Aspire integrations.
ms.date: 02/05/2025
ms.topic: tutorial
ms.custom: sfi-ropc-nochange
---

# Tutorial: Implement caching with .NET Aspire integrations
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/azure-redis-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

### Add Azure Cache for Redis authenticated client
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/azure-redis-distributed-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

### Add Azure Cache for Redis authenticated distributed client
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/azure-redis-output-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

### Add Azure Cache for Redis authenticated output client
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/garnet-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The Garnet hosting integration models a Garnet resource as the <xref:Aspire.Hosting.ApplicationModel.GarnetResource> type. To access this type and APIs that allow you to add it to your [📦 Aspire.Hosting.Garnet](https://www.nuget.org/packages/Aspire.Hosting.Garnet) NuGet package in the [app host](xref:dotnet/aspire/app-host) project.
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/redis-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The Redis hosting integration models a Redis resource as the <xref:Aspire.Hosting.ApplicationModel.RedisResource> type. To access this type and APIs for expressing them as resources in your [app host](xref:dotnet/aspire/app-host) project, add the [📦 Aspire.Hosting.Redis](https://www.nuget.org/packages/Aspire.Hosting.Redis) NuGet package:
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/redis-client-json-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The .NET Aspire Stack Exchange Redis integration supports <xref:Microsoft.Extensions.Configuration?displayProperty=fullName>. It loads the <xref:Aspire.StackExchange.Redis.StackExchangeRedisSettings> from configuration by using the `Aspire:StackExchange:Redis` key. Example _:::no-loc text="appsettings.json":::_ that configures some of the options:
Expand Down
1 change: 1 addition & 0 deletions docs/caching/includes/valkey-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The Valkey hosting integration models a Valkey resource as the <xref:Aspire.Hosting.ApplicationModel.ValkeyResource> type. To access this type and APIs that allow you to add it to your [📦 Aspire.Hosting.Valkey](https://www.nuget.org/packages/Aspire.Hosting.Valkey) NuGet package in the [app host](xref:dotnet/aspire/app-host) project.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Redis distributed caching integration
description: Learn how to use the .NET Aspire Redis distributed caching integration, which includes both hosting and client integrations.
ms.date: 02/05/2025
zone_pivot_groups: resp-host
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Redis&reg;<sup>**[*](#registered)**</sup> distributed caching integration
Expand Down
1 change: 1 addition & 0 deletions docs/caching/stackexchange-redis-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Redis integration
description: Learn how to use the .NET Aspire Redis integration, which includes both hosting and client integrations.
ms.date: 02/05/2025
zone_pivot_groups: resp-host
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Redis&reg;<sup>**[*](#registered)**</sup> integration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Redis output caching integration
description: Learn how to use the .NET Aspire Redis output caching integration to register an ASP.NET Core Output Caching provider backed by a Redis server.
ms.date: 02/05/2025
zone_pivot_groups: resp-host
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Redis&reg;<sup>**[*](#registered)**</sup> output caching integration
Expand Down
1 change: 1 addition & 0 deletions docs/community-toolkit/hosting-data-api-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Community Toolkit Azure Data API Builder hosting integration
author: tommasodotNET
description: Learn how to use the .NET Aspire Community Toolkit Azure Data API Builder hosting integration to host DAB as a container.
ms.date: 11/18/2024
ms.custom: sfi-ropc-nochange
---

# Community Toolkit Azure Data API Builder hosting integration
Expand Down
1 change: 1 addition & 0 deletions docs/community-toolkit/hosting-eventstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Community Toolkit EventStore integration
description: Learn how to use the .NET Aspire EventStore hosting and client integration to run the EventStore container and accessing it via the EventStore client.
ms.date: 11/21/2024
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Community Toolkit EventStore integration
Expand Down
1 change: 1 addition & 0 deletions docs/community-toolkit/hosting-meilisearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Community Toolkit Meilisearch integration
description: Learn how to use the .NET Aspire Meilisearch hosting and client integration to run the Meilisearch container and accessing it via the Meilisearch client.
ms.date: 10/24/2024
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Community Toolkit Meilisearch integration
Expand Down
1 change: 1 addition & 0 deletions docs/community-toolkit/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Community Toolkit Ollama integration
description: Learn how to use the .NET Aspire Ollama hosting and client integration to host Ollama models using the Ollama container and accessing it via the OllamaSharp client.
ms.date: 10/24/2024
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Community Toolkit Ollama integration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Cosmos DB Entity Framework Core integration
description: Learn how to install and configure the .NET Aspire Cosmos DB Entity Framework Core integration to connect to existing Cosmos DB instances or create new instances from .NET with the Azure Cosmos DB emulator.
ms.date: 04/01/2025
uid: dotnet/aspire/azure-cosmos-db-entity-framework-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Cosmos DB Entity Framework Core integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/azure-cosmos-db-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Azure Cosmos DB integration
description: Learn how to install and configure the .NET Aspire Azure Cosmos DB integration to connect to existing Cosmos DB instances or create new instances from .NET with the Azure Cosmos DB emulator.
ms.date: 05/15/2025
uid: dotnet/aspire/azure-cosmos-db-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Azure Cosmos DB integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/ef-core-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: Learn about how to to apply Entity Framework Core migrations in .NE
ms.date: 07/31/2024
ms.topic: how-to
uid: database/ef-core-migrations
ms.custom: sfi-image-nochange
---

# Apply Entity Framework Core migrations in .NET Aspire
Expand Down
1 change: 1 addition & 0 deletions docs/database/includes/azure-postgresql-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

To get started with the .NET Aspire Azure PostgreSQL client integration, install the [📦 Aspire.Azure.Npgsql](https://www.nuget.org/packages/Aspire.Azure.Npgsql) NuGet package in the client-consuming project, that is, the project for the application that uses the PostgreSQL client. The PostgreSQL client integration registers an [NpgsqlDataSource](https://www.npgsql.org/doc/api/Npgsql.NpgsqlDataSource.html) instance that you can use to interact with PostgreSQL.
Expand Down
1 change: 1 addition & 0 deletions docs/database/includes/azure-postgresql-ef-client.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

To get started with the .NET Aspire PostgreSQL Entity Framework Core client integration, install the [📦 Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL](https://www.nuget.org/packages/) NuGet package in the client-consuming project, that is, the project for the application that uses the PostgreSQL client. The .NET Aspire PostgreSQL Entity Framework Core client integration registers your desired `DbContext` subclass instances that you can use to interact with PostgreSQL.
Expand Down
1 change: 1 addition & 0 deletions docs/database/includes/mysql-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The MySQL hosting integration models the server as the <xref:Aspire.Hosting.ApplicationModel.MySqlServerResource> type and the database as the <xref:Aspire.Hosting.ApplicationModel.MySqlDatabaseResource> type. To access these types and APIs, add the [📦 Aspire.Hosting.MySql](https://www.nuget.org/packages/Aspire.Hosting.MySql) NuGet package in the [app host](xref:dotnet/aspire/app-host) project.
Expand Down
1 change: 1 addition & 0 deletions docs/database/includes/postgresql-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The PostgreSQL hosting integration models various PostgreSQL resources as the following types.
Expand Down
1 change: 1 addition & 0 deletions docs/database/includes/sql-app-host.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
ms.topic: include
ms.custom: sfi-ropc-nochange
---

The SQL Server hosting integration models the server as the <xref:Aspire.Hosting.ApplicationModel.SqlServerServerResource> type and the database as the <xref:Aspire.Hosting.ApplicationModel.SqlServerDatabaseResource> type. To access these types and APIs, add the [📦 Aspire.Hosting.SqlServer](https://www.nuget.org/packages/Aspire.Hosting.SqlServer) NuGet package in the [app host](xref:dotnet/aspire/app-host) project.
Expand Down
1 change: 1 addition & 0 deletions docs/database/milvus-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Milvus database integration
description: Learn how to use the .NET Aspire Milvus database integration, which includes both hosting and client integrations.
ms.date: 02/14/2025
uid: database/milvus-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Milvus database integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/mongodb-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire MongoDB database integration
description: Learn how to use the .NET Aspire MongoDB database integration, which includes both hosting and client integrations.
ms.date: 02/19/2025
uid: database/mongodb-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire MongoDB database integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/mysql-entity-framework-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: .NET Aspire Pomelo MySQL Entity Framework Core integration
description: Learn how to use the .NET Aspire MySQL Entity Framework integration, which includes both hosting and client integrations.
ms.date: 02/07/2025
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Pomelo MySQL Entity Framework Core integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/mysql-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire MySQL database integration
description: Learn how to use the .NET Aspire MySQL database integration, which includes both hosting and client integrations.
ms.date: 02/07/2025
uid: storage/mysql-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire MySQL integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/oracle-entity-framework-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Oracle Entity Framework Core integration
description: Learn how to use the .NET Aspire Oracle Entity Framework Core integration, which includes both hosting and client integrations.
ms.date: 01/21/2025
uid: database/oracle-entity-framework-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Oracle Entity Framework Core integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/postgresql-entity-framework-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire PostgreSQL Entity Framework Core integration
description: Learn how to integrate PostgreSQL with .NET Aspire applications using Entity Framework Core, using both hosting and client integrations.
ms.date: 02/07/2025
uid: database/postgresql-ef-core-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire PostgreSQL Entity Framework Core integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/postgresql-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire PostgreSQL integration
description: Learn how to integrate PostgreSQL with .NET Aspire applications, using both hosting and client integrations.
ms.date: 07/22/2025
uid: database/postgresql-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire PostgreSQL integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/qdrant-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire Qdrant integration
description: Learn how to use the .NET Aspire Qdrant integration, which includes both hosting and client integrations.
ms.date: 07/22/2025
uid: database/qdrant-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire Qdrant integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/sql-server-entity-framework-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire SQL Server Entity Framework Core integration
description: Learn how to use the .NET Aspire SQL Server Entity Framework integration, which includes both hosting and client integrations.
ms.date: 02/07/2025
uid: database/sql-server-ef-core-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire SQL Server Entity Framework Core integration
Expand Down
1 change: 1 addition & 0 deletions docs/database/sql-server-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: .NET Aspire SQL Server integration
description: Learn how to use the .NET Aspire SQL Server integration, which includes both hosting and client integrations.
ms.date: 02/07/2025
uid: database/sql-server-integration
ms.custom: sfi-ropc-nochange
---

# .NET Aspire SQL Server integration
Expand Down
5 changes: 4 additions & 1 deletion docs/deployment/azure/aca-deployment-azd-in-depth.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
title: Deploy a .NET Aspire project to Azure Container Apps using `azd` (in-depth guide)
description: Learn how to use `azd` to deploy .NET Aspire projects to Azure Container Apps.
ms.date: 07/17/2025
ms.custom: devx-track-extended-azdevcli
ms.custom:
- devx-track-extended-azdevcli
- sfi-image-nochange
- sfi-ropc-nochange
---

# Deploy a .NET Aspire project to Azure Container Apps using the Azure Developer CLI (in-depth guide)
Expand Down
4 changes: 3 additions & 1 deletion docs/deployment/azure/aca-deployment-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ title: Deploy a .NET Aspire project using the Azure Developer CLI
description: Learn how to use `azd` to deploy .NET Aspire projects.
ms.date: 07/17/2025
zone_pivot_groups: deployment-platform
ms.custom: devx-track-extended-azdevcli
ms.custom:
- devx-track-extended-azdevcli
- sfi-image-nochange
---

# Tutorial: Deploy a .NET Aspire project using the Azure Developer CLI
Expand Down
1 change: 1 addition & 0 deletions docs/deployment/azure/aca-deployment-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deploy .NET Aspire projects to Azure Container Apps using Visual Studio
description: Learn how to deploy .NET Aspire projects to Azure Container Apps using Visual Studio.
ms.date: 07/17/2025
ms.custom: sfi-image-nochange
---

# Deploy a .NET Aspire project to Azure Container Apps using Visual Studio
Expand Down
3 changes: 3 additions & 0 deletions docs/deployment/azure/application-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: Use .NET Aspire with Application Insights
description: Learn how to send .NET Aspire telemetry to Application Insights.
ms.date: 07/17/2025
ms.topic: how-to
ms.custom:
- sfi-image-nochange
- sfi-ropc-nochange
---

# Use Application Insights for .NET Aspire telemetry
Expand Down
3 changes: 3 additions & 0 deletions docs/deployment/manifest-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ title: .NET Aspire manifest format for deployment tool builders
description: Learn about the .NET Aspire manifest format in this comprehensive deployment tool builder guide.
ms.date: 03/29/2024
ms.topic: reference
ms.custom:
- sfi-image-nochange
- sfi-ropc-nochange
---

# .NET Aspire manifest format for deployment tool builders
Expand Down
1 change: 1 addition & 0 deletions docs/extensibility/custom-client-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Create custom .NET Aspire client integrations
description: Learn how to create a custom .NET Aspire client integration for an existing containerized application.
ms.date: 09/12/2024
ms.topic: how-to
ms.custom: sfi-ropc-nochange
---

# Create custom .NET Aspire client integrations
Expand Down
1 change: 1 addition & 0 deletions docs/extensibility/custom-hosting-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Create custom .NET Aspire hosting integrations
description: Learn how to create a custom .NET Aspire hosting integration for an existing containerized application.
ms.date: 11/11/2024
ms.topic: how-to
ms.custom: sfi-ropc-nochange
---

# Create custom .NET Aspire hosting integrations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Secure communication between hosting and client integrations
description: Learn how to Secure communication between hosting and client integrations.
ms.date: 09/12/2024
ms.topic: how-to
ms.custom: sfi-ropc-nochange
---

# Secure communication between hosting and client integrations
Expand Down
3 changes: 3 additions & 0 deletions docs/fundamentals/app-host-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ description: Learn the fundamental concepts of .NET Aspire orchestration and exp
ms.date: 04/23/2025
ms.topic: overview
uid: dotnet/aspire/app-host
ms.custom:
- sfi-image-nochange
- sfi-ropc-nochange
---

# .NET Aspire orchestration overview
Expand Down
1 change: 1 addition & 0 deletions docs/fundamentals/custom-resource-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Custom resource commands in .NET Aspire
description: Learn how to create custom resource commands in .NET Aspire.
ms.date: 11/07/2024
ms.topic: how-to
ms.custom: sfi-ropc-nochange
---

# Custom resource commands in .NET Aspire
Expand Down
1 change: 1 addition & 0 deletions docs/fundamentals/dashboard/standalone-for-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ description: How to use the Aspire Dashboard in a Python application.
ms.date: 10/29/2024
ms.topic: tutorial
ms.author: aapowell
ms.custom: sfi-image-nochange
---

# Tutorial: Use the .NET Aspire dashboard with Python apps
Expand Down
1 change: 1 addition & 0 deletions docs/fundamentals/dashboard/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Standalone .NET Aspire dashboard
description: How to use the .NET Aspire dashboard standalone.
ms.date: 04/15/2025
ms.topic: reference
ms.custom: sfi-image-nochange
---

# Standalone .NET Aspire dashboard
Expand Down
Loading
Loading