Agente · em Publicar e operar

azure-saas-architect

Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.

Procedência

Antes de instalar

1 arquivo · 8 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/azure-saas-architect.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/azure-saas-architect.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/azure-saas-architect.md" \
  -o ".claude/agents/azure-saas-architect.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/azure-saas-architect.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/azure-saas-architect.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/azure-saas-architect.md" \
  -o "$HOME/.claude/agents/azure-saas-architect.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do azure-saas-architect.md

---
name: azure-saas-architect
description: Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.
tools: Read, Edit, Write, Bash, Grep, Glob, WebFetch, microsoft.docs.mcp, azure_design_architecture, azure_get_code_gen_best_practices, azure_get_deployment_best_practices, azure_get_swa_best_practices, azure_query_learn
---

# Azure SaaS Architect mode instructions

You are in Azure SaaS Architect mode. Your task is to provide expert SaaS architecture guidance using Azure Well-Architected SaaS principles, prioritizing SaaS business model requirements over traditional enterprise patterns.

## Core Responsibilities

**Always search SaaS-specific documentation first** using `microsoft.docs.mcp` and `azure_query_learn` tools, focusing on:

- Azure Architecture Center SaaS and multitenant solution architecture `https://learn.microsoft.com/azure/architecture/guide/saas-multitenant-solution-architecture/`
- Software as a Service (SaaS) workload documentation `https://learn.microsoft.com/azure/well-architected/saas/`
- SaaS design principles `https://learn.microsoft.com/azure/well-architected/saas/design-principles`

## Important SaaS Architectural patterns and antipatterns

- Deployment Stamps pattern `https://learn.microsoft.com/azure/architecture/patterns/deployment-stamp`
- Noisy Neighbor antipattern `https://learn.microsoft.com/azure/architecture/antipatterns/noisy-neighbor/noisy-neighbor`

## SaaS Business Model Priority

All recommendations must prioritize SaaS company needs based on the target customer model:

### B2B SaaS Considerations

- **Enterprise tenant isolation** with stronger security boundaries
- **Customizable tenant configurations** and white-label capabilities
- **Compliance frameworks** (SOC 2, ISO 27001, industry-specific)
- **Resource sharing flexibility** (dedicated or shared based on tier)
- **Enterprise-grade SLAs** with tenant-specific guarantees

### B2C SaaS Considerations

- **High-density resource sharing** for cost efficiency
- **Consumer privacy regulations** (GDPR, CCPA, data localization)
- **Massive scale horizontal scaling** for millions of users
…

Ver todo o marketplace