To deploy YOUR version of Azure Url Shortener Admin Blazor WebSite to Azure, you just need to click on the "Deploy to Azure" button.
Note: this is now done automatically during the Azure deployment.
Once it's deployed, you will need to add the URLs of the Azure Function in the configuration of the website. You can use this page to know How to get the Azure Function URLs.
To update the website configuration, go to the Azure Portal portal.azure.com. Find the website you just deployed, and click on it. From the left menu, select Configuration. Update the value of the config named:
AzureFunctionUrlListUrl
andAzureFunctionUrlShortenerUrl
.Don't forget to click the Save button! This will prompt you to confirm because it will restart the App service. Click Ok.
You can host the website locally or in any regular webserver. You will need to Build, and Publish yourself.
To test it a simple F5 in VSCode or Visual Studio should work.
Once you are in the website, first go into the Manage Urls section by clicking the option in the left menu. Than click the Add New Url button.
The Vanity is the end of the URL and is optional.
Once you are in the website, just click on the Manage Urls on the left menu.
If you have question or encounter any problem using this admin Frontend with AzShortenerUrl please feel free to ask help in the issues section.