• Azure - Azure CLI - Microsoft - performance

    HammerDB CLI for Oracle on Azure

    Disclaimer: I’m not a big fan of benchmark data.  I find it doesn’t provide us as much value in the real world as we’d like to think it does.  As Cary Milsap says, “You can’t hardware your way out of a software problem” and I find that many folks think that if they just get the fastest hardware, their software problems will go away and this just isn’t true.  Sooner or later, it’s going to catch up with you-  and it rarely tells you what your real database workload needs to run most efficiently or what might be running in…

  • Azure - Azure CLI - Microsoft - Oracle

    Oracle on Azure- Options, Options, Options

    I’ve been very busy allocating 60% of my time towards Oracle on Azure migrations.  The biggest challenge right now isn’t getting Oracle on Azure, but keeping my percentage of time allocated to only 60%. I love Oracle technology-  yes, a Microsoft employee who LOVES Microsoft and Azure cloud, also LOVES. Oracle.  I won’t apologize and I know I’m not the only one.   Every company I’ve worked for, even when I worked at Oracle, required my multi-platform skill set.  I’ve never worked anywhere that had ONLY Oracle, only Linux, only Microsoft, only SQL Server, etc.  I saw it only as…

  • Azure - Azure CLI - Microsoft

    No Pause on the Azure Data Factory

    Using only what you need in Azure is a crucial part of optimizing your environment in the cloud. You find that as attractive as Azure is for the masses, making this change to make sure what you do use is optimal will make it downright irresistible. Many customers, as they are ramping up with Azure Data Factory, (ADF) didn’t worry too much as they built out pipelines, as they could always pause the service at the resource level. In recent weeks this feature has been deprecated and customers may be at a loss as to how to proceed. The best…

  • Azure - Azure CLI - devops - Microsoft

    Azure Automation of A-to-Z, Part I

    DevOps deployments and automation have numerous tools at their disposal, but most often, scripting is required. Although I’m a Microsoft Azure fanatic, I am also a strong advocate of Linux and with my two decades on Unix, I strongly prefer BASH over PoSH. I find the maturity of BASH and KSH highly attractive over PoSH and with my experience, I’m simply more skilled with shells native to the Linux OS. Before we get too far in, I know some of the text can be difficult to read and/or you want to copy and paste or you want some of the…

  • Azure - Azure CLI - devops - Microsoft

    Simple Template Pull In Azure

      The I’ve been busy automating a solution we provide many of our Education customers that I discovered, due to a variety of technical skills, was hindered on using the solution while spending significant time deploying it.  New to Azure, I wanted to use templates with a bash script as my first deep dive into auto deployment, but was frustrated with the auto deployment templates “JSon’ing me to death”. I wanted to quickly post about a few tips working with templates and parameter files. JSon Format Checker If you’re like me, you have enough varying syntax formats in your brain…

  • Azure - Azure CLI - devops

    Use Azure CLI…I Beg You.

    FYI-  this was the one post I had to restore manually after my blog was hacked a week back.  Its intact, but the post may appear a bit different than before, as I copied and pasted from the emailed version that occurs as part of my RSS feed.  Enjoy! Azure CLI made me feel right at home after working at Oracle in the Enterprise Manager CLI, (EMCLI)  The syntax is simple, powerful and allows an interface to manage Azure infrastructure from the command line, scripting out complex processing that would involve a lot of time in the user interface. I’d…