
Power Platform In-built Deployment Pipelines
Power Platform’s In-Built Deployment Pipelines is another approach to deploy your solutions, connections, connection references, and environment variables from source…

Difference between Power Platform In built pipelines and Power Platform Azure DevOps pipelines.
When deciding between using Power Platform’s in-built deployment pipelines or leveraging Azure DevOps pipelines for Power App solution deployment, both…
Power Platform Deployment using Azure DevOps- Part 2 (Release)
In previous blog, we have successfully created build pipeline. Now let’s create release pipeline. Part-1 : https://asifwaquar.com/power-platform-deployment-using-azure-devops-part-1/ Step 1 :…

Power Platform Deployment using Azure DevOps- Part 1 (Build)
In this blog, we will see how to setup Azure DevOps pipeline to deploy Power App Solutions in different environments.…

Power Platform Service Principal Setup for Azure DevOps
If you are planning to deploy Power Platform solutions using Azure DevOps, the best approach is to run your DevOps…

Generate ssh key in mac and add to Github
To interact with a GitHub repository and check in your source code , you typically authenticate yourself by providing your…

Choosing the Right Option for Securing Your Connection Strings in Azure -(Part-1)
There are several ways to secure the connection string in an Azure-based .NET Core app. Here are some options: Use…

Install Jenkins using docker
In this blog , We will explore how can we install Jenkins using docker . Step -1 Run below command…

Difference between kubectl,kind,minikube,kubeadm and kubelet
If you are beginner and learning kubernetes. You might get confused with kubernetes tools naming and it’s usecase.Let’s understand difference…

Kubernetes Essential Commands
Here are some essential commands using kubectl. 1- Get worker nodes status and verify if kubernetes worker nodes are ready.…