Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 2.37 KB

File metadata and controls

57 lines (30 loc) · 2.37 KB

Admin Blazor Website Frontend

Deployment

To deploy YOUR version of Azure Url Shortener Admin Blazor WebSite to Azure, you just need to click on the "Deploy to Azure" button.

Deploy to Azure

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 and AzureFunctionUrlShortenerUrl.

Don't forget to click the Save button! This will prompt you to confirm because it will restart the App service. Click Ok.

Update App Service Config

Alternative deployment

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.


How to use it

Create a short Url

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.

How To Add a Url

List all Urls

Once you are in the website, just click on the Manage Urls on the left menu.

See Url list


Question, problem?

If you have question or encounter any problem using this admin Frontend with AzShortenerUrl please feel free to ask help in the issues section.