Cloud Resource Naming Tool

Generate resource names with Industry's best practices

đŸŒŠī¸ Choose Cloud Provider

Microsoft Azure Selected

Generate Azure resource names following Microsoft's Cloud Adoption Framework best practices.

Select Resource Type

📋 Microsoft Azure Best Practices

Microsoft 2024 Naming Pattern:

<resource-type>-<workload>-<environment>-<region>-<instance>

Required Components:

  • Resource Type: Official Azure abbreviations (vm, app, func, st, etc.)
  • Workload/Application: Project/application name (navigator, sharepoint, hadoop)
  • Environment: Deployment stage (prod, dev, test, stage)
  • Instance: Numbering for multiple resources (001, 01, etc.)

Optional Components:

  • Business Unit: Department/division (fin, mktg, it, corp)
  • Region: Azure region (eastus, westus, westeu)

Examples from Microsoft:

  • vm-sharepoint-prod-001
  • app-navigator-dev-001
  • func-emissions-test-001

Naming Components

Top-level organization name (optional prefix)

Department or business division (as per Microsoft examples)

Project/application name (as per Microsoft examples)

Instance number (001, 01, etc.)

Infrastructure as Code

đŸ”ĸ Bulk Generation

Ctrl+Enter to generate