Say you want to have a nicer URI for something (like an Azure storage blob, a feed or something else). You likely have a nice short custom domain (i.e. I use kzu.io for things like this), and would like to set up arbitrary (temporary or permanent) redirections. This can trivially be achieved by creating an empty Functions App and leveraging .
The proxies.json file for code-less redirects looks as follows:
You can have as many of those IDs/entries as needed. For example, this is one I use to set up https://pkg.kzu.io/index.json > https://kzu.blob.core.windows.net/nuget/index.json: