Azure deployment slots

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

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

  • @ymtan
    @ymtan 4 года назад +6

    All these hard to fathom Azure concepts are demystified and elucidated lucidly in this superb Azure video series. Thank you Venkat.

  • @pktprod2365
    @pktprod2365 4 года назад +9

    The time Wasted by watching Series and movies I should put it on your Tutorials, you're a Legend...!

  • @AnilKumar-fd3hj
    @AnilKumar-fd3hj 4 года назад +3

    Thanks venkat learning a lot from this azure videos eagerly waiting for the next topic

  • @kaushikbhadani
    @kaushikbhadani 4 года назад +2

    Very well explained sir. Thank you, sir.

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

    Man, you are the best!❤

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

    Excellent Venkat!

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

    Thank you. Very informative

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

    Thank You. very useful

  • @UmanPC
    @UmanPC 4 года назад +1

    Great video
    Thanks a lot!!!

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

    Clearly explained

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

    Very good video.

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

    Thank you

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

    Thanks!

  • @sreenuksr
    @sreenuksr 4 года назад +2

    Any planning for making videos on datascience. Thank you in advance 👍

  • @KuldeepSingh-cm3oe
    @KuldeepSingh-cm3oe 3 года назад

    Brilliant

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

    Awesome

  • @shanmukhapatil7131
    @shanmukhapatil7131 4 года назад

    Thanks 😊☺️☺️

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

    Great video, thanks!
    I have a question about the SQL server database dependency. As he said you would normally use a separate staging-database for the staging slot. So what happens to the databases when you swap in Azure, do you manually change dependency to the production database in visual studio?

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

    how about web apps with CRUD? Can we use a DEV or staging/QA DB? instead of pointing it to production DB?
    EDIT: answer to above question is at 6:15
    best video regarding deploy

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

    How does it sync db changes in done in staging and production in mean time of testing.

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

    so what if I used staging database, then while swapped users can may create data on staging database, that will be lost when switched back to production database ?

  • @sunilreddy6374
    @sunilreddy6374 4 года назад +2

    Hey Venkat... Do we need any prerequisites to learn AZURE for NON IT background

    • @DarkGT
      @DarkGT 4 года назад

      Azure is very vague, there are many things "roles" you can do inside Azure. Some are more administrating rather that programmatic. If you look strictly for non it check out Dynamics 365 and Power Platform.

  • @mdabuzar2130
    @mdabuzar2130 4 года назад

    Hi Venkat,
    Is this the process to release same application with different environment specific configuration i.e we have to create environment spesific profiles.
    I don't know how to release an application in different environment where application has environment specific appsettings. I am using Azure devops. Any one please suggest me.

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

    Trying to deploy a python app and i get "booting worker with pid signal 9"
    Assistance needed please!!

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

    I don't get why people want to end up with the previous production in staging. If someone published into that slot again, your backed-up production would be lost.
    We could create a ProductionBackup slot to move production to for preservation, but there is no clone, just swap, so this won't work.