Skip to content

Commit 0665457

Browse files
Chapter and unit title edits.
1 parent 7b8e4fa commit 0665457

File tree

8 files changed

+27
-27
lines changed

8 files changed

+27
-27
lines changed

docs/architecture/distributed-cloud-native-apps-containers/data-patterns/relational-vs-nosql-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Relational versus NoSQL data
3-
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Relational versus NoSQL data
2+
title: Relational and NoSQL data
3+
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Relational and NoSQL data
44
ms.date: 10/23/2024
55
---
66

7-
# Relational versus NoSQL data
7+
# Relational and NoSQL data
88

99
[!INCLUDE [download-alert](../includes/download-alert.md)]
1010

docs/architecture/distributed-cloud-native-apps-containers/deploying-distributed-apps/development-vs-production.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Development versus production and what .NET Aspire can do for you
3-
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Development versus production and what .NET Aspire can do for you
2+
title: Development and production
3+
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Development and production
44
ms.date: 10/23/2024
55
---
66

7-
# Development versus production and what .NET Aspire can do for you
7+
# Development and production
88

99
[!INCLUDE [download-alert](../includes/download-alert.md)]
1010

docs/architecture/distributed-cloud-native-apps-containers/event-based-communication-patterns/background-tasks-with-ihostedservice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Implement background tasks in microservices with IHostedService and the BackgroundService class
2+
title: Implementing background tasks in microservices
33
description: .NET Microservices Architecture for Containerized .NET Applications | Understand the new ways to use IHostedService and BackgroundService to implement background tasks in microservices.
44
ms.date: 10/23/2024
55
---
6-
# Implement background tasks in microservices with IHostedService and the BackgroundService class
6+
# Implementing background tasks in microservices
77

88
[!INCLUDE [download-alert](../includes/download-alert.md)]
99

docs/architecture/distributed-cloud-native-apps-containers/introduction-containers-docker/official-container-images-tooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Official .NET container images & SDK tooling
3-
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Official .NET container images & SDK tooling
2+
title: Official .NET container images and SDK tooling
3+
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | Official .NET container images and SDK tooling
44
ms.date: 10/23/2024
55
---
66

docs/architecture/distributed-cloud-native-apps-containers/monitoring-health/aspire-dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: .NET Aspire dashboard
3-
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | .NET Aspire dashboard
2+
title: The .NET Aspire dashboard
3+
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | The .NET Aspire dashboard
44
ms.date: 10/23/2024
55
---
66

7-
# .NET Aspire dashboard
7+
# The .NET Aspire dashboard
88

99
[!INCLUDE [download-alert](../includes/download-alert.md)]
1010

docs/architecture/distributed-cloud-native-apps-containers/service-to-service-communication-patterns/service-discovery.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Service discovery introduction
2+
title: Service discovery
33
description: Cloud-native service to service communication patterns | Service discovery
44
ms.date: 10/23/2024
55
---
66

7-
# Service discovery introduction
7+
# Service discovery
88

99
[!INCLUDE [download-alert](../includes/download-alert.md)]
1010

docs/architecture/distributed-cloud-native-apps-containers/testing-distributed-apps/how-aspire-helps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: How .NET Aspire helps with the challenges of distributed app testing
3-
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | How .NET Aspire helps with the challenges of distributed app testing
2+
title: How .NET Aspire helps testing
3+
description: Architecture for Distributed Cloud-Native Apps with .NET Aspire & Containers | How .NET Aspire helps testing
44
ms.date: 10/23/2024
55
---
66

7-
# How .NET Aspire helps with the challenges of distributed app testing
7+
# How .NET Aspire helps testing
88

99
[!INCLUDE [download-alert](../includes/download-alert.md)]
1010

