Skip to content

AnalogIO/azure

Repository files navigation

Azure infrastructure (POC)

Resouce naming convention

Per Azure Cloud Adaptation Framework (CAF), we follow a defined resource naming convention to have a uniform way of naming resources. All resources will follow the below structure

<resource-type>-<organization>-<application>-<environment>
  • <resource-type> An abbreviation that represents the type of Azure resource. See Recommended abbreviations for Azure resource types.
  • organization Top-level name of organization to ensure uniqueness of resources which have a global resource name. Use aio.
  • <application> Application, or service that the resource is a part of. For shared resources, shr is used.
  • <environment> The stage of the development lifecycle for the workload that the resource supports. Use dev or prd.