go OSDCloud

Azure Functions Go Url Shortener

I'm going to quickly detail how to make a quick and cheap URL Shortener in an Azure Function App. The goal is to use go.osdcloud.com subdomain to run this function. I strongly recommend reviewing the documentation at the following link

While this uses an Azure Function App, the redirect will use proxies.json, without using an API. It's important to note that this feature is only supported in Azure Functions 1.x - 3.x, and it is not supported in the current GA 4.x. My guess is that Microsoft wants to force you to subscribe to Azure API Management which is substantially more expensive (around $50 / month). You can read about Azure Functions Proxies here

That said, there are a few main steps involved in getting the URL Shortener to work

pageAzure FunctionpageCustom DomainpageSSL BindingpageProxies

OSDeploy is sponsored by Recast Software and their Systems Management Tools

Last updated