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
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.