HAHAZIK ALIinhazikali.hashnode.dev·Sep 9, 2024 · 3 min readBuild And Deploy App using Yaml pipelineStep 1: Start New Pipeline: Create pipeline Note: Instead of using classic editor first pipeline choose azure repos git Step 1(a): Select your repository. Step 2. Configure your Pipeline: Configure your pipeline with the template uh on the bottom o...00
HAHAZIK ALIinhazikali.hashnode.dev·Sep 8, 2024 · 8 min readmuteeb masoodiResource group is a container of all the resources within a Subscription so you can categorize it as per your environment as per your project Step 7: Now go to azure and create pipelines it will ask manage your code but this is not the application co...00
HAHAZIK ALIinhazikali.hashnode.dev·Sep 3, 2024 · 12 min readAzure DevOps Pipelines | Build And Deploy YouTube Clone | Azure DevOpsStep 1: Configure Vs Code Open Terminal Switch to git bash Run this command: git config --global credential.helper wincred git config --global user.name "enter your username" git config --global user.email "enter your email" config --list Step 2 : G...00