Skip to primary content
Skip to secondary content

The Networkings

Tall tales from a strange SysAdmin

The Networkings

Main menu

  • Home

Monthly Archives: December 2020

Pushing files to a BLOB container in Azure

Posted on December 11, 2020 by Cris Beagle

$strConn = "DefaultEndpointsProtocol=http;BlobEndpoint=;QueueEndpoint=;TableEndpoint=;AccountName=;AccountKey="
$objContext = New-AzureStorageContext -ConnectionString $strConn
Set-AzureStorageBlobContent -file .\screen.png -Container test -Context $objContext

Posted in Uncategorized

Recent Posts

  • Resize Ubuntu disk in VMware
  • Pushing files to a BLOB container in Azure
  • Resetting Sharepoint after Windows Updates
  • Logging into Office 365 with Powershell
  • Adding licenses to Office 365 users based upon AD group

Archives

  • June 2021
  • December 2020
  • April 2020
  • March 2020
  • August 2017
  • June 2016
  • March 2016
  • December 2015
  • September 2015
  • March 2015
  • February 2015
  • September 2014
  • May 2014
  • April 2014
  • February 2014
  • January 2014
  • December 2013
  • October 2013
  • July 2013
  • June 2013

Categories

  • Exchange
  • PHP
  • Powershell
  • SQL
  • Uncategorized
Proudly powered by WordPress