Skip to content

Instantly share code, notes, and snippets.

View wgv-zbonham's full-sized avatar

Zach Bonham wgv-zbonham

  • WatchGuard Video
  • Allen, TX
View GitHub Profile
@wgv-zbonham
wgv-zbonham / Logging.cs
Last active August 29, 2015 14:21
Example Logging Using System.Diagnostics
using System;
using System.Diagnostics;
using System.Text;
namespace TickTickBoom
{
public class AzureStorageTraceListener : TraceListener
{
public AzureStorageTraceListener()
@wgv-zbonham
wgv-zbonham / New-AzureStorageContext.ps1
Last active August 29, 2015 14:21
Enabling Diagnostics
$context = New-AzureStorageContext -storageaccountname "elsadevusaia001" -storageaccountkey "{hidden}" -Endpoint "core.usgovcloudapi.net"