Skip to content

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

@rickrain

Description

@rickrain

Description

Shared Azure resources are resources or services that are managed by a different group/team and have a different management life-cycle than application-specific resources or services.

This pattern assumes the following shared Azure resources and services:

  • Azure Key Vault
  • Virtual Network

Requirements

  • Azure CLI
  • Terraform
  • Key Vault
  • Azure AD (AAD)

Acceptance Criteria:

  • A resource group is provisioned.
  • A Key Vault resource is provisioned in the resource group.
  • User can run a script from the command-line to deploy the template.

Given input company 'cblt'
and input location 'eastus'
when terraform apply is run
then a resource group in East US exists with the name 'core-infra-eus-cblt'
and a Key Vault exists with the name 'core-kv-eus-cblt' in resource group 'core-infra-eus-cblt'

Notes

The resource group created in #30 can be repurposed for the resource group needed here.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions