Skip to content

Instantly share code, notes, and snippets.

@avieru
avieru / 0_reuse_code.js
Created February 3, 2016 15:25
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@avieru
avieru / TiP.ps1
Created December 28, 2015 02:50 — forked from Benjiiim/TiP.ps1
Azure App Service Web App Test in Production setup
#Parameters
$subscriptionName = "your subscription name"
$siteName = "your site name"
$testSlotName = "your deployment slot"
#Env configuration
#Add-AzureAccount
Select-AzureSubscription $subscriptionName
#Ramp Up rule creation