ASP.NET Core Web Application deployment on a Docker Container | AZURE VM | Docker File | PART-1

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

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

  • @venkatasumanbhavanasi6939
    @venkatasumanbhavanasi6939 11 месяцев назад +1

    Good Explanation...Thanks for showing examples on dotnet application as I am dotnet developer.

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

      Thanks! For the valuable feedback…

  • @UmerSyed707
    @UmerSyed707 3 года назад +1

    Thanks for uploading this, nicely explained

  • @UmerSyed707
    @UmerSyed707 3 года назад +1

    Thanks for uploading this, nicely done

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

    Thanks for detailed steps to deploy application on docker container. Is it possible to deploy application in docker container of azure VM using Azure CICD ?

    • @DevOpsMela
      @DevOpsMela  8 месяцев назад +1

      Yes! It is possible to deploy on Azure VM too

  • @pawarmahendra1
    @pawarmahendra1 2 месяца назад +1

    does the command same in case, rather than creating ubuntu VM and image.. instead i can use my machine to create a Docker and copy the image

    • @DevOpsMela
      @DevOpsMela  2 месяца назад

      Hey Pawan, I am not sure if I got your question right and if its related to Docker commands for image creation, Yes! It will be same…thanks!

    • @pawarmahendra1
      @pawarmahendra1 2 месяца назад

      @@DevOpsMela instead of using ubuntu machine.. can i use my machine for creating docker ???

  • @dharshankanna8386
    @dharshankanna8386 2 года назад +1

    High quality content !! jus one doubt Why ubuntu is preferred for docker container ?

    • @DevOpsMela
      @DevOpsMela  2 года назад

      Thanks! And docker can we setup on other Linux flavours too like Centos, RHEL etc. so there is no such preference its upto the application your running and the underlying libraries it requires…

    • @dharshankanna8386
      @dharshankanna8386 2 года назад

      @@DevOpsMela ok great ! I am very Much new to this . I have another doubt So, after web api deployment can i deploy my angular as a another service in this same node or different node

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

    If we do not want to have public ip on the VM. And access the application through private ip, is it possible?@DevOpsMela

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

      Hi Preety, there are various ways to achieve the above scenario like you keep your application behind load balancer or application gateway etcetc…

  • @Rohit-k8x5w
    @Rohit-k8x5w 10 месяцев назад +1

    After running sudo docker run -d -p 5000:5000 dotnetapp
    Container status showing exited [1]
    how to resolve

    • @DevOpsMela
      @DevOpsMela  10 месяцев назад

      Hi Rohit, mostly the image which you have created has some issue, re-check your dockerfile and re-build the image once.

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

    Hi , I have created the ubentu server in Azure.But I am not able to access the machine. I am getting the error Access Denied. Do you have any solution for this issue.

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

      Try resetting the password from the portal vm->help->reset password

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

    Hello dear. Thanks for the video. In the last step even after adding 5000 port inbound rule in Azure portal i am still getting connection refused. Is there anything i am missing please guide ?

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

      Hey Shashank,
      Kindly share more details what all steps you have performed, bcoz just by connection refused its very difficult to decode..
      Share details on devopsmela@gmail.com
      Thanks..

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

      @@DevOpsMela Thanks Rohit for your response. I will send you an email shortly

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

      I have sent you an email Rohit. Thanks

  • @samueldsouza3307
    @samueldsouza3307 2 года назад +1

    please make a video on .net 6.0 using

  • @hasanmahmud4688
    @hasanmahmud4688 2 года назад

    can you please add SQL server on the docker container in production?

    • @DevOpsMela
      @DevOpsMela  2 года назад

      Yes, you can setup sql servers in containers too and for using the same in production you need to consider multiple factors…like SLA, Availability etc…

    • @hasanmahmud4688
      @hasanmahmud4688 2 года назад

      @@DevOpsMela thanks for your response, if possible can you please add a video on this topic ?

  • @rajkumarreddy8795
    @rajkumarreddy8795 3 года назад

    I am getting error in the end, while browsing VM ip

    • @DevOpsMela
      @DevOpsMela  3 года назад +1

      Share the error screenshot at devopsmela@gmail.com to debug the same

    • @rajkumarreddy8795
      @rajkumarreddy8795 3 года назад

      @@DevOpsMela Thanks, for support