Azure VM | CI/CD to Azure Virtual Machines using Azure DevOps

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

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

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

    Man that artifact part in the release section saved my day. thanks

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

    You have explained everything in very simple way. Thanks

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

    Superb video and easy to understand 👏🏻

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

    thank you so much for this, it was a great help

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

    Very helpful indeed. Thank you. If I use a self hosted agent for my build to my deployment group agents still. Need to have connectivity to azure devops? Or just connectivity to my self hosted build agent. I would like to. Limit external connectivity as much as possible. Cheers

  • @pavelquevedo7266
    @pavelquevedo7266 2 ปีที่แล้ว

    Thank you! Very well explained.

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

    It is not working what you demonstrated, actual scenario is different now in azure VM, can we connect please for a while if possible, please let me know

  • @melody.melody
    @melody.melody 2 ปีที่แล้ว

    Hi Rohit, how can we do this through yamp pipelines and how do we need to install the agent through a yaml pipeline?

  • @slokaroy7020
    @slokaroy7020 2 ปีที่แล้ว

    very succinct... good one

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

    Hey @Rohit Sharma, thanks for the useful explanation.
    Is it possible to publish a new web application in a virtual machine that already has sites published in IIS? Does the process of publishing the new site not affect those that are already running? Thanks in advance.

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

      what does mean by sites published in iis?

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

      ​@@RohitSharma6in the tutorials and videos that I have seen, they always create the virtual machine from scratch and then install what is necessary to finally publish the site in IIS. My question is: if I already have the virtual machine created with several published sites and I try to publish one more, would this affect the already published sites in any way? Thank you in advance.

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

      @@HanselGraciadelBusto it won't affect anything

  • @jvdwesthuizen
    @jvdwesthuizen 2 ปีที่แล้ว

    Can this be done without IIS installed on the win10 vm?

  • @biswajit4631
    @biswajit4631 2 ปีที่แล้ว

    Hi this vedio help me alot for IAAS service . Could you please help me blue green deployment for same azure VM

  • @vigneshkani1265
    @vigneshkani1265 2 ปีที่แล้ว

    If we change anything in the code it will automatically start deployment in pipeline or we need to manually trigger

    • @RohitSharma6
      @RohitSharma6  2 ปีที่แล้ว

      If you commit and you have enable continuous integration then it will automatically stat

  • @shunkr
    @shunkr 2 ปีที่แล้ว

    How do you deploy docker file using ACR and docker-compose?

    • @RohitSharma6
      @RohitSharma6  2 ปีที่แล้ว

      I have created one video on the same. You can check that.

    • @shunkr
      @shunkr 2 ปีที่แล้ว

      @@RohitSharma6 Hello, you have done so much material (y) and I tried to find Docker vm from your channel but could not find. I am finding it hard to deploy docker images to Azure Linux VM using CI/CD pipelines.

    • @RohitSharma6
      @RohitSharma6  2 ปีที่แล้ว

      @@shunkr The video is not on VM but Azure webapps deployment.th-cam.com/video/tQH1EsVLmoU/w-d-xo.html

    • @shunkr
      @shunkr 2 ปีที่แล้ว

      @@RohitSharma6 but I want to deploy to Azure Linux VM...

  • @SureshS-se1ix
    @SureshS-se1ix 2 ปีที่แล้ว

    Hi Sir, Very well explained, I created .net core WebApi with EF core, I have to deploy api to virtual machine IIS server with database(IIS deployment with database job), can you please share the IIS deployment with database job video url. Thanks

  • @karananand2989
    @karananand2989 2 ปีที่แล้ว

    Hii... can you share your code which u have deployed here or share your repo just give us link ....

  • @ankitakumari3765
    @ankitakumari3765 3 ปีที่แล้ว

    How to change physical path from default path to d drive

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

      In the IIS Web Manage Task ( In release) go to Physical Path --> there you can mention the path which ever you want. Like this --> i.stack.imgur.com/CCKEO.png

    • @ankitakumari3765
      @ankitakumari3765 3 ปีที่แล้ว

      @@RohitSharma6 can we directly provide like D:/path

    • @RohitSharma6
      @RohitSharma6  3 ปีที่แล้ว

      @@ankitakumari3765 All I can say try ... I haven't tried it in this way...but let me know if it works....v