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

Exclude/Include/Custom delimiter for specific resource types #11

Closed Jared975 closed 10 months ago

Jared975 commented 10 months ago

Is your feature request related to a problem? Please describe. Managed disks for example, can include a delimiter, but the tool does create disk names with delimiters. Its great that for most resources it auto-removes the delimiter, but there are environments where clients dont want to use delimiters for specific resource types, and want them in others.

image

Describe the solution you'd like A button on the Edit Resource Type window in the same section as minimum/maximum length requirement.

Describe alternatives you've considered

allowing delimiters for disk names would probably be the easiest solution, but then people who dont want delimiters in their disk names are forced to have them or manually remove them...

manually adding the delimiter to the disk name after generating it - not ideal

Additional context image

BryanSoltis commented 10 months ago

Hello @Jared975,

Thank you for your suggestions. We have added it to our backlog and will evaluate this feature for a future release.