GithubHelp home page GithubHelp logo

requestbininazure's Introduction

Requestbin On Azure Container Instances

This repository contains a self-hosted version of requestbin, that run on Azure Container Instances.

Requestbin was a great web site, that could be used for recording http request when building and using web hooks.

Unfortunately requestb.in which was the hosted version of the site, have been closed due to abuse. This Azure ARM template allows you to run your own version of the site in Azure. Spinning up a site takes a couple of minutes, and it can be deleted in seconds when no longer needed.

Running the request bin site on Azure have the following costs associated with its resources

  • Azure Function (Dynamic Plan) - Pay Per Use
  • Azure Container Instance 1 CPU / 1 GB Ram for the requestbin web site
  • Azure Container Instance 1 CPU / 1 GB Ram for thr redis cache
  • Total cost ~ 3 $ / day

In other words don't let it run 24x7 if you want to do that you are better off installing it in a VM or on Kubernetes.

Accessing the site

After the template deployment is complete you can access requestbin site using the following urls:

  • If you need https, you have to use https://<name-specified-during-deployment>.azurewebsites.net
  • You can also access it using the ACI domain at http://<name-specified-during-deployment>.<regionname-of-resourcegroup>.azurecontainer.io where <regionname-of-resourcegroup> e.g. could be westeurope if you created the resource group in that region. Note this URL doesn't support https, as that is yet to come for ACI, which is why I included the azure function reverse proxy in the template, as you most likely need https.

requestbininazure's People

Contributors

hashtagchris avatar sjkp avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

requestbininazure's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.