URL of Azure Functions imported into Azure APIM
Can be customized to the following format?
Default: https: // {apim-endpoint} / {functions-app} / {api-version} / {function-name}
Customize: https: // {apim-endpoint} / {api-version} / {function-name}
There is also a way to make the API Suffix BLunk,
When importing multiple Functions, the API name will be duplicated, so I'm considering other methods.