AzureNamingTool
AzureNamingTool copied to clipboard
The Azure Naming Tool is a .NET 6 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
1
AzureNamingTool issues
Sort by
recently updated
recently updated
newest added
Using postman I would do a GET on /api/ResourceNamingRequests/RequestName with request body set to { "resourceEnvironment": "prd", "resourceProjAppSvc": "spa", "resourceType:" "bp" } Response is { "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1", "title": "One or...