You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.