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