mirror of
https://github.com/github/awesome-copilot.git
synced 2026-03-13 20:55:13 +00:00
* 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>
14 lines
606 B
Markdown
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
|