Category Archives: PowerShell
Open Source DevOps PowerShell Module
There’s a growing need for automation to implement skeleton projects for DevOps deployments and application migrations. It requires a fair amount of finesse and some scripting magic. So for this need, I created the start of a small PowerShell module to help solve that problem. The Pledge A colleague a while back contacted me and…
2018 – Azure Global Bootcamp Survey Results
SURVEY OVERVIEW SURVEY RESPONSE SUMMARY
ARM Templates For MAC – A Call For Feature Parity
Call To Action Come one, come all. We are rallying for Microsoft to add features to allow Mac users of Visual Studio 2017 and onward to install the Azure SDK installation bundled with PowerShell so Mac users will be able to deploy ARM templates as they would in Windows. The Case For those of you…
Service Bus Scripts
Azure Service Bus is an easy and simple way to get started in the cloud messaging space when you need a highly-reliable cloud messaging service between your applications and services. I recently had someone ask if there were some simple scripts they could use to get started as they weren’t too interested in the portal…
Epoch To Windows Time Conversion
I recently had a peer reach out and ask if there was a simple way to convert Epoch to Windows time. Being the quick thinker and lover of PowerShell I was I quickly responded with a resounding – YES! I told him, “Send me an Epoch (Unix) time and I’ll convert it in a jiffy.” and so he…