docs/architecture/distributed-cloud-native-apps-containers/toc.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ items:
1818
href: introduction-containers-docker/what-is-docker.md
1919
- name: Container terminology
2020
href: introduction-containers-docker/container-terminology.md
21-
- name: Official .NET container images & SDK tooling
21+
- name: Official .NET container images and SDK tooling
2222
href: introduction-containers-docker/official-container-images-tooling.md
2323
- name: Introduction to .NET Aspire
2424
items:
@@ -28,7 +28,7 @@ items:
2828
href: introduction-dotnet-aspire/orchestration.md
2929
- name: Service discovery
3030
href: introduction-dotnet-aspire/service-discovery.md
31-
- name: Integrations
31+
- name: .NET Aspire integrations
3232
href: introduction-dotnet-aspire/integrations.md
3333
- name: Observability and dashboard
3434
href: introduction-dotnet-aspire/observability-and-dashboard.md
@@ -48,7 +48,7 @@ items:
4848
items:
4949
- name: Introduction
5050
href: service-to-service-communication-patterns/introduction.md
51-
- name: Service discovery introduction
51+
- name: Service discovery
5252
href: service-to-service-communication-patterns/service-discovery.md
5353
- name: Service-to-service communication
5454
href: service-to-service-communication-patterns/service-to-service-communication.md
@@ -62,15 +62,15 @@ items:
6262
href: event-based-communication-patterns/integration-event-based-microservice-communications.md
6363
- name: Implementing an event bus with RabbitMQ
6464
href: event-based-communication-patterns/rabbitmq-event-bus-development-test-environment.md
65-
- name: Implement background tasks in microservices
65+
- name: Implementing background tasks in microservices
6666
href: event-based-communication-patterns/background-tasks-with-ihostedservice.md
6767
- name: Subscribing to events
6868
href: event-based-communication-patterns/subscribe-events.md
6969
- name: Data patterns
7070
items:
7171
- name: Data patterns for distributed applications
7272
href: data-patterns/distributed-data.md
73-
- name: Relational versus NoSQL data
73+
- name: Relational and NoSQL data
7474
href: data-patterns/relational-vs-nosql-data.md
7575
- name: Caching in a cloud-native application
7676
href: data-patterns/azure-caching.md
@@ -88,15 +88,15 @@ items:
8888
href: cloud-native-resiliency/resilient-communication.md
8989
- name: Add resiliency with .NET
9090
href: cloud-native-resiliency/resiliency-with-aspire.md
91-
- name: Monitoring, Diagnostics, and Health
91+
- name: Monitoring, diagnostics, and health
9292
items:
9393
- name: Observability patterns
9494
href: monitoring-health/observability-patterns.md
9595
- name: Using OpenTelemetry in your .NET app
9696
href: monitoring-health/open-telemetry-grafana-prometheus.md
9797
- name: Health checks and probes
9898
href: monitoring-health/health-checks-probes.md
99-
- name: .NET Aspire dashboard
99+
- name: The .NET Aspire dashboard
100100
href: monitoring-health/aspire-dashboard.md
101101
- name: Observability platforms
102102
href: monitoring-health/observability-platforms.md
@@ -130,7 +130,7 @@ items:
130130
href: testing-distributed-apps/challenges-of-distributed-app-testing.md
131131
- name: Testing ASP.NET Core services and web apps
132132
href: testing-distributed-apps/test-aspnet-core-services-web-apps.md
133-
- name: How .NET Aspire helps
133+
- name: How .NET Aspire helps testing
134134
href: testing-distributed-apps/how-aspire-helps.md
135135
- name: API Gateways
136136
items:
@@ -142,7 +142,7 @@ items:
142142
items:
143143
- name: Deploying distributed apps
144144
href: deploying-distributed-apps/how-deployment-affects-your-architecture.md
145-
- name: Development vs. production
145+
- name: Development and production
146146
href: deploying-distributed-apps/development-vs-production.md
147147
- name: Deployment with or without .NET Aspire
148148
href: deploying-distributed-apps/deploy-with-dotnet-aspire.md

0 commit comments

Comments
 (0)