Files
awesome-copilot/skills/cloud-design-patterns/references/azure-service-mappings.md
Fatih f8c2b32140 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>
2026-03-12 11:53:00 +11:00

14 lines
606 B
Markdown

# 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