mspnp / AzureNamingTool

The Azure Naming Tool is a .NET 8 Blazor application, with a RESTful API. The UI consists of several pages to allow the configuration and generation of Azure Resource names. The API provides a programmatic interface for the functionality.
https://aka.ms/azurenamingtool
MIT License
308 stars 604 forks source link

Change the order of components names in Generated Name #30

Closed RamkumarHuh closed 8 months ago

RamkumarHuh commented 8 months ago

Hi,

I would like to have different order of components than the current one.

Eg. Currently generated name pattern is: "ResourceType""delimiter""ApplicationName""delimiter""environment""delimiter""InstanceNumber" is fixed. But I would like to have "ApplicationName""delimiter""ResourceType""delimiter""environment""delimiter""InstanceNumber"

where ApplicationName is 1st then followed by resource type

RamkumarHuh commented 8 months ago

It already there. Thanks