AzUrlShortener icon indicating copy to clipboard operation
AzUrlShortener copied to clipboard

Allow redirection if non vanity provided

Open WhiteTomX opened this issue 1 year ago • 2 comments

Fixes #464 by redirecting root to configured rootDirectUrl or defaultRedirectUrl (configured as App Settings) or azure.com (hard coded). You need to configure AzureWebJobsDisableHomepage=true to disable the homepage shown at default. This is added to the ARM template.

WhiteTomX avatar Jul 23 '23 15:07 WhiteTomX

I like your idea @WhiteTomX let see how that will fit in the new design.

FBoucher avatar Jul 26 '23 14:07 FBoucher

I implemented this code in my test slot and it works perfectly!

gjbundy avatar Nov 18 '23 18:11 gjbundy