Menu
Bicep – language for deploying Azure resources (IaC)

Bicep – language for deploying Azure resources (IaC)

Deploying resources to Azure for multiple environments (Dev, Stg, UAT, etc.) can be a painful and time-consuming activity, especially if you don’t have a dedicated DevOps team to carry out these tasks. Even though you have the DevOps team, you will have the dependency on them to get your application out of the door in […]

Azure DevOps – Calling REST endpoint via Powershell script

Azure DevOps – Calling REST endpoint via Powershell script

As part of the CI/CD, I had run the migrations I created with TypeORM (NodeJs), I have selected the path of creating a function that runs the script. Endpoint needs to be called once the app deployment is completed. Add a Powershell script with First, you need to run, so you will not get certificate […]