vnbaaij / AzUrlShortener

An simple and easy Url Shortener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Url Shortener (AzUrlShortener)

Deploy to Azure GLO Board All Contributors Serverless Library

UrlShortener

A simple and easy to use and to deploy budget-friendly Url Shortener for everyone. It runs in Azure (Microsoft cloud) in your subscription.

If you don't own an Azure subscription already, you can create your free account today. It comes with 200$ credit, so you can experience almost everything without spending a dime. Create your free Azure account today

How To Deploy

To deploy YOUR version of Azure Url Shortener you could fork this repo, but if you are looking for the easy way just click on the "Deploy to Azure".

Deploy to Azure

To have all details and alternative deployment refer to the Deployment Details page.

Post Deployment Configuration

A good Url Shortener wouldn't be completed without a custom domain name. To know how to add it and other useful post-deployment configurations refer to the post-deployment-configuration page.

How to Update / Upgrade

You deployed the Azure Url Shortener and it's now running in your Azure Subscription, but you would like to have the new feature(s). Updating your current version is in fact really simple.

Update the Azure Functions

Navigate to the Azure portal (azure.portal.com) and select the Azure Function instance, for this project.

From the left panel, click on the Deployment Center (1), then the Sync button(2). This will start a synchronization between GitHub and the App Service (aka Azure Function) local Git.

Steps to update the Azure Function doing a Git Sync

IF you are using the Admin Blazor Website, repeat the same operation but selecting the App Service with the name starting by "adm".


How To Use It

There is many different way to manage your Url Shortener, from a direct HTTP call to a fancy website. See the complete list of admin frontends here, with the instructions to deploy and use them. There is also instructions or guidance if you would like to create a new one and collaborate to this project.

There is also a video that does a quick tour of the project.

YouTube thumbnail of the Az URL Shortener quick tour video


How It Works

If you are interested to learn more about what's under the hood, and get more details on each Azure Function, read the How it works page.


Contributing

If you find a bug or would like to add a feature, check out those resources:

Check out our Code of Conduct and Contributing docs. This project follows the all-contributors specification. Contributions of any kind welcome!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


SurlyDev

🤔

Frank Boucher

💻 📹

This project follows the all-contributors specification. Contributions of any kind welcome!

This project was inspire by a project created by Jeremy Likness that you can find here jlik.me.

About

An simple and easy Url Shortener

License:MIT License


Languages

Language:C# 72.2%Language:HTML 24.0%Language:CSS 3.8%