How To Deploy ASP.NET Application with Azure SQL Database on Microsoft Azure Cloud

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

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

  • @shirishshinde8920
    @shirishshinde8920 9 месяцев назад +5

    Thanks yaar, nobody was showing this main thing that how we can deploy WebApp and DB on Azure, others are creating videos on other Azure services which we dont want as a developer we want this first and not other services initially....Thanks yaar. Please keep it up and make such more videos ...dont worry about views we will watch ads all to support you.

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

      Thank you so much for your lovely comments. Really appreciate

  • @weizhenzhang1572
    @weizhenzhang1572 9 месяцев назад

    Thanks so much, I succeed in deploying my projects with Azure SQL Database by following your tutorials. Outstanding explanation.

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

    Excellent....I liked that you also did the follow up for changes to the app. Sometimes the obvious things are overlooked. :)

  • @lorraine28
    @lorraine28 5 месяцев назад +1

    Thank you for this video, I got no errors compared to other videos . Best video I have watched!!! ⭐️

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  5 месяцев назад

      Thank Your for your lovely comments. Sure, do email us in case you face any issues also do drop if any specific video tutorial is required on .NET or Azure cloud computing. Thanks for Visiting our channel and do share our channel link with your friends and collegues. thanks

  • @louis-kd4zk
    @louis-kd4zk 9 месяцев назад +1

    Firstly, I would like to evaluate you for the tutorial. Now a question, if I want to make corrections or just edit something in the code that was published, how would I do this? Should I perform another deployment?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  9 месяцев назад +1

      You need to go to publish profile option and re-publish /re-deploy the code. you don't need to create new profile for deployment and for better understanding, watch the tutorial from 25:00 where we have done some changes in the code and re-published the same. Hope this helps . Thanks

    • @louis-kd4zk
      @louis-kd4zk 9 месяцев назад

      @@DigitalTECHJOINT thank you bro

  • @theislamiczone178
    @theislamiczone178 9 месяцев назад +1

    All time you are favroite dear , love your method. please make more videos on .net new updates

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  9 месяцев назад +2

      Thank you so much for your wonderful comments. Yes, we are plannin to release more videos on .NET 9, Blazor and Azure DevOps very soon

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

    Great, this is what I was looking for..Thanks

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

    Outstanding explanation of subject

  • @vinayakavagga
    @vinayakavagga Год назад +2

    Thank you so much!!!! its very helpful for me❤

  • @santhoshanand.
    @santhoshanand. Год назад +2

    Very Good video.. Nice explanation ..thanks sir

  • @axrordev
    @axrordev 5 месяцев назад +2

    what about postgresql ??? 15:45

  • @HieuNguyen-un4bb
    @HieuNguyen-un4bb Год назад +1

    i can't understand why in my last step when i click finish at 19:46 , i got 3 errors
    NuGet.PackageManagement.PackageReferenceRollbackException: Package restore failed. Rolling back package changes for 'MagicPost_WebApp'.
    Failed to configure NuGet packages.
    Failed to configure dependency Azure SQL Database mssql1.
    I do same as you every steps but i dont understand why i got it can you explain for me!
    Thank your videos and thank u so much

  • @gopimathi8137
    @gopimathi8137 Месяц назад

    Great explanation

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

    Thank you for this video!

  • @serbanmihnea1158
    @serbanmihnea1158 16 дней назад

    What is the connection string in appsettings?
    Thanks!

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

    Very good video, nice explanation👍

  • @sruthisiddamseeti4618
    @sruthisiddamseeti4618 Год назад +2

    Excellent video, I have a doubt what should I give in Database username and password my local db connection or azure db credentials. It is throwing error in username or password.

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

      Azure DB credentials since you have created instance on Azure and your application is connecting to Azure DB instance.Thanks

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

      Thanks for your comments !! Keep visiting our Digital TechJoints for more insightful tutorials. thanks

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

    Very helpful tutorial. Thank you

    • @yashsharma-td6ii
      @yashsharma-td6ii 8 месяцев назад

      Bro for the database server we have to create "Azure SQL Database" or "SQLServerExpress" ??

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

    Great help. Thanks

  • @mzgz4216
    @mzgz4216 Год назад +2

    Great Tut , but why you didn't use migrations on azure hosted db instead of recreating tables manually ?

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

      You can definitely use migration as well. We just wanted to show users on manually adding tables for better clarity also most of our videos on our channels includes migration in detail. For a change we did manual creation of tables :-) . Thanks visiting Digital TechJoint and your comments.

  • @omkarshinde7355
    @omkarshinde7355 5 месяцев назад +1

    Nice explanation ..thanks sir.. but i have one doubt if i want to change the database or add any new table then how to deploy ?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  5 месяцев назад

      Hi Om, If you need to change tables or add new or modify tables, you can simply using MS SQL server studio and connect azure database and make the changes. Suggest to re-check the video from 20:35.

  • @yashsharma-td6ii
    @yashsharma-td6ii 8 месяцев назад

    How did you connect to SSMS since you did not create any database in the azure portal ?? I am not able to log into the SSMS. It's throwing error in the connection part in the starting

  • @DanaKirkwood
    @DanaKirkwood 10 месяцев назад +1

    WHERE DID YOU GET THE CONNECTION STRING FROM?!

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

      Please go through the video specially from 13:00 Till 21:00 where I am creating Azure profile and setting up Azure instance to create database and obtain the connection string. Hope that helps

  • @AdityaKharwar-f3v
    @AdityaKharwar-f3v 11 месяцев назад

    Sir we can deploy website UI index.cshtml in Azure .bcoz aws s3 not supporting

  • @markanthonypandac2469
    @markanthonypandac2469 Год назад +2

    Thank you very informative, I was successfully able to publish mine.
    Just a note: Database Username and password must match with your server username and password
    I tried putting a different one, and I got error, so I changed it and put the exact same user and password of my database to my server username and password. agian Thank youuu

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

    can we migrate this deployement and show some one on other systems.. and how?

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

    Where did you get the connection string from?

  • @NoFun-1672
    @NoFun-1672 Год назад +1

    May i know the reason why you created the app service in Azure in the first place ?

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

      Hey, Because App service enables you to build and host web apps, mobile back ends, and RESTful APIs in the programming language of your choice without managing infrastructure i.e. offering you managed platform as a service (PaaS)

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

    Nice explanation

  • @MuteebQureshi1
    @MuteebQureshi1 Год назад +2

    i am confused what is the username or password will i use in connection string. i entered auzre id and password but it does not work for me. Can anybody tell me?

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

    superb....

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

    this looks like an amazing video! just one question, how much does this all cost per month?

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

      Thanks for your lovely comments. That depends on various parameters like volume, usage, hits on your application and database etc. You can use the Azure Calculator to estimate the per month or annual cost .. Thanks

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

    is this video for this plan? WebApp --> API --> SQLdatabase

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

    Its very good your video, I would like to know if is a possible to connect my sql server local whith azure webapp ?

  • @sanketpanchmind5243
    @sanketpanchmind5243 5 месяцев назад +1

    Does it cost any charges ? Or free any upto what space it is free ?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  5 месяцев назад

      Free till your free tier is valid post that it will be based on your usage. You watch our video on azure cost management that will provide insights how to manage your cost. Thanks for visiting Digital TechJoint .

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

    Thank you a lot!!!

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

    can you do a video with ado pipelines to do the same ?

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

      You mean without Entity Framework ? Please confirm. Thanks for visiting Digital TechJoint

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

      Refer this video and share with your co-workers or friends as well . thanks
      ruclips.net/video/6MLLzFZ6P2w/видео.html

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

    thank you so much brother

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

    Nice Video

  • @sanketpanchmind5243
    @sanketpanchmind5243 5 месяцев назад

    Do we need to keep the sql server connection on ? Or after closing aslo it will work ? If we want to let see the project to my friends can i send the link ? Will it work ?

    • @DigitalTECHJOINT
      @DigitalTECHJOINT  5 месяцев назад

      Yes can share the link with your friends. It is publicly accessible so they should be able to access it. thanks for visiting Digital TechJoint

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

    Thanks but can you tell me how to add entra I'd with that

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

    Thanks man

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

    Why the screen is not rotating for your video only

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

      Thanks for visiting DTJ channel. Please do elaborate your query? Thanks

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

    Thank you brother

  • @MrUDove
    @MrUDove Год назад +2

    Very simple and primitive. Something more complicated would be, with several linked tables, drop-down lists

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

    how to use migrations ?

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

      Please check our channel for CRUD based tutorial where we have shown how to work with migrations. thanks for visiting our channel

  • @fabricejoeythibaut8534
    @fabricejoeythibaut8534 9 месяцев назад +1

    Thank you

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

    Nice project! How can you implement a print to pdf button with this project? not the window print

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

      Thanks for your lovely comments!!! You can create html form runtime and render the HTML to pdf that should work for your requirement. We will plan for video tutoral in similar lines soon . Stay tunned !!! . thanks

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

    Great

  • @2000UK-v8c
    @2000UK-v8c 9 месяцев назад

    it is like digging something.
    It is going deeper and deeper but their is no end.
    If some one don't have vs then he needs to install it .
    If some one don't have the Microsoft SQL server he needs to install it .but in this he doesn't even telling that we need to do it in so and so and he doesn't even telling what is connecting string.
    Created soo much of confusion