Skip to content

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

License

Notifications You must be signed in to change notification settings

kipergil/quick-redirects-for-azure-websites

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published