Azure DevOps Project from Scratch | End to End Azure Project | Complete Azure DevOps Project

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 73

  • @VirtualTechBox
    @VirtualTechBox  ปีที่แล้ว +3

    Do visit to my below playlists👇
    Azure Playlist
    th-cam.com/play/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT.html
    DevOps Playlist
    th-cam.com/play/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL.html

    • @suchethkumar8998
      @suchethkumar8998 10 หลายเดือนก่อน

      azure pipeline is not free, you need to build self hosted agents

    • @suchethkumar8998
      @suchethkumar8998 10 หลายเดือนก่อน

      azure pipeline is not free, you need to build self hosted agents

    • @VirtualTechBox
      @VirtualTechBox  10 หลายเดือนก่อน

      @@suchethkumar8998 Yes its not free if you are using Azure Hosted Agent. Refer below video to create self hosted agent & always create public project along-with self hosted agent, you won't be charged.
      th-cam.com/video/2oXjL6GK_d0/w-d-xo.html

  • @rishabhkashyap7084
    @rishabhkashyap7084 ปีที่แล้ว +1

    Nice and easy approach. Keep it up for the community.

    • @VirtualTechBox
      @VirtualTechBox  ปีที่แล้ว

      I really appreciate your feedback.

  • @Sidlingsshorts
    @Sidlingsshorts 6 หลายเดือนก่อน +1

    Explained very well. Thanks

  • @shoyebshaikh7667
    @shoyebshaikh7667 10 หลายเดือนก่อน +1

    Bhai no words ...mashallah....Allah may bless you with lot of happiness and good health... could you please explain bit more about that port 3000 fro. Where you took that port in code or from Azure web app somewhere its added ?

    • @VirtualTechBox
      @VirtualTechBox  10 หลายเดือนก่อน +1

      In code port 3000 was exposed.

  • @satyaMathan-n8n
    @satyaMathan-n8n ปีที่แล้ว +1

    Good Job

  • @alexron748
    @alexron748 ปีที่แล้ว +1

    Nice project sir

    • @VirtualTechBox
      @VirtualTechBox  ปีที่แล้ว

      Thank You.

    • @alexron748
      @alexron748 ปีที่แล้ว

      I have 3 cert in azure devops...upto az400 but as a entry level no one hire what to do to get job as a azure devops I have tech support experience kindly guide

  • @Nareshmanam458
    @Nareshmanam458 4 หลายเดือนก่อน

    Hi, thanks for the video. I have a small doubt. You manually deployed the image to the web app while creating it, so why did you create a release pipeline if the app has already been deployed manually?

  • @maheshkumarnaik754
    @maheshkumarnaik754 3 หลายเดือนก่อน

    super sir.

  • @finfotekdevhub1735
    @finfotekdevhub1735 ปีที่แล้ว +2

    Great video! I appreciate it. What changes should be made if I want to deploy private GitHub repo?

    • @VirtualTechBox
      @VirtualTechBox  ปีที่แล้ว +1

      You need to generate the personal access token and add repo to azure pipeline using that token.

    • @finfotekdevhub1735
      @finfotekdevhub1735 ปีที่แล้ว

      @@VirtualTechBox Thank you. My build pipeline was successful. I was trying to deploy a React app. But encountering an error to open the page. I checked the logs: "these are the logs: 023-09-13T14:46:01.034Z ERROR - Container react-admin-dash_0_f1ca5d82 for site react-admin-dash has exited, failing site start
      2023-09-13T14:46:01.115Z ERROR - Container react-admin-dash_0_f1ca5d82 didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
      2023-09-13T14:46:01.126Z INFO - Stopping site react-admin-dash because it failed during startup." I made the Dockerfile file this way if I am right:
      FROM node:alpine
      WORKDIR /app
      COPY package.json .
      RUN npm install --omit=dev
      COPY . .
      CMD ["npm", "run", "build"]
      My build is showing 47% and deployment is 100%. Where is the mistake here? I guess there is mistake in Dockerfile configuration.

  • @akhiladulam5794
    @akhiladulam5794 7 หลายเดือนก่อน +1

    Hello Sir this is really easy understandable video.do you have any special classes for Azure DevOps.

    • @VirtualTechBox
      @VirtualTechBox  7 หลายเดือนก่อน

      As of now I am not providing any formal devops training. Follow me on Linkedin for updates.

  • @yeshwanthpm708
    @yeshwanthpm708 10 หลายเดือนก่อน +1

    Hi Sir. thank you for your project, Can you help in my issue
    When I am trying to create build pipeline, its not showing configure option directly showing the yaml.

    • @VirtualTechBox
      @VirtualTechBox  10 หลายเดือนก่อน

      Clear the browser cache and try again. If still not working then delete the project and create again.

  • @yaswanthmurthy952
    @yaswanthmurthy952 6 หลายเดือนก่อน

    Iam getting an error as no docker file matching/home/vsts/work/1/s/**/Docker file

    • @VirtualTechBox
      @VirtualTechBox  6 หลายเดือนก่อน

      At which time-stamp you are getting this error?

  • @Pavankalyan-qt8yz
    @Pavankalyan-qt8yz 5 หลายเดือนก่อน

    Hello sir in my pipeline there is no option of release. what can I do now ???

    • @VirtualTechBox
      @VirtualTechBox  5 หลายเดือนก่อน

      You can go with yaml pipeline

  • @alexron748
    @alexron748 ปีที่แล้ว +1

    According to u azure devops easy or open source devops?need ur opinion

    • @VirtualTechBox
      @VirtualTechBox  ปีที่แล้ว +1

      As per me, Azure DevOps is easy than open source project. If I would have build this project in open source, video would have become of more than one hour. In open source project nothing is cloud native except Kubernetes but in Azure DevOps everything is cloud native. In open source project we are using Jenkins VM becomes single point of failure where in Azure DevOps we are using cloud native solution Azure Pipelines.

  • @yashkhandelwal8737
    @yashkhandelwal8737 6 หลายเดือนก่อน

    @VirtualTechBox
    I am getting application error,If you are admin you can access the diagnostic resources.I am unable to find the error.
    I have completely check 3 times for any errors in building and releasing

  • @marsamuk
    @marsamuk ปีที่แล้ว

    Hi. Why don’t you use yaml pipeline? Thanks

    • @VirtualTechBox
      @VirtualTechBox  ปีที่แล้ว

      I already have one video with yaml pipeline -- th-cam.com/video/n1euGuOS5NM/w-d-xo.html

  • @AshokGondru
    @AshokGondru 7 หลายเดือนก่อน

    Hi Sir,
    when i completed validation & configure the Tetris_game-app pipeline is note build, build shows some error. what should we do?

  • @kavacham222
    @kavacham222 5 หลายเดือนก่อน

    Hello... Thanks for the video. How can we send a mail to group of developera when build is failed via azure pipelins

    • @VirtualTechBox
      @VirtualTechBox  5 หลายเดือนก่อน +1

      I will try to merge that step also in upcoming video.

    • @kavacham222
      @kavacham222 5 หลายเดือนก่อน

      @@VirtualTechBox thankyou

  • @RahulSharma-ke7wg
    @RahulSharma-ke7wg 11 หลายเดือนก่อน

    Hi, i am new to this ,just started learning Azure devOPs,i want to ask one question that azure is giving free container registery with some limit ,if i use these services should i need to pay ?

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน

      Create Free trial subscription and start practicing Azure, you won't get bill for your Free Trial period for any service.

  • @priyap7295
    @priyap7295 ปีที่แล้ว

    Hi sir please don't mind
    Is this is the realtime work flow?

  • @selimyaylal3871
    @selimyaylal3871 9 หลายเดือนก่อน

    Hi sir. When i change my source code it automatically builds and releases but the content does not change at the app service.

    • @VirtualTechBox
      @VirtualTechBox  9 หลายเดือนก่อน

      Check on Azure app service you have selected continuous build option or not.

    • @selimyaylal3871
      @selimyaylal3871 9 หลายเดือนก่อน

      I couldn't find which section it is under. Could you please explain it@@VirtualTechBox

    • @VirtualTechBox
      @VirtualTechBox  9 หลายเดือนก่อน

      In release pipeline you need to enable continuous deployment trigger. In video at 14:19 you can see that option.@@selimyaylal3871

  • @aishwaryan11
    @aishwaryan11 8 หลายเดือนก่อน

    Hi can i add this project to my resume.

  • @srinadhchinni8313
    @srinadhchinni8313 7 หลายเดือนก่อน

    How to take the code

    • @VirtualTechBox
      @VirtualTechBox  6 หลายเดือนก่อน

      code repository url I have provided in description.

  • @bishaldebroy2363
    @bishaldebroy2363 8 หลายเดือนก่อน

    hello , I have adoubt can I do this in azure free account??

    • @VirtualTechBox
      @VirtualTechBox  8 หลายเดือนก่อน

      Yes, of course. On Azure DevOps use self hosted agent with public project and on Azure Portal you can use Free Tier account.

    • @bishaldebroy2363
      @bishaldebroy2363 8 หลายเดือนก่อน

      @@VirtualTechBox thank you sir

    • @VirtualTechBox
      @VirtualTechBox  8 หลายเดือนก่อน

      You're Welcome @@bishaldebroy2363

  • @sartz444
    @sartz444 10 หลายเดือนก่อน +1

    Hi sir, its a great video easily understandable for devops freshers, request you to make more videos on devops pipeline and as well on Certificate renewal for AKS tutorial.

    • @VirtualTechBox
      @VirtualTechBox  10 หลายเดือนก่อน

      Sure, I will try to make.

  • @vinaykumarnalam5447
    @vinaykumarnalam5447 7 หลายเดือนก่อน

    Application error occurred
    when i am completed release pipeline and got the url and paste to browser

    • @vinaykumarnalam5447
      @vinaykumarnalam5447 7 หลายเดือนก่อน

      Please give suggestions to overcome the error

    • @VirtualTechBox
      @VirtualTechBox  7 หลายเดือนก่อน

      Are you trying with same github code or trying some other application

  • @shreyasrepale7159
    @shreyasrepale7159 11 หลายเดือนก่อน +1

    I am getting the error while building pipeline as "No hosted parallelism is purchased or granted" . I have created 1 self hosted agent and made it online plzz guide what to do next.

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน

      Is your project private or public? Refer below video & apply for parallelism.
      th-cam.com/video/6ofbxUEl-rs/w-d-xo.html

    • @shreyasrepale7159
      @shreyasrepale7159 11 หลายเดือนก่อน

      @@VirtualTechBox i have done exact same as you doing in this video

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน +1

      I am not using the self hosted agent. If you are using self hosted agent then you should have public project and apply for parallelism request @@shreyasrepale7159

    • @shreyasrepale7159
      @shreyasrepale7159 11 หลายเดือนก่อน

      I have applied yesterday already. What if I created a public project still will it show the same error?

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน

      I shouldn't@@shreyasrepale7159

  • @RajuAzure-r4d
    @RajuAzure-r4d 8 หลายเดือนก่อน +1

    good

  • @rupikasoni9119
    @rupikasoni9119 11 หลายเดือนก่อน

    why is this web app developed on linux? can this same be done for windows as well?

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน

      I only used linux Microsoft hosted agent to build artifact. Yes, you can definitely use Windows one to build. You can also use self hosted agent instead of Microsoft hosted agent for build.

    • @rupikasoni9119
      @rupikasoni9119 11 หลายเดือนก่อน

      @@VirtualTechBoxthanks! Also, how much time will it take the parallelism request to get approved?

    • @VirtualTechBox
      @VirtualTechBox  11 หลายเดือนก่อน

      Between 12hr to 48 hrs.@@rupikasoni9119