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

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 73

  • @VirtualTechBox
    @VirtualTechBox  Před rokem +3

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

    • @suchethkumar8998
      @suchethkumar8998 Před 10 měsíci

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

    • @suchethkumar8998
      @suchethkumar8998 Před 10 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 10 měsíci

      @@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.
      czcams.com/video/2oXjL6GK_d0/video.html

  • @sartz444
    @sartz444 Před 9 měsíci +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.

  • @rishabhkashyap7084
    @rishabhkashyap7084 Před rokem +1

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

  • @shoyebshaikh7667
    @shoyebshaikh7667 Před 10 měsíci +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 ?

  • @Sidlingsshorts
    @Sidlingsshorts Před 5 měsíci +1

    Explained very well. Thanks

  • @Nareshmanam458
    @Nareshmanam458 Před 3 měsíci

    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?

  • @akhiladulam5794
    @akhiladulam5794 Před 6 měsíci +1

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

    • @VirtualTechBox
      @VirtualTechBox  Před 6 měsíci

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

  • @finfotekdevhub1735
    @finfotekdevhub1735 Před rokem +2

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

    • @VirtualTechBox
      @VirtualTechBox  Před rokem +1

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

    • @finfotekdevhub1735
      @finfotekdevhub1735 Před rokem

      @@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.

  • @yeshwanthpm708
    @yeshwanthpm708 Před 10 měsíci +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  Před 10 měsíci

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

  • @user-fg3si7bh5g
    @user-fg3si7bh5g Před rokem +1

    Good Job

  • @alexron748
    @alexron748 Před rokem +1

    Nice project sir

    • @VirtualTechBox
      @VirtualTechBox  Před rokem

      Thank You.

    • @alexron748
      @alexron748 Před rokem

      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

  • @yaswanthmurthy952
    @yaswanthmurthy952 Před 6 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 5 měsíci

      At which time-stamp you are getting this error?

  • @yashkhandelwal8737
    @yashkhandelwal8737 Před 5 měsíci

    @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

  • @kavacham222
    @kavacham222 Před 5 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 4 měsíci +1

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

    • @kavacham222
      @kavacham222 Před 4 měsíci

      @@VirtualTechBox thankyou

  • @Pavankalyan-qt8yz
    @Pavankalyan-qt8yz Před 4 měsíci

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

  • @maheshkumarnaik754
    @maheshkumarnaik754 Před 3 měsíci

    super sir.

  • @alexron748
    @alexron748 Před rokem +1

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

    • @VirtualTechBox
      @VirtualTechBox  Před rokem +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.

  • @RahulSharma-ke7wg
    @RahulSharma-ke7wg Před 10 měsíci

    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  Před 10 měsíci

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

  • @user-uq3lf8gr3g
    @user-uq3lf8gr3g Před 6 měsíci

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

  • @user-pj5hh6cu4z
    @user-pj5hh6cu4z Před 7 měsíci +1

    good

  • @shreyasrepale7159
    @shreyasrepale7159 Před 10 měsíci +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  Před 10 měsíci

      Is your project private or public? Refer below video & apply for parallelism.
      czcams.com/video/6ofbxUEl-rs/video.html

    • @shreyasrepale7159
      @shreyasrepale7159 Před 10 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 10 měsíci +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 Před 10 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 10 měsíci

      I shouldn't@@shreyasrepale7159

  • @marsamuk
    @marsamuk Před 11 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 11 měsíci

      I already have one video with yaml pipeline -- czcams.com/video/n1euGuOS5NM/video.html

  • @vinaykumarnalam5447
    @vinaykumarnalam5447 Před 7 měsíci

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

    • @vinaykumarnalam5447
      @vinaykumarnalam5447 Před 7 měsíci

      Please give suggestions to overcome the error

    • @VirtualTechBox
      @VirtualTechBox  Před 7 měsíci

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

  • @priyap7295
    @priyap7295 Před rokem

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

  • @selimyaylal3871
    @selimyaylal3871 Před 9 měsíci

    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  Před 9 měsíci

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

    • @selimyaylal3871
      @selimyaylal3871 Před 9 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 9 měsíci

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

  • @aishwaryan11
    @aishwaryan11 Před 7 měsíci

    Hi can i add this project to my resume.

  • @rupikasoni9119
    @rupikasoni9119 Před 11 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 11 měsíci

      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 Před 11 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 11 měsíci

      Between 12hr to 48 hrs.@@rupikasoni9119

  • @bishaldebroy2363
    @bishaldebroy2363 Před 8 měsíci

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

    • @VirtualTechBox
      @VirtualTechBox  Před 8 měsíci

      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 Před 8 měsíci

      @@VirtualTechBox thank you sir

    • @VirtualTechBox
      @VirtualTechBox  Před 8 měsíci

      You're Welcome @@bishaldebroy2363

  • @srinadhchinni8313
    @srinadhchinni8313 Před 6 měsíci

    How to take the code

    • @VirtualTechBox
      @VirtualTechBox  Před 6 měsíci

      code repository url I have provided in description.