AzureNamingTool icon indicating copy to clipboard operation
AzureNamingTool copied to clipboard

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 program...

Results 9 AzureNamingTool issues
Sort by recently updated
recently updated
newest added

**Tool version** 4.1.0 **Is your feature request related to a problem? Please describe.** We want to name Services and components within Microsoft Fabric **Describe the solution you'd like** aabreviations for:...

Tool version Current version of the Azure Naming Tool you are running. V4.0 Is your feature request related to a problem? Please describe. The Azure naming tool is currently missing...

**Tool version** 4.0 / 4.0.1 **Describe the bug** Azure Data factory naming for factory or linked service does not correspond to [standard](https://learn.microsoft.com/en-us/azure/data-factory/naming-rules). **To Reproduce** Steps to reproduce the behavior: 1....

**Tool version** 4.0.1 **Is your feature request related to a problem? Please describe.** Not sure if it's intended to be this way but the ressource name default list seem to...

Regx limits for max and min were reversed between linux and windows

Existing regx for "Resource": "Logic/integrationAccounts/maps", "Resource": "Logic/integrationAccounts/certificates", are generating errors: Invalid pattern '^[a-zA-Z0-9_-\.()]{1,80}$' at offset 15. [x-y] range in reverse order.

Existing Regex gives error in case you want to generate a name: Invalid pattern '^[a-zA-Z0-9_-.]{1,64}$' at offset 15. [x-y] range in reverse order

**Tool version** 4.0 **Is your feature request related to a problem? Please describe.** It would be nice to have an option to keep all names in one place **Describe the...

enhancement

This pull request addresses a typographical error found in the short name of the deployment resource type. Previously, it was inaccurately typed as `deloy` instead of the correct term `deploy`.