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
376 stars 788 forks source link

Fabric Naming Standards #97

Closed DuersinKurtdinext closed 2 days ago

DuersinKurtdinext commented 7 months ago

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: fabric = fab Fabric Workspaces = ws (equates to Power BI Workspace) Fabric Lakehouse = fablh (LH) Fabric SQL Analytical Endpoint = fabsae Fabric Synapse Warehouse = fabdwh Fabric Synapse Data Science = fabdsc Fabric ML-Modell = fabdscmlmod Fabric Expermient = fabdscexp Fabric Notebook = fabnb Fabric Environments = fabenv Fabric Spark Job = sparkjob Fabric Semantic Model = sem Fabric Data Pipeline = pipe (differ from Azure Data Factory Pipelines) Fabric Real Time Analytics = rta Fabric Real Time Analytics KQL-Datenbank = kqldb Fabric Real Time Analytics KQL-Query = kqlq Farbric Real Time Analytics Event Stream = evstr Data Activator Reflexes = darflx Data Activator Reflex trigger = darflxtr

Describe alternatives you've considered defining my own abbreviations

Additional context needed for customer naming conventions

BryanSoltis commented 2 days ago

Hi @DuersinKurtdinext ,

v4.3.0 was released with Custom Resource Type support. Please review the release notes and update to the latest version to customize your resource types.

https://github.com/mspnp/AzureNamingTool/wiki/v4.3.0

Bryan