diff --git a/docs/azureai/azureai-openai-component.md b/docs/azureai/azureai-openai-component.md index 14ed2bac9c..26a2d5e4a1 100644 --- a/docs/azureai/azureai-openai-component.md +++ b/docs/azureai/azureai-openai-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure AI OpenAI component description: Learn how to use the .NET Aspire Azure AI OpenAI component. ms.topic: how-to -ms.date: 06/26/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure AI OpenAI component @@ -16,7 +16,7 @@ For more information on using the `OpenAIClient`, see [Quickstart: Get started g - Azure subscription: [create one for free](https://azure.microsoft.com/free/). - Azure AI OpenAI or OpenAI account: [create an Azure OpenAI Service resource](/azure/ai-services/openai/how-to/create-resource). -To get started with the .NET Aspire Azure AI OpenAI component, install the [Aspire.Azure.AI.OpenAI](https://www.nuget.org/packages/Aspire.Azure.AI.OpenAI) NuGet package. +To get started with the .NET Aspire Azure AI OpenAI component, install the [Aspire.Azure.AI.OpenAI](https://www.nuget.org/packages/Aspire.Azure.AI.OpenAI) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -54,7 +54,7 @@ public class ExampleService(OpenAIClient client) ## App host usage -To add Azure AI hosting support to your , install the [Aspire.Hosting.Azure.CognitiveServices](https://www.nuget.org/packages/Aspire.Hosting.Azure.CognitiveServices) NuGet package. +To add Azure AI hosting support to your , install the [Aspire.Hosting.Azure.CognitiveServices](https://www.nuget.org/packages/Aspire.Hosting.Azure.CognitiveServices) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/azureai/azureai-search-document-component.md b/docs/azureai/azureai-search-document-component.md index 6ed2f6ccbe..365efbe449 100644 --- a/docs/azureai/azureai-search-document-component.md +++ b/docs/azureai/azureai-search-document-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure AI Search Documents component description: Learn how to use the .NET Aspire Azure AI Search Documents component. ms.topic: how-to -ms.date: 06/26/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure AI Search Documents component @@ -16,7 +16,7 @@ For more information on using the `SearchIndexClient`, see [How to use Azure.Sea - Azure subscription: [create one for free](https://azure.microsoft.com/free/). - Azure Search service: [create an Azure AI Search service resource](/azure/search/search-create-service-portal). -To get started with the .NET Aspire Azure AI Search Documents component, install the [Aspire.Azure.Search.Documents](https://www.nuget.org/packages/Aspire.Azure.Search.Documents) NuGet package. +To get started with the .NET Aspire Azure AI Search Documents component, install the [Aspire.Azure.Search.Documents](https://www.nuget.org/packages/Aspire.Azure.Search.Documents) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -75,7 +75,7 @@ For more information, see the [Azure AI Search client library for .NET](/dotnet/ ## App host usage -To add Azure AI hosting support to your , install the [Aspire.Hosting.Azure.Search](https://www.nuget.org/packages/Aspire.Hosting.Azure.Search) NuGet package. +To add Azure AI hosting support to your , install the [Aspire.Hosting.Azure.Search](https://www.nuget.org/packages/Aspire.Hosting.Azure.Search) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/caching/includes/redis-app-host.md b/docs/caching/includes/redis-app-host.md index 02508d2492..a6c5929774 100644 --- a/docs/caching/includes/redis-app-host.md +++ b/docs/caching/includes/redis-app-host.md @@ -1,4 +1,4 @@ -To model the Redis resource in the app host, install the [Aspire.Hosting.Redis](https://www.nuget.org/packages/Aspire.Hosting.Redis) NuGet package. +To model the Redis resource in the app host, install the [Aspire.Hosting.Redis](https://www.nuget.org/packages/Aspire.Hosting.Redis) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/caching/stackexchange-redis-component.md b/docs/caching/stackexchange-redis-component.md index d5fb286b8d..9af494eadf 100644 --- a/docs/caching/stackexchange-redis-component.md +++ b/docs/caching/stackexchange-redis-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Stack Exchange Redis component description: This article describes the .NET Aspire Stack Exchange Redis component features and capabilities ms.topic: how-to -ms.date: 06/11/2024 +ms.date: 07/17/2024 --- # .NET Aspire Stack Exchange Redis component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Stack Exchange Redis compo ## Get started -To get started with the .NET Aspire Stack Exchange Redis component, install the [Aspire.StackExchange.Redis](https://www.nuget.org/packages/Aspire.StackExchange.Redis) NuGet package. +To get started with the .NET Aspire Stack Exchange Redis component, install the [Aspire.StackExchange.Redis](https://www.nuget.org/packages/Aspire.StackExchange.Redis) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/caching/stackexchange-redis-distributed-caching-component.md b/docs/caching/stackexchange-redis-distributed-caching-component.md index 3698ff0019..42df645d52 100644 --- a/docs/caching/stackexchange-redis-distributed-caching-component.md +++ b/docs/caching/stackexchange-redis-distributed-caching-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Stack Exchange Redis distributed caching component description: This article describes the .NET Aspire Stack Exchange Redis distributed caching component features and capabilities ms.topic: how-to -ms.date: 06/11/2024 +ms.date: 07/17/2024 --- # .NET Aspire Stack Exchange Redis distributed caching component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Stack Exchange Redis distr ## Get started -To get started with the .NET Aspire Stack Exchange Redis distributed caching component, install the [Aspire.StackExchange.Redis.DistributedCaching](https://www.nuget.org/packages/Aspire.StackExchange.Redis.DistributedCaching) NuGet package. +To get started with the .NET Aspire Stack Exchange Redis distributed caching component, install the [Aspire.StackExchange.Redis.DistributedCaching](https://www.nuget.org/packages/Aspire.StackExchange.Redis.DistributedCaching) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/caching/stackexchange-redis-output-caching-component.md b/docs/caching/stackexchange-redis-output-caching-component.md index 28c0c958d9..c7c24d9915 100644 --- a/docs/caching/stackexchange-redis-output-caching-component.md +++ b/docs/caching/stackexchange-redis-output-caching-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Stack Exchange Redis output caching Component description: This article describes the .NET Aspire Stack Exchange Redis output caching component features and capabilities ms.topic: how-to -ms.date: 06/11/2024 +ms.date: 07/17/2024 --- # .NET Aspire Stack Exchange Redis output caching component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Stack Exchange Redis outpu ## Get started -To get started with the .NET Aspire Stack Exchange Redis output caching component, install the [Aspire.StackExchange.Redis.OutputCaching](https://www.nuget.org/packages/Aspire.StackExchange.Redis.OutputCaching) NuGet package. +To get started with the .NET Aspire Stack Exchange Redis output caching component, install the [Aspire.StackExchange.Redis.OutputCaching](https://www.nuget.org/packages/Aspire.StackExchange.Redis.OutputCaching) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/azure-cosmos-db-component.md b/docs/database/azure-cosmos-db-component.md index d44f42ca2b..e842b77600 100644 --- a/docs/database/azure-cosmos-db-component.md +++ b/docs/database/azure-cosmos-db-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Cosmos DB component description: This article describes the .NET Aspire Azure Cosmos DB component features and capabilities. ms.topic: how-to -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Cosmos DB component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Azure Cosmos DB component. ## Get started -To get started with the .NET Aspire Azure Cosmos DB component, install the [Aspire.Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Aspire.Microsoft.Azure.Cosmos) NuGet package. +To get started with the .NET Aspire Azure Cosmos DB component, install the [Aspire.Microsoft.Azure.Cosmos](https://www.nuget.org/packages/Aspire.Microsoft.Azure.Cosmos) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -51,7 +51,7 @@ For more information on using the , se ## App host usage -To add Azure Cosmos DB hosting support to your , install the [Aspire.Hosting.Azure.CosmosDB](https://www.nuget.org/packages/Aspire.Hosting.Azure.CosmosDB) NuGet package. +To add Azure Cosmos DB hosting support to your , install the [Aspire.Hosting.Azure.CosmosDB](https://www.nuget.org/packages/Aspire.Hosting.Azure.CosmosDB) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/azure-cosmos-db-entity-framework-component.md b/docs/database/azure-cosmos-db-entity-framework-component.md index b2a89cb37a..5408f94628 100644 --- a/docs/database/azure-cosmos-db-entity-framework-component.md +++ b/docs/database/azure-cosmos-db-entity-framework-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Microsoft Entity Framework Core Cosmos DB component description: This article describes the .NET Aspire Microsoft Entity Framework Core Cosmos DB component features and capabilities. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Microsoft Entity Framework Core Cosmos DB component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Microsoft Entity Framework ## Get started -To get started with the .NET Aspire Microsoft Entity Framework Core Cosmos DB component, install the [Aspire.Microsoft.EntityFrameworkCore.Cosmos](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.Cosmos) NuGet package. +To get started with the .NET Aspire Microsoft Entity Framework Core Cosmos DB component, install the [Aspire.Microsoft.EntityFrameworkCore.Cosmos](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.Cosmos) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -51,7 +51,7 @@ For more information on using Entity Framework Core with Azure Cosmos DB, see th ## App host usage -To add Azure Cosmos DB hosting support to your , install the [Aspire.Hosting.Azure.CosmosDB](https://www.nuget.org/packages/Aspire.Hosting.Azure.CosmosDB) NuGet package. +To add Azure Cosmos DB hosting support to your , install the [Aspire.Hosting.Azure.CosmosDB](https://www.nuget.org/packages/Aspire.Hosting.Azure.CosmosDB) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/includes/mysql-app-host.md b/docs/database/includes/mysql-app-host.md index 89010d8dcf..b0044ab70b 100644 --- a/docs/database/includes/mysql-app-host.md +++ b/docs/database/includes/mysql-app-host.md @@ -1,4 +1,4 @@ -To model the MySql resource in the app host, install the [Aspire.Hosting.MySql](https://www.nuget.org/packages/Aspire.Hosting.MySql) NuGet package. +To model the MySql resource in the app host, install the [Aspire.Hosting.MySql](https://www.nuget.org/packages/Aspire.Hosting.MySql) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/includes/postgresql-app-host.md b/docs/database/includes/postgresql-app-host.md index d11c862379..71f114518b 100644 --- a/docs/database/includes/postgresql-app-host.md +++ b/docs/database/includes/postgresql-app-host.md @@ -1,4 +1,4 @@ -To model the PostgreSQL server resource in the app host, install the [Aspire.Hosting.PostgreSQL](https://www.nuget.org/packages/Aspire.Hosting.PostgreSQL) NuGet package. +To model the PostgreSQL server resource in the app host, install the [Aspire.Hosting.PostgreSQL](https://www.nuget.org/packages/Aspire.Hosting.PostgreSQL) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/includes/sql-app-host.md b/docs/database/includes/sql-app-host.md index 651b9ff636..f9fd3a5952 100644 --- a/docs/database/includes/sql-app-host.md +++ b/docs/database/includes/sql-app-host.md @@ -1,4 +1,4 @@ -To model the SqlServer resource in the app host, install the [Aspire.Hosting.SqlServer](https://www.nuget.org/packages/Aspire.Hosting.SqlServer) NuGet package. +To model the SqlServer resource in the app host, install the [Aspire.Hosting.SqlServer](https://www.nuget.org/packages/Aspire.Hosting.SqlServer) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/mongodb-component.md b/docs/database/mongodb-component.md index b654fd5c62..8e3fd89804 100644 --- a/docs/database/mongodb-component.md +++ b/docs/database/mongodb-component.md @@ -2,7 +2,7 @@ title: .NET Aspire MongoDB database component description: This article describes the .NET Aspire MongoDB database component. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire MongoDB database component @@ -19,7 +19,7 @@ In this article, you learn how to use the .NET Aspire MongoDB database component ## Get started -To get started with the .NET Aspire MongoDB database component, install the [Aspire.MongoDB.Driver](https://www.nuget.org/packages/Aspire.MongoDB.Driver) NuGet package. +To get started with the .NET Aspire MongoDB database component, install the [Aspire.MongoDB.Driver](https://www.nuget.org/packages/Aspire.MongoDB.Driver) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -59,7 +59,7 @@ After adding a `IMongoClient`, you can require the `IMongoClient` instance using ## App host usage -To model the MongoDB resource in the app host, install the [Aspire.Hosting.MongoDB](https://www.nuget.org/packages/Aspire.Hosting.MongoDB) NuGet package. +To model the MongoDB resource in the app host, install the [Aspire.Hosting.MongoDB](https://www.nuget.org/packages/Aspire.Hosting.MongoDB) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/mysql-entity-framework-component.md b/docs/database/mysql-entity-framework-component.md index 2dead6bd4b..f49620d4b5 100644 --- a/docs/database/mysql-entity-framework-component.md +++ b/docs/database/mysql-entity-framework-component.md @@ -1,7 +1,7 @@ --- title: MySQL Entity Framework Component description: MySQL Entity Framework Component -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire Pomelo MySQL Entity Framework Component @@ -10,7 +10,7 @@ In this article, you learn how to use the The .NET Aspire Pomelo MySQL Entity Fr ## Get started -You need a MySQL database and connection string for accessing the database. To get started with the The .NET Aspire Pomelo MySQL Entity Framework Core component, install the [Aspire.Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Aspire.Pomelo.EntityFrameworkCore.MySql) NuGet package. +You need a MySQL database and connection string for accessing the database. To get started with the The .NET Aspire Pomelo MySQL Entity Framework Core component, install the [Aspire.Pomelo.EntityFrameworkCore.MySql](https://www.nuget.org/packages/Aspire.Pomelo.EntityFrameworkCore.MySql) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/oracle-entity-framework-component.md b/docs/database/oracle-entity-framework-component.md index fcd77e6329..6050bc68c7 100644 --- a/docs/database/oracle-entity-framework-component.md +++ b/docs/database/oracle-entity-framework-component.md @@ -1,7 +1,7 @@ --- title: Oracle Entity Framework Component description: Oracle Entity Framework Component -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire Oracle Entity Framework Component @@ -10,7 +10,7 @@ In this article, you learn how to use the The .NET Aspire Oracle Entity Framewor ## Get started -You need an Oracle database and connection string for accessing the database. To get started with the The .NET Aspire Oracle Entity Framework Core component, install the [Aspire.Oracle.EntityFrameworkCore](https://www.nuget.org/packages/Aspire.Oracle.EntityFrameworkCore) NuGet package. +You need an Oracle database and connection string for accessing the database. To get started with the The .NET Aspire Oracle Entity Framework Core component, install the [Aspire.Oracle.EntityFrameworkCore](https://www.nuget.org/packages/Aspire.Oracle.EntityFrameworkCore) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -59,7 +59,7 @@ builder.EnrichOracleDatabaseDbContext(); ## App host usage -To model the Oracle server resource in the app host, install the [Aspire.Hosting.Oracle](https://www.nuget.org/packages/Aspire.Hosting.Oracle) NuGet package. +To model the Oracle server resource in the app host, install the [Aspire.Hosting.Oracle](https://www.nuget.org/packages/Aspire.Hosting.Oracle) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/postgresql-component.md b/docs/database/postgresql-component.md index a4542ee893..151079d8bd 100644 --- a/docs/database/postgresql-component.md +++ b/docs/database/postgresql-component.md @@ -1,7 +1,7 @@ --- title: .NET Aspire PostgreSQL component description: This article describes the .NET Aspire PostgreSQL component. -ms.date: 06/28/2024 +ms.date: 07/17/2024 ms.topic: how-to --- @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire PostgreSQL component. The ## Get started -To get started with the .NET Aspire PostgreSQL component, install the [Aspire.Npgsql](https://www.nuget.org/packages/Aspire.Npgsql) NuGet package. +To get started with the .NET Aspire PostgreSQL component, install the [Aspire.Npgsql](https://www.nuget.org/packages/Aspire.Npgsql) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/postgresql-entity-framework-component.md b/docs/database/postgresql-entity-framework-component.md index c0bac5d55d..a74988a69f 100644 --- a/docs/database/postgresql-entity-framework-component.md +++ b/docs/database/postgresql-entity-framework-component.md @@ -2,7 +2,7 @@ title: .NET Aspire PostgreSQL Entity Framework Core component description: This article describes the .NET Aspire PostgreSQL Entity Framework Core component. ms.topic: how-to -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire PostgreSQL Entity Framework Core component @@ -24,7 +24,7 @@ PostgreSQL is a powerful, open source, object-relational database system. The .N ## Get started -To get started with the .NET Aspire PostgreSQL Entity Framework Core component, install the [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://www.nuget.org/packages/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL) NuGet package. +To get started with the .NET Aspire PostgreSQL Entity Framework Core component, install the [Aspire.Npgsql.EntityFrameworkCore.PostgreSQL](https://www.nuget.org/packages/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/qdrant-component.md b/docs/database/qdrant-component.md index bc32c640b5..8290fce190 100644 --- a/docs/database/qdrant-component.md +++ b/docs/database/qdrant-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Qdrant component description: This article describes the .NET Aspire Qdrant component. ms.topic: how-to -ms.date: 06/03/2024 +ms.date: 07/17/2024 --- # .NET Aspire Qdrant component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Qdrant component. Use this ## Get started -To get started with the .NET Aspire Qdrant component, install the [Aspire.Qdrant.Client](https://www.nuget.org/packages/Aspire.Qdrant.Client) NuGet package. +To get started with the .NET Aspire Qdrant component, install the [Aspire.Qdrant.Client](https://www.nuget.org/packages/Aspire.Qdrant.Client) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -49,7 +49,7 @@ public class ExampleService(QdrantClient client) ## App host usage -To model the Qdrant server resource in the app host, install the [Aspire.Hosting.Qdrant](https://www.nuget.org/packages/Aspire.Hosting.Qdrant) NuGet package. +To model the Qdrant server resource in the app host, install the [Aspire.Hosting.Qdrant](https://www.nuget.org/packages/Aspire.Hosting.Qdrant) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/sql-server-component.md b/docs/database/sql-server-component.md index d38329227f..4cd481e96f 100644 --- a/docs/database/sql-server-component.md +++ b/docs/database/sql-server-component.md @@ -2,7 +2,7 @@ title: .NET Aspire SQL Server component description: This article describes the .NET Aspire SQL Server component. ms.topic: how-to -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire SQL Server component @@ -21,7 +21,7 @@ In this article, you learn how to use the .NET Aspire SQL Server component. The ## Get started -To get started with the .NET Aspire SQL Server component, install the [Aspire.Microsoft.Data.SqlClient](https://www.nuget.org/packages/Aspire.Microsoft.Data.SqlClient) NuGet package. +To get started with the .NET Aspire SQL Server component, install the [Aspire.Microsoft.Data.SqlClient](https://www.nuget.org/packages/Aspire.Microsoft.Data.SqlClient) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/database/sql-server-entity-framework-component.md b/docs/database/sql-server-entity-framework-component.md index 85b9996b5a..0744cfa83c 100644 --- a/docs/database/sql-server-entity-framework-component.md +++ b/docs/database/sql-server-entity-framework-component.md @@ -2,7 +2,7 @@ title: .NET Aspire SqlServer Entity Framework Core component description: This article describes the .NET Aspire SQL Server Entity Framework Core component. ms.topic: how-to -ms.date: 06/28/2024 +ms.date: 07/17/2024 --- # .NET Aspire SqlServer Entity Framework Core component @@ -20,7 +20,7 @@ In this article, you learn how to use the .NET Aspire SqlServer Entity Framework ## Get started -To get started with the .NET Aspire SQL Server Entity Framework Core component, install the [Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.SqlServer) NuGet package. +To get started with the .NET Aspire SQL Server Entity Framework Core component, install the [Aspire.Microsoft.EntityFrameworkCore.SqlServer](https://www.nuget.org/packages/Aspire.Microsoft.EntityFrameworkCore.SqlServer) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/fundamentals/app-host-overview.md b/docs/fundamentals/app-host-overview.md index 154b51a400..e0c63d2e0b 100644 --- a/docs/fundamentals/app-host-overview.md +++ b/docs/fundamentals/app-host-overview.md @@ -3,6 +3,7 @@ title: .NET Aspire orchestration overview description: Learn the fundamental concepts of .NET Aspire orchestration and explore the various APIs to express resource references. ms.date: 06/03/2024 ms.topic: overview +uid: aspire/app-host --- # .NET Aspire orchestration overview diff --git a/docs/logging/seq-component.md b/docs/logging/seq-component.md index cb550b8898..cdf4574dc1 100644 --- a/docs/logging/seq-component.md +++ b/docs/logging/seq-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Seq component description: Learn how to use the .NET Aspire Seq component to add OpenTelemetry Protocol (OTLP) exporters that send logs and traces to a Seq Server. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Seq component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Seq component to add OpenT ## Get started -To get started with the .NET Aspire Seq component, install the [Aspire.Seq](https://www.nuget.org/packages/Aspire.Seq) NuGet package. +To get started with the .NET Aspire Seq component, install the [Aspire.Seq](https://www.nuget.org/packages/Aspire.Seq) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -42,7 +42,7 @@ builder.AddSeqEndpoint("seq"); ## App host usage -To model the Seq resource in the app host, install the [Aspire.Hosting.Seq](https://www.nuget.org/packages/Aspire.Hosting.Seq) NuGet package. +To model the Seq resource in the app host, install the [Aspire.Hosting.Seq](https://www.nuget.org/packages/Aspire.Hosting.Seq) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/messaging/azure-event-hubs-component.md b/docs/messaging/azure-event-hubs-component.md index 42b881c95b..d9edff769e 100644 --- a/docs/messaging/azure-event-hubs-component.md +++ b/docs/messaging/azure-event-hubs-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Event Hubs component description: This article describes the .NET Aspire Azure Event Hubs component features and capabilities. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Event Hubs component @@ -16,7 +16,7 @@ In this article, you learn how to use the .NET Aspire Azure Event Hubs component ## Get started -To get started with the .NET Aspire Azure Event Hubs component, install the [Aspire.Azure.Messaging.EventHubs](https://www.nuget.org/packages/Aspire.Azure.Messaging.EventHubs) NuGet package. +To get started with the .NET Aspire Azure Event Hubs component, install the [Aspire.Azure.Messaging.EventHubs](https://www.nuget.org/packages/Aspire.Azure.Messaging.EventHubs) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -69,7 +69,7 @@ For more information, see the [Azure.Messaging.EventHubs documentation](https:// ## App host usage -To add Azure Event Hub hosting support to your , install the [Aspire.Hosting.Azure.EventHubs](https://www.nuget.org/packages/Aspire.Hosting.Azure.EventHubs) NuGet package. +To add Azure Event Hub hosting support to your , install the [Aspire.Hosting.Azure.EventHubs](https://www.nuget.org/packages/Aspire.Hosting.Azure.EventHubs) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/messaging/azure-service-bus-component.md b/docs/messaging/azure-service-bus-component.md index 8fb97d6f0c..b0fa08247e 100644 --- a/docs/messaging/azure-service-bus-component.md +++ b/docs/messaging/azure-service-bus-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Service Bus component description: This article describes the .NET Aspire Azure Service Bus component features and capabilities ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Service Bus component @@ -19,7 +19,7 @@ Cloud-native apps often require communication with messaging services such as [A ## Get started -To get started with the .NET Aspire Azure Service Bus component, install the [Aspire.Azure.Messaging.ServiceBus](https://www.nuget.org/packages/Aspire.Azure.Messaging.ServiceBus) NuGet package. +To get started with the .NET Aspire Azure Service Bus component, install the [Aspire.Azure.Messaging.ServiceBus](https://www.nuget.org/packages/Aspire.Azure.Messaging.ServiceBus) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -57,7 +57,7 @@ public class ExampleService(ServiceBusClient client) ## App host usage -To add Azure Service Bus hosting support to your , install the [Aspire.Hosting.Azure.ServiceBus](https://www.nuget.org/packages/Aspire.Hosting.Azure.ServiceBus) NuGet package. +To add Azure Service Bus hosting support to your , install the [Aspire.Hosting.Azure.ServiceBus](https://www.nuget.org/packages/Aspire.Hosting.Azure.ServiceBus) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/messaging/kafka-component.md b/docs/messaging/kafka-component.md index 4b54e86f77..063ca4b5a5 100644 --- a/docs/messaging/kafka-component.md +++ b/docs/messaging/kafka-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Apache Kafka component description: Learn how to use the .NET Aspire Apache Kafka client message-broker component. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Apache Kafka component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Apache Kafka client messag ## Get started -To get started with the .NET Aspire Apache Kafka component, install the [Aspire.Confluent.Kafka](https://www.nuget.org/packages/Aspire.Confluent.Kafka) NuGet package. +To get started with the .NET Aspire Apache Kafka component, install the [Aspire.Confluent.Kafka](https://www.nuget.org/packages/Aspire.Confluent.Kafka) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -49,7 +49,7 @@ internal sealed class MyWorker(IProducer producer) : BackgroundS ## App host usage -To model the Kafka resource in the app host, install the [Aspire.Hosting.Kafka](https://www.nuget.org/packages/Aspire.Hosting.Kafka) NuGet package. +To model the Kafka resource in the app host, install the [Aspire.Hosting.Kafka](https://www.nuget.org/packages/Aspire.Hosting.Kafka) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/messaging/nats-component.md b/docs/messaging/nats-component.md index 5bc76b2d86..3bb7aa7803 100644 --- a/docs/messaging/nats-component.md +++ b/docs/messaging/nats-component.md @@ -2,7 +2,7 @@ title: .NET Aspire NATS component description: Learn how to use the .NET Aspire NATS component to send logs and traces to a NATS Server. ms.topic: how-to -ms.date: 05/14/2024 +ms.date: 07/17/2024 --- # .NET Aspire NATS component @@ -16,7 +16,7 @@ In this article, you learn how to use the .NET Aspire NATS component to send log ## Get started -To get started with the .NET Aspire NATS component, install the [Aspire.NATS.Net](https://www.nuget.org/packages/Aspire.NATS.Net) NuGet package. +To get started with the .NET Aspire NATS component, install the [Aspire.NATS.Net](https://www.nuget.org/packages/Aspire.NATS.Net) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -54,7 +54,7 @@ public class ExampleService(INatsConnection client) ## App host usage -To model the Nats resource in the app host, install the [Aspire.Hosting.Nats](https://www.nuget.org/packages/Aspire.Hosting.Nats) NuGet package. +To model the Nats resource in the app host, install the [Aspire.Hosting.Nats](https://www.nuget.org/packages/Aspire.Hosting.Nats) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/messaging/rabbitmq-client-component.md b/docs/messaging/rabbitmq-client-component.md index f94c6544c7..06c147eb09 100644 --- a/docs/messaging/rabbitmq-client-component.md +++ b/docs/messaging/rabbitmq-client-component.md @@ -2,7 +2,7 @@ title: .NET Aspire RabbitMQ component description: Learn how to use the .NET Aspire RabbitMQ client message-broker component. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire RabbitMQ component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire RabbitMQ client message-br ## Get started -To get started with the .NET Aspire RabbitMQ component, install the [Aspire.RabbitMQ.Client](https://www.nuget.org/packages/Aspire.RabbitMQ.Client) NuGet package. +To get started with the .NET Aspire RabbitMQ component, install the [Aspire.RabbitMQ.Client](https://www.nuget.org/packages/Aspire.RabbitMQ.Client) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -49,7 +49,7 @@ public class ExampleService(IConnection connection) ## App host usage -To model the RabbitMQ resource in the app host, install the [Aspire.Hosting.RabbitMQ](https://www.nuget.org/packages/Aspire.Hosting.RabbitMQ) NuGet package. +To model the RabbitMQ resource in the app host, install the [Aspire.Hosting.RabbitMQ](https://www.nuget.org/packages/Aspire.Hosting.RabbitMQ) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/security/azure-security-key-vault-component.md b/docs/security/azure-security-key-vault-component.md index d30140c106..692780a588 100644 --- a/docs/security/azure-security-key-vault-component.md +++ b/docs/security/azure-security-key-vault-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Key Vault component description: Lean about the .NET Aspire Azure Key Vault component. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Key Vault component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Azure Key Vault component. ## Get started -To get started with the .NET Aspire Azure Key Vault component, install the [Aspire.Azure.Security.KeyVault](https://www.nuget.org/packages/Aspire.Azure.Security.KeyVault) NuGet package. +To get started with the .NET Aspire Azure Key Vault component, install the [Aspire.Azure.Security.KeyVault](https://www.nuget.org/packages/Aspire.Azure.Security.KeyVault) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -69,7 +69,7 @@ public class ExampleService(SecretClient client) ## App host usage -To add Azure Key Vault hosting support to your , install the [Aspire.Hosting.Azure.KeyVault](https://www.nuget.org/packages/Aspire.Hosting.Azure.KeyVault) NuGet package. +To add Azure Key Vault hosting support to your , install the [Aspire.Hosting.Azure.KeyVault](https://www.nuget.org/packages/Aspire.Hosting.Azure.KeyVault) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/storage/azure-storage-blobs-component.md b/docs/storage/azure-storage-blobs-component.md index 0a21bd94ef..150aa0d2b3 100644 --- a/docs/storage/azure-storage-blobs-component.md +++ b/docs/storage/azure-storage-blobs-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Blob Storage component description: This article describes the .NET Aspire Azure Blob Storage component features and capabilities. ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Blob Storage component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Azure Blob Storage compone ## Get started -To get started with the .NET Aspire Azure Blob Storage component, install the [Aspire.Azure.Storage.Blobs](https://www.nuget.org/packages/Aspire.Azure.Storage.Blobs) NuGet package. +To get started with the .NET Aspire Azure Blob Storage component, install the [Aspire.Azure.Storage.Blobs](https://www.nuget.org/packages/Aspire.Azure.Storage.Blobs) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -49,7 +49,7 @@ public class ExampleService(BlobServiceClient client) ## App host usage -To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package. +To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/storage/azure-storage-queues-component.md b/docs/storage/azure-storage-queues-component.md index c027f1a116..1d4e7419b3 100644 --- a/docs/storage/azure-storage-queues-component.md +++ b/docs/storage/azure-storage-queues-component.md @@ -2,7 +2,7 @@ title: .NET Aspire Azure Queue Storage component description: This article describes the .NET Aspire Azure Queue Storage component features and capabilities ms.topic: how-to -ms.date: 06/05/2024 +ms.date: 07/17/2024 --- # .NET Aspire Azure Queue Storage component @@ -11,7 +11,7 @@ In this article, you learn how to use the .NET Aspire Azure Queue Storage compon ## Get started -To get started with the .NET Aspire Azure Queue Storage component, install the [Aspire.Azure.Storage.Queues](https://www.nuget.org/packages/Aspire.Azure.Storage.Queues) NuGet package. +To get started with the .NET Aspire Azure Queue Storage component, install the [Aspire.Azure.Storage.Queues](https://www.nuget.org/packages/Aspire.Azure.Storage.Queues) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -49,7 +49,7 @@ public class ExampleService(QueueServiceClient client) ## App host usage -To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package. +To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli) diff --git a/docs/storage/azure-storage-tables-component.md b/docs/storage/azure-storage-tables-component.md index 0b7da7e730..34e1d647b1 100644 --- a/docs/storage/azure-storage-tables-component.md +++ b/docs/storage/azure-storage-tables-component.md @@ -1,7 +1,7 @@ --- title: .NET Aspire Azure Data Tables component description: This article describes the .NET Aspire Azure Data Tables component features and capabilities. -ms.date: 06/05/2024 +ms.date: 07/17/2024 ms.topic: how-to --- @@ -19,7 +19,7 @@ In this article, you learn how to use the .NET Aspire Azure Data Tables componen ## Get started -To get started with the .NET Aspire Azure Data Tables component, install the [Aspire.Azure.Data.Tables](https://www.nuget.org/packages/Aspire.Azure.Data.Tables) NuGet package. +To get started with the .NET Aspire Azure Data Tables component, install the [Aspire.Azure.Data.Tables](https://www.nuget.org/packages/Aspire.Azure.Data.Tables) NuGet package in the consuming client project. ### [.NET CLI](#tab/dotnet-cli) @@ -57,7 +57,7 @@ public class ExampleService(TableServiceClient client) ## App host usage -To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package. +To add Azure Storage hosting support to your , install the [Aspire.Hosting.Azure.Storage](https://www.nuget.org/packages/Aspire.Hosting.Azure.Storage) NuGet package in the [app host](xref:aspire/app-host) project. ### [.NET CLI](#tab/dotnet-cli)