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

Summaries for Azure architecture articles #6563

Merged
merged 1 commit into from
Apr 9, 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
2 changes: 1 addition & 1 deletion architecture/azure/compute.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure compute services
summary:
summary: Describes multiple options (Serverless, PaaS, Containers, IaaS) offered by Azure to host the Particular Service Platform.
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'poc-help']
---
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/data-stores.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure data stores
summary:
summary: Gives an overview of the data storage options offered by Azure and how to use them with the Particular Service Platform
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'poc-help']
---
Expand Down
4 changes: 2 additions & 2 deletions architecture/azure/event-driven-architecture.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Event-driven architecture style on Azure
summary:
summary: Describes event-driven architecture including the components, challenges, and technology options for Azure
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'ADSD']
---
Expand All @@ -20,7 +20,7 @@ The Particular Service Platform implements [pub/sub](/nservicebus/messaging/publ

Subscribed to a specific event type and reacts to it. A subscriber may also be an event publisher, since processing an event may lead to publishing more events.
* **Azure Service Bus**

The messaging service that brings together publisher and subscriber without explicitly referencing or depending on each other.

### Challenges
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure Architectures
summary:
summary: Gives an overview of the architectural styles (microservices, event-driven, n-tier, web-queue-worker) and technology options offered by Azure
reviewed: 2023-07-18
suppressRelated: true
callsToAction: ['architecture-review']
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/messaging.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Azure messaging
summary:
summary: Describes the Azure messaging options available for the Particular Service Platform
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'poc-help']
---
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/microservices.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Microservice architecture style on Azure
summary:
summary: Gives an overview of how the Particular Service Platform can help build microservices on Azure
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'ADSD']
---
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/n-tier.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: N-tier architecture style on Azure
summary:
summary: Gives a description of n-tier architecture including the components, challenges, and technology options for Azure
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'ADSD']
---
Expand Down
2 changes: 1 addition & 1 deletion architecture/azure/observability.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: AWS observability services
summary:
summary: Gives an overview of the observability options offered by Azure and how to use them with the Particular Service Platform
reviewed: 2024-03-14
callsToAction: ['solution-architect', 'poc-help']
---
Expand Down
4 changes: 2 additions & 2 deletions architecture/azure/web-queue-worker.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Web-queue-Worker architecture style on Azure
summary:
title: Web-queue-worker architecture style on Azure
summary: Gives a description of web-queue-worker including the components, challenges, and technology options for Azure
reviewed: 2023-07-18
callsToAction: ['solution-architect', 'ADSD']
---
Expand Down
Loading