1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Update 107-cloud-design-patterns.md (#2277)

* Update 107-cloud-design-patterns.md

* Update content/roadmaps/114-software-architect/content/115-operations-knowledge/107-cloud-design-patterns.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Ankur Sharma 2022-10-12 17:58:34 +05:30 committed by GitHub
parent c6375a3219
commit 3f6cea4387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,8 @@
# Cloud design patterns
# Cloud Design Patterns
These design patterns are useful for building reliable, scalable, secure applications in the cloud.
The link below has cloud design patterns where each pattern describes the problem that the pattern addresses, considerations for applying the pattern, and an example based on Microsoft Azure. Most patterns include code samples or snippets that show how to implement the pattern on Azure. However, most patterns are relevant to any distributed system, whether hosted on Azure or other cloud platforms.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://learn.microsoft.com/en-us/azure/architecture/patterns/'>Cloud Design Patterns</BadgeLink>