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
346 stars 721 forks source link

Missing Resource Type in Azure Naming Tool for Virtual Desktop #95

Open Crallbit opened 6 months ago

Crallbit commented 6 months ago

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 the option to specify the resource type for Virtual Desktop resources. When attempting to name resources related to Azure Virtual Desktop, users are unable to select the appropriate resource type, which impacts the consistency and clarity of resource naming conventions.

Describe the solution you'd like I implemet it manuall in the Json File and import it again.

Expected Behavior: The Azure naming tool should include an option to specify the resource type for Azure Virtual Desktop resources, allowing users to adhere to consistent naming conventions and ensure clarity in resource naming.

DenAV-rnxt commented 3 months ago

@Crallbit Hi, The json file can be uploaded using the API. Add a new item to the end of the list, specify the next sequence number for the ID, select the rest of the parameters, and upload the whole file again.