Skip to content

Commit

Permalink
Merge pull request #11848 from v-regandowner/author-update
Browse files Browse the repository at this point in the history
[SCOPED] Quality check: Replace author metadata with repo owner
  • Loading branch information
v-dirichards committed Apr 10, 2024
2 parents 77a286f + f064dcf commit 774e7f1
Show file tree
Hide file tree
Showing 71 changed files with 140 additions and 128 deletions.
3 changes: 2 additions & 1 deletion docs/antipatterns/busy-database/index.md
Expand Up @@ -2,7 +2,8 @@
title: Busy Database antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Understand the Busy Database antipattern, which can cause performance and scalability problems by offloading processing to a database server.
author: martinekuan
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 06/05/2017
ms.topic: design-pattern
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/busy-front-end/index.md
Expand Up @@ -2,7 +2,8 @@
title: Busy Front End antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Asynchronous work on a large number of background threads can starve other foreground tasks of resources.
author: martinekuan
ms.author: robbag
author: RobBagby
ms.date: 06/05/2017
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/chatty-io/index.md
Expand Up @@ -2,7 +2,8 @@
title: Chatty I/O antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Learn about the cumulative effect of many I/O requests, which can have a significant impact on performance and responsiveness.
author: martinekuan
ms.author: robbag
author: RobBagby
ms.date: 06/05/2017
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/extraneous-fetching/index.md
Expand Up @@ -2,7 +2,8 @@
title: Extraneous Fetching antipattern
titleSuffix: Azure Architecture Center
description: Learn about ways to mitigate the Extraneous Fetching antipattern, the common design flaw of fetching more data than needed for a business operation.
author: martinekuan
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 07/25/2022
ms.topic: design-pattern
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/improper-instantiation/index.md
Expand Up @@ -2,7 +2,8 @@
title: Improper Instantiation antipattern
titleSuffix: Azure Architecture Center
description: Avoid continually creating new instances of an object that is meant to be created once and then shared.
author: martinekuan
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 06/05/2017
ms.topic: design-pattern
Expand Down
4 changes: 2 additions & 2 deletions docs/antipatterns/index.md
@@ -1,8 +1,8 @@
---
title: Performance testing and antipatterns
description: Build scalability solutions for common stressors by learning about performance antipatterns. These are common practices that are likely to cause scalability problems when an application is under pressure.
author: johndowns
ms.author: jodowns
ms.author: robbag
author: RobBagby
ms.date: 12/13/2023
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/monolithic-persistence/index.md
Expand Up @@ -2,7 +2,8 @@
title: Monolithic Persistence antipattern
titleSuffix: Azure Architecture Center
description: Understand the Monolithic Persistence antipattern, which can hurt performance by putting all of an application's data into a single data store.
author: martinekuan
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 06/05/2017
ms.topic: design-pattern
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/no-caching/index.md
Expand Up @@ -2,7 +2,8 @@
title: No Caching antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Learn about ways to mitigate the No Caching antipattern, the common design flaw of repeatedly fetching the same data.
author: martinekuan
ms.author: robbag
author: RobBagby
ms.date: 06/05/2017
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/antipatterns/noisy-neighbor/noisy-neighbor.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Noisy Neighbor antipattern
description: Learn how the activity of one tenant can impact the performance of other tenants in a multitenant system.
author: johndowns
ms.author: jodowns
ms.author: robbag
author: RobBagby
ms.date: 03/14/2023
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/retry-storm/index.md
Expand Up @@ -2,7 +2,8 @@
title: Retry Storm antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Understand the Retry Storm antipattern, so you can avoid retrying failed requests to a service too often.
author: johndowns
ms.author: robbag
author: RobBagby
ms.date: 08/06/2021
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/antipatterns/synchronous-io/index.md
Expand Up @@ -2,7 +2,8 @@
title: Synchronous I/O antipattern
titleSuffix: Performance antipatterns for cloud apps
description: Blocking the calling thread while I/O completes can reduce performance and affect vertical scalability.
author: martinekuan
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 06/05/2017
ms.topic: design-pattern
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/api-design.md
Expand Up @@ -2,8 +2,8 @@
title: Web API design best practices
titleSuffix: Azure Architecture Center
description: Learn best practices for designing web APIs that support platform independence and service evolution.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/api-implementation.md
Expand Up @@ -2,8 +2,8 @@
title: Web API implementation
titleSuffix: Best practices for cloud applications
description: Learn about best practices for implementing a web API and publishing it to make it available to client applications.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 07/25/2022
ms.topic: conceptual
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/auto-scaling.md
Expand Up @@ -2,8 +2,8 @@
title: Autoscaling guidance
titleSuffix: Best practices for cloud applications
description: Review autoscaling guidance. Autoscaling is the process of dynamically allocating resources to match performance requirements.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 10/11/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/best-practices/background-jobs.md
Expand Up @@ -2,7 +2,8 @@
title: Background jobs guidance
titleSuffix: Best practices for cloud applications
description: Learn about background tasks that run independently of the user interface, such as batch jobs, intensive processing tasks, and long-running processes.
author: martinekuan
ms.author: robbag
author: RobBagby
ms.date: 10/18/2022
categories: azure
ms.topic: conceptual
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/caching.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Caching guidance
description: Learn how caching can improve the performance and scalability of a system by copying frequently accessed data to fast storage close to the application.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/cdn.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: CDN guidance
description: Guidance on using Content Delivery Networks (CDNs) to deliver high-bandwidth content hosted in Azure.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/data-partitioning-strategies.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Data partitioning strategies
description: View guidance on separating data partitions to be managed and accessed separately in different services, such as Azure Search, Azure storage queues, and more.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/data-partitioning.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Data partitioning guidance
description: View guidance for how to separate data partitions to be managed and accessed separately. Understand horizontal, vertical, and functional partitioning strategies.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/best-practices/index-best-practices.md
Expand Up @@ -2,7 +2,8 @@
title: Best practices in cloud applications
titleSuffix: Azure Architecture Center
description: Learn best practices for building reliable, scalable, and secure applications in the cloud. See resources on caching, partitioning, monitoring, and other areas.
author: martinekuan
ms.author: robbag
author: RobBagby
ms.date: 01/04/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
3 changes: 2 additions & 1 deletion docs/best-practices/message-encode.md
@@ -1,7 +1,8 @@
---
title: Message encoding considerations
description: Review how to choose an encoding format for asynchronous messaging. Explore encoding format considerations and choices for encoding formats.
author: PageWriter-MSFT
ms.author: robbag
author: RobBagby
ms.date: 03/16/2020
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/monitoring.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Monitoring and diagnostics guidance
description: Learn how to track how users use your distributed applications and services, trace resource utilization, and monitor the health and performance.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/25/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/retry-service-specific.md
Expand Up @@ -2,8 +2,8 @@
title: Azure service retry guidance
titleSuffix: Best practices for cloud applications
description: Learn about the retry mechanism features for many Azure services. Retry mechanisms differ because services have different characteristics and requirements.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 09/16/2020
ms.topic: conceptual
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/best-practices/transient-faults.md
Expand Up @@ -2,8 +2,8 @@
title: Transient fault handling
titleSuffix: Best practices for cloud applications
description: Learn how to handle transient faults caused by loss of network connectivity, temporary unavailability, or timeouts.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
categories: azure
ms.date: 07/25/2022
ms.topic: conceptual
Expand Down
2 changes: 1 addition & 1 deletion docs/icons/index.md
Expand Up @@ -2,8 +2,8 @@
title: Azure icons
titleSuffix: Azure Architecture Center
description: Icons for use in building architecture diagrams for Azure
author: RobBagby
ms.author: robbag
author: RobBagby
ms.reviewer: chkittel
ms.date: 02/14/2024
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/ambassador.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Ambassador pattern
description: Learn about the Ambassador pattern, which creates helper services that send network requests on behalf of a consumer service or application.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/anti-corruption-layer.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Anti-corruption Layer pattern
description: Examine the Anti-corruption Layer pattern. Implement a façade or adapter layer between a modern application and a legacy system.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/async-request-reply.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Asynchronous Request-Reply pattern
description: Allow decoupling of backend processing from a frontend host, where backend processing needs to be asynchronous, but the frontend still needs a clear response.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/backends-for-frontends.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Backends for Frontends pattern
description: Explore the Backends for Frontends pattern, which creates separate backend services to be consumed by specific frontend applications or interfaces.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/bulkhead.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Bulkhead pattern
description: Isolate elements of an application into pools so that if one fails, the others will continue to function.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/cache-aside.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Cache-Aside pattern
description: Learn how to load data on demand into a cache, which can improve performance and maintain consistency between cached data and the underlying data store.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/category/data-management.md
Expand Up @@ -2,8 +2,8 @@
title: Data management patterns
titleSuffix: Cloud Design Patterns
description: Use these data management patterns for cloud applications. Data management is a key element that influences most of the quality attributes.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/category/design-implementation.md
Expand Up @@ -2,8 +2,8 @@
title: Design and implementation patterns
titleSuffix: Cloud Design Patterns
description: Use these design and implementation patterns to simplify administration, development, and reusability for your cloud application.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/category/management-monitoring.md
Expand Up @@ -2,8 +2,8 @@
title: Management and Monitoring patterns
titleSuffix: Cloud Design Patterns
description: Use these management and monitoring patterns to support cloud applications, which offer special challenges because the applications run in a remote datacenter.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/category/messaging.md
Expand Up @@ -2,8 +2,8 @@
title: Messaging patterns
titleSuffix: Cloud Design Patterns
description: Use these messaging patterns to support cloud applications by using a messaging that connects the components and services in a manner to maximize scalability.
author: martinekuan
ms.author: martinek
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/choreography.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Choreography pattern
description: Let each service decide when and how a business operation is processed, instead of depending on a central orchestrator.
author: PageWriter-MSFT
ms.author: prwilk
ms.author: robbag
author: RobBagby
ms.date: 07/01/2022
ms.topic: design-pattern
ms.service: architecture-center
Expand Down
4 changes: 2 additions & 2 deletions docs/patterns/circuit-breaker.yml
Expand Up @@ -2,8 +2,8 @@
metadata:
title: Circuit Breaker pattern
description: Handle faults that might take a variable amount of time to fix when connecting to a remote service or resource.
author: martinekuan
ms.author: pnp
ms.author: robbag
author: RobBagby
ms.date: 07/28/2022
ms.topic: conceptual
ms.service: architecture-center
Expand Down

0 comments on commit 774e7f1

Please sign in to comment.