Setting the file. One moment. Fargate Assessment Guide · Azure Cloud Migrate · microsoft/azure-skills · Skills Docs10.12
Fargate Assessment Guide
- CPU/Memory: Extract from task definition and verify the requested CPU/memory fits within Azure Container Apps limits for the target environment/region
- Container Images: Registry location (ECR), image size, base image
- Port Mappings: Exposed ports and protocols
- Static configuration values (env vars)
- Secret references: Secrets Manager ARNs → Key Vault URLs with managed identity
- Parameter Store references → App Configuration or Key Vault
- Service discovery endpoints
- VPC subnets (public vs private) → VNet integration
- Security groups → NSG rules
- Load balancer type (ALB/NLB) → Container Apps ingress (built-in HTTPS)
- Health check configuration and SSL/TLS certificates
- Task role policies → Managed Identity + Azure RBAC
- ECR pull permissions → ACR role assignment (AcrPull)
- Secrets Manager access → Key Vault RBAC (recommended) or access policies for vaults still using access-policy mode
- Databases: RDS → Azure Database for PostgreSQL/MySQL/SQL
- Cache: ElastiCache → Azure Cache for Redis
- Storage: S3 → Azure Blob Storage (SDK: boto3 → azure-storage-blob)
- Messaging: SQS/SNS → Service Bus / Event Grid
- Monitoring: CloudWatch → Azure Monitor / Log Analytics (requires Log Analytics workspace on Container Apps environment)
- Auto scaling policies (target tracking, min/max tasks)
- Request rate and latency requirements
- Actual CPU/memory usage vs allocation
- Low: Single container, no VPC, standard env vars, public ingress
- Medium: Multiple containers, VPC with private connectivity, secrets, custom IAM
- High: Multi-service dependencies, VPN/Direct Connect, cross-account IAM, stateful workloads
references/services/container-apps/fargate-assessment-guide.md