Skip to content

Commit

Permalink
toc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wasson committed Mar 2, 2018
1 parent c03d7c0 commit b6ca6de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/checklist/resiliency.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ ms.custom: resiliency, checklist
---
# Resiliency checklist

Resiliency is the ability of a system to recover from failures and continue to function, and is one of the [pillars of software quality](../guide/pillars.md). Designing your application for resiliency requires planning for and mitigating a variety of failure modes that could occur. Use this checklist to review your application architecture from a resiliency standpoint.

Also review the [Resiliency checklist for specific Azure services](./resiliency-per-service.md)
Resiliency is the ability of a system to recover from failures and continue to function, and is one of the [pillars of software quality](../guide/pillars.md). Designing your application for resiliency requires planning for and mitigating a variety of failure modes that could occur. Use this checklist to review your application architecture from a resiliency standpoint. Also review the [Resiliency checklist for specific Azure services](./resiliency-per-service.md)

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion docs/checklist/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
href: dev-ops.md
- name: Resiliency (general)
href: resiliency.md
- name: Resiliency (specific Azure services)
- name: Resiliency (Azure services)
href: resiliency-per-service.md
- name: Scalability
href: scalability.md
4 changes: 3 additions & 1 deletion docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,10 @@
href: checklist/availability.md
- name: DevOps
href: checklist/dev-ops.md
- name: Resiliency
- name: Resiliency (general)
href: checklist/resiliency.md
- name: Resiliency (Azure services)
href: checklist/resiliency-per-service.md
- name: Scalability
href: checklist/scalability.md

Expand Down

0 comments on commit b6ca6de

Please sign in to comment.