kipergil / quick-redirects-for-azure-websites

A very quick url redirect middleware for Azure WebApps tools directly called from your application url.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quick-redirects-for-azure-websites

This is a simple middleware example which helps developers to open frequently used links just by typing the path at the end of their application.

Since we are working with Azure Websites, I added VS Online Editor, Kudu and Portal paths. You can add/amend as many urls as you wish and define your endpoints and urls.

Check Startup.cs for usage. Check QuickRedirectMiddleware.cs for edit links.

Url Opens Redirect To
/dev Vs Online Editor https://{websiteName}.scm.azurewebsites.net/dev
/kudu Azure Kudu https://{websiteName}.scm.azurewebsites.net/
/portal Azure Portal Web apps https://portal.azure.com/

About

A very quick url redirect middleware for Azure WebApps tools directly called from your application url.

License:GNU General Public License v3.0


Languages

Language:C# 51.3%Language:HTML 35.5%Language:CSS 11.4%Language:JavaScript 1.9%