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

Align with recommended abbreviations #42

Closed benverhees closed 7 months ago

benverhees commented 7 months ago

Tool version v3.1.1

Is your feature request related to a problem? Please describe. The abbreviations used by the tool do not match the Recommended abbreviations for Azure resource types

For example, Microsoft.Web/serverFarms is listed as asp in the recommendation, and in the AzureNamingTool it is configured as plan.

In this example, I think plan takes preference over asp seeing the unrelated resemblance with asp.net.

Describe the solution you'd like It would be good if these resources would be aligned, so that we can refer to a human readable resource that matches the default configuration of the tool. In this case I would suggest updating the recommendation.

Describe alternatives you've considered I have considered changing the configuration of the tool, but that would be overwritten when updating the configuration in the tool.

jamasten commented 7 months ago

@benverhees the engineers that manage the Azure Naming Tool do not belong to the CAF team. We have in the past worked together to align the short names / abbreviations, but the CAF team has made updates since then and not shared when they made the changes. We plan to bring the tool in alignment, but the tool is passion project that we update in our spare time. Feel free to submit PRs.