Skip to content

Version 3 - Major refact

Latest
Compare
Choose a tag to compare
@FBoucher FBoucher released this 25 Nov 18:28
· 81 commits to main since this release
2d0180f

This version has many breaking changes.

  • the AzUrlShortener project will not ONLY do redirect.

This was done to simplify the deployment and make it secure. With version 3 this project can only read from the table storage, therefore doesn't require AAD. You can manage the URLs with the Azure portal, the Azure Storage explorer, or the TinyBlazorAdmin project (also now on v3)

  • The Azure Function is now v4 and runs in an isolated process
  • .NET 6.0 is used