Skip to content

Work in progress "deploy yourself" URL shortner written in Rust for running on Azure Functions

License

Notifications You must be signed in to change notification settings

varianter/var.show

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5b3ea31 · Feb 22, 2023

History

23 Commits
Nov 29, 2019
Nov 24, 2019
Dec 21, 2019
Nov 24, 2019
Nov 24, 2019
Dec 21, 2019
Dec 21, 2019
Dec 15, 2019
Jul 29, 2019
Feb 22, 2023
Dec 6, 2019
Dec 21, 2019
Dec 6, 2019
Nov 30, 2019

Repository files navigation

var.show

Work in progress "deploy yourself" URL shortner written in Rust for running on Azure Functions.

Features initial release

  • POST URL and return random shorted
  • POST URL with shorted string specified (named)
  • Redirect var.show/<ID> to full URL

Features next release

  • PUT URL (update)
  • Administration

Deploy

Deploy to Azure

Press the above button.

Or, do it manually with the Azure CLI and the provided azuredeploy.json ARM-file:

# create resource group for the resources
az group create --location westeurope --name varshow

# create the resources and passing the appName
az group deployment create -g varshow --template-file azuredeploy.json --parameters appName=varshow

In this example we name both the resource group and the function app varshow.

Other parameters you can pass when creating the resources are:

  • serverFarmId (override if you want to use a pre-existing App Service plan)
  • dockerImage (default is varianter\varshow:latest, override if you want to use another image)

About

Work in progress "deploy yourself" URL shortner written in Rust for running on Azure Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published