mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-14 05:05:15 +00:00
Add Cloud Design Patterns skill for distributed systems architecture (#942)
* Fatih: Add Cloud Design Patterns instructions for distributed systems architecture * Convert Cloud Design Patterns from instruction to skill * Update skills/cloud-design-patterns/SKILL.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update skills/cloud-design-patterns/references/reliability-resilience.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Azure Service Mappings
|
||||
|
||||
## Common Azure Services per Pattern
|
||||
|
||||
- **Message Queue**: Azure Service Bus, Azure Storage Queue, Event Hubs
|
||||
- **Cache**: Azure Cache for Redis, Azure Front Door cache
|
||||
- **API Gateway**: Azure API Management, Azure Application Gateway
|
||||
- **Identity**: Azure AD, Azure AD B2C
|
||||
- **Configuration**: Azure App Configuration, Azure Key Vault
|
||||
- **Storage**: Azure Storage (Blob, Table, Queue), Azure Cosmos DB
|
||||
- **Compute**: Azure Functions, Azure Container Apps, Azure Kubernetes Service
|
||||
- **Event Streaming**: Azure Event Hubs, Azure Event Grid
|
||||
- **CDN**: Azure CDN, Azure Front Door
|
||||
Reference in New Issue
Block a user