As a developer, I need to provision application-sepecific Azure resources so that I can host and run an application. #3
Closed
Description
Application-specific Azure resources are the resources used to host an application and have a different management life-cycle than shared resources. Application-specific resources include the following:
- CDN (Akamai)
- App Service Plan
- Azure App Service (Web App for containers)
- Traffic Manager
- Application Gateway
- Cosmos Database
- Application Insights
- Azure Monitor
Acceptance Criteria:
- Resources are provisioned in a single resource group.
- Terraform is used to describe the infrastructure.
- Ability to describe existing shared resources and integrate the application specific resources with existing shared resources.
- User can run a script from the command-line to deploy the template.
Metadata
Assignees
Labels
No labels