Connect with me
Search this site
Archives
- October 2018
- March 2016
- February 2016
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- February 2015
- January 2015
- December 2014
- November 2014
- February 2014
- January 2014
- October 2013
- June 2013
- May 2013
- April 2013
- December 2012
- November 2012
- October 2012
- July 2012
- January 2012
- June 2011
- May 2011
- April 2011
- October 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
Categories
Category Archives: Windows Azure
Adventures with Azure Resource Manager Part I
Overview In this series of blog posts I will create ARM templates used to provision Azure resources. I will kick things off by creating a template that shows you have to create multiple storage accounts. It also shows: How to … Continue reading
Posted in ARM, Automation, Azure, DevOps, PowerShell
Tagged ARM, Azure, Cloud, DevOps
Leave a comment
Installing Splunk Forwarder in Azure Web/Worker Roles with a Startup Task
Overview I recently had to install Splunk Universal Forwarder in Azure worker roles. Azure web/worker roles are stateless so the only way to install any software is to do so via Azure startup tasks. Azure startup tasks have been around … Continue reading
How to migrate from Standard Azure Virtual Machines to DS Series Storage Optimized VM’s
Background We are implementing Azure solutions for a few clients. Most of our clients are use cloud services and virtual machines to implement their solutions on Azure platform. For many years Azure platform only offered just one performance tier for … Continue reading
Posted in DevOps, Virtual Machines, Windows Azure
Tagged Automation, Azure, DevOps, Virtual Machines
9 Comments
Azure SDK 2.6 Diagnostics Improvements for Cloud Services
I haven’t blogged for a while because of being very busy at work. Things are slowing down a bit so I will try to write more frequently. History Azure SDK 2.5 made big changes to Azure diagnostics. It introduced Azure … Continue reading
Azure Usage monitoring with Azure Automation
When you purchase an Azure subscription it comes with usage caps for various resources. As an example the usage cap for number of cores is 20. You can call use Azure Support and open a free billing support case to … Continue reading
Posted in Automation, Azure, DevOps, PowerShell
Tagged Azure Automation, DevOps, PowerShell
Leave a comment