SkillAgentSearch skills...

Requestbininazure

No description available

Install / Use

/learn @sjkp/Requestbininazure
About this skill

Quality Score

0/100

Category

Operations

Supported Platforms

Universal

README

Requestbin On Azure Container Instances

<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fsjkp%2Frequestbininazure%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="http://azuredeploy.net/deploybutton.png"/></a>

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.
View on GitHub
GitHub Stars4
CategoryOperations
Updated7y ago
Forks3

Security Score

55/100

Audited on May 8, 2018

No findings