Azure Terraform Starter Project Example

This project is sample code for those who are beginners to Terraform for Azure and as a quick reference. There are many ways to structure a terraform project in your repo, but I just want to show and explain my code. The starter project sample is suited for solo engineer/developer non collaborative establish a simple …

Continue reading Azure Terraform Starter Project Example

Using GitHub Actions To Run My Python Azure Command Line Tool – Part 2

The post introduces GitHub Actions and a workflow with an Azure service principal name. The workflow YAML code involves manual user trigger, Azure login, Python setup, package installation, building a command line tool, and executing it with workflow input values. The post also provides the workflow YAML file and emphasizes the use of GitHub Actions for custom command line tool creation and Azure integration.

Azure PowerShell vs Azure SDK for Python

As an Azure engineer, I have used both Azure PowerShell and the Azure SDK for Python to manage and provision Azure resources. I like to share comparisons based on my experience and real work scenarios in the many years engineering and designing for solutions in Azure. Hope this blog post gives some perspective. Azure PowerShell: …

Continue reading Azure PowerShell vs Azure SDK for Python

My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources

I wanted to explore using ChatGPT exclusively to create Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources as if I never created such a pipeline before. I want to explore the following How effective using ChatGPT enabled me achieve my objective? How natural was the chat bot experience to me as a …

Continue reading My Experience Using ChatGPT To Create An Azure DevOps Pipeline with Terraform in Deploying Azure Resources