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

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 73

  • @VirtualTechBox
    @VirtualTechBox  Год назад +3

    Do visit to my below playlists👇
    Azure Playlist
    ruclips.net/p/PLmSlOWkfkuglJzo6VOX_vPJHAHBkullPT
    DevOps Playlist
    ruclips.net/p/PLmSlOWkfkugmXU1WVTu_fmrOwjRAbbWvL

    • @suchethkumar8998
      @suchethkumar8998 11 месяцев назад

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

    • @suchethkumar8998
      @suchethkumar8998 11 месяцев назад

      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.
      ruclips.net/video/2oXjL6GK_d0/видео.html

  • @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?

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

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

  • @yeshwanthpm708
    @yeshwanthpm708 11 месяцев назад +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.

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

  • @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 ?

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

  • @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?

  • @Pavankalyan-qt8yz
    @Pavankalyan-qt8yz 5 месяцев назад

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

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

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

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

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

  • @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?

  • @rishabhkashyap7084
    @rishabhkashyap7084 Год назад +1

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

  • @Sidlingsshorts
    @Sidlingsshorts 6 месяцев назад +1

    Explained very well. Thanks

  • @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.
      ruclips.net/video/6ofbxUEl-rs/видео.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

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

  • @srinadhchinni8313
    @srinadhchinni8313 7 месяцев назад

    How to take the code

    • @VirtualTechBox
      @VirtualTechBox  6 месяцев назад

      code repository url I have provided in description.

  • @maheshkumarnaik754
    @maheshkumarnaik754 3 месяца назад

    super sir.

  • @marsamuk
    @marsamuk Год назад

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

    • @VirtualTechBox
      @VirtualTechBox  Год назад

      I already have one video with yaml pipeline -- ruclips.net/video/n1euGuOS5NM/видео.html

  • @priyap7295
    @priyap7295 Год назад

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

  • @RajuAzure-r4d
    @RajuAzure-r4d 8 месяцев назад +1

    good

  • @aishwaryan11
    @aishwaryan11 8 месяцев назад

    Hi can i add this project to my resume.

  • @satyaMathan-n8n
    @satyaMathan-n8n Год назад +1

    Good Job

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

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

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