From Zero to Azure with Python and Visual Studio Code

Поделиться
HTML-код
  • Опубликовано: 8 окт 2024
  • In this session we will walk through of creating a Python web app and deploying it to Azure, starting with nothing but Visual Studio Code and an Azure subscription. If you are interested in using Python in Azure this session is for you, we will cover all of the basics, no experience with Python, Azure, or Visual Studio Code necessary. Bring your laptop if you want to follow along!
    Create a Free Account (Azure): aka.ms/azft-oss

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

  • @brgsstm
    @brgsstm 5 лет назад +5

    What a great video, ties in the full stack from local python venv -> ACR -> Azure Web App 👍

  • @LucasRodrigues-ye3qx
    @LucasRodrigues-ye3qx 5 лет назад +2

    best video about this subject so far

  • @markwilde5683
    @markwilde5683 6 лет назад +3

    Brilliant tutorial, thank you very much.

  • @СергейДрузь-ь3ж
    @СергейДрузь-ь3ж 4 года назад +1

    Absolutely amazing! ⭐

  • @manfrombritain6816
    @manfrombritain6816 2 года назад +2

    paused at like 4:08 and spent ages working out why my virtual env wasn't starting (i'm used to doing it on linux). turns out 2 seconds later he explains it god damnit

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

    Hey! Great vid! -- I was following along but come unstuck pretty early in - when checking "which python" my cmd line returned 'which' is not recognized as an internal or external command, operable program or batch file.
    I wonder if this is because your installation of python 3 is directly upon(within) the 'C:/' path of your system?
    If so, and the difference being my installation of python is within a specific directory on my system other than 'C:/' as I've assumed - where should I create my 'build' folder? a) In a folder on the same directory level as my python 3 installation? OR b) should I just uninstall my python 3 and (perhaps for the better all around) redownload and install python 3 directly on 'C;/'
    PS. This could be problematic for me considering disk space on my "C:" drive (hence my original installation being in a specific location)
    I thank you for your help in this video and humbly apologise for having to ask such a novice question

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

    heck friggen yeah baby girl boy

  • @pynchia4119
    @pynchia4119 4 года назад +3

    Next time overlay the window that shows the person on top of the contents, in a small frame, so that it is clearer to read what you describe...

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

    I am getting this error : The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
    Plz help

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

    > Docker does not appear in VS code. can't push from Docker "unauthorized: aad access token with sp failed client id must be guid"

  • @PlayfulMedia
    @PlayfulMedia 6 лет назад +1

    I wished Azure could offer a free version alternative instead of charging students to purchase their subscriptions :/. This was very insightful though, thank you for this tutorial.

    • @LalithNimmala
      @LalithNimmala 5 лет назад

      There is a free tier. Please see this - azure.microsoft.com/en-gb/free/

    • @gcobanimkontwana4909
      @gcobanimkontwana4909 5 лет назад

      I think there is a subscription for trial period for 30 days, thereafter your trial gets expired. Reason for an upgrade as far i understand its for further development into Azure services for cloud as a services base.

    • @VictorOlet
      @VictorOlet 5 лет назад

      @@gcobanimkontwana4909 Additionally, students get a 12 months subscription if you sign into Azure with your student Office 365 email.

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

    I'm not able to setup an active directory for getting one drive folder. getting "The identity of the calling application could not be established

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

    Nice Tutorial, unfortunately, the code supplied in GIT does not compile, making this presentation only partially useful.

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

    Does anybody got an error:
    INFO - docker run -d -p 7623:5000 --name vdm-app_0_9bb3dbcb -e PORT=5000 -e WEBSITES_PORT=5000 ...
    ERROR - Container vdm-app_0_9bb3dbcb for site vdm-app did not start within expected time limit. Elapsed time = 230.0995275 sec
    ERROR - Container vdm-app_0_9bb3dbcb didn't respond to HTTP pings on port: 5000, failing site start. See container logs for debugging.

  • @max31505
    @max31505 5 лет назад

    VS are pretty capable ,don't know that before

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

    wsl is needed to be installed

  • @MiffyDad
    @MiffyDad 5 лет назад

    How can I select F1 (Free) in my plan?

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

    Anyone know how he configured his docket file

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

    Great video, but what is up with this camera angle lol

  • @iiiiii-w8h
    @iiiiii-w8h Год назад

    I thought this was from zero. What the heck is a docker?

  • @nieldv1
    @nieldv1 5 лет назад +1

    I get stuck when trying to use Docker - have installed the extension and restarted etc
    docker : The term 'docker' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of
    the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + docker --version
    + ~~~~~~
    + CategoryInfo : ObjectNotFound: (docker:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    • @ssjgoan4867
      @ssjgoan4867 5 лет назад

      same issue here

    • @geetarNL
      @geetarNL 4 года назад +3

      Probably useless a year later but for those finding this comment later on; only downloading the extension in VSC isn't enough; you need to actually install docker. Go to docker and follow their guidelines carefully! Guidelines depend on your machine and OS (for older windows versions you need to enable virtualization, for example). Only then will powershell/cmd accept docker commands

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

      @@geetarNL Thank You

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

    really! All this stuff to run a hello world... to convoluted for me. Do you realise how many moving parts you are dealing with. There must be a simpler way...?

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

    OK video, but so much noise in background. Hard to concentrate. :(

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

    Horrible video for those with the free account