Skip to content

As a developer, I need to provision application-sepecific Azure resources so that I can host and run an application. #3

Closed
@rickrain

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions