The Simplest Way to Deploy an ANGULAR App to AZURE in 2023!

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

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

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

    If you enjoyed the video please remember to drop a like so it can spread to more developers on youtube, thank you!

  • @Michal-J
    @Michal-J Год назад

    You sir saved me hours of brainstorming. I managed to deploy my Angular Application without any issues with that VS Code extension. Great job, keep it up! :) Liked & Subscribed.

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

      Happy to hear that! :)
      Welcome and i truly appreciate it!

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

    Amazing content Israel! Love how concise you are with conveying the topic at hand. Checked off my first deployment to Azure, now to see if I can finally crack the yaml code for deploying through CICD in Azure Pipelines > Azure App Services. Been fighting that one for a few days.. haha.

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

      Thank you Jason! :) i appreciate the love, congrats on your first deployment!
      if u want help with Yaml and pipelines idk if u have seen my video, it might help you out!
      ruclips.net/video/0qANFAN2HPw/видео.htmlsi=nDR0M4vq-xBxzWmh

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

    Bro really thank you, your quick tutorial really helped me

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

      your welcome! :)
      happy to hear it! have a great day and hope to see u back on the channel soon!

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

    Great video, I have a question, why do you choose window as your operating system?

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

      appreciate it! because work! im a .Net Developer first

  • @datascienceandmachinelearn2537
    @datascienceandmachinelearn2537 6 месяцев назад

    Thanks, it is really useful

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

    Thank you for the explanation but how to connect the angular app with the backend / server?

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

      Your welcome! Either watch my Angular 17 .Net 8 video or the video I have of how to deploy that type of app to Azure

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

    Sooo helpful. Thank you. :)

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

    Thanks a lot, I learned

  • @2dabang
    @2dabang Год назад

    Hi, it is very clear and informational. One thing I need is how can I use the Azure CLI to deploy the application. Do you have any thoughts?

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

      There should be various microsoft articles on how to do it but the main thing is u need to be able to connect to azure from your terminal then everything else is about knowing the commands

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

    Do we need the Azure App Service Extension if we're using Visual Studio 2022 (not VS Code)?

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

      I forget what it's called but u can use the Azure view in VS

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

    After deployment, we are getting a white blank screen only in the browser and no errors in the console. What could be the possible reasons and solutions?

  • @luisfernandodeolazabalsche3317

    Gracias.

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

    A deploy with ssr?

  • @ManuelHernandez-zq5em
    @ManuelHernandez-zq5em Год назад

    The new deployed changes on the angular app will not reflect when opening the azure web app again, even if Restart and Refresh the app. Am I missing something? Any hints?

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

    Hi bro in Microsoft azure we can host both angular and nodejs at once?

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

    i have little problem on ayure with get request with parameters for example : users/user/:id on mz angular route endpoint. but hot it set on virtual path on azure? if i set it on ayure it is be like a string => mean param :id

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

      It should work regardless of whether it's on azure or not cuz the route is in the routing module or app.module

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

    Hi, I'm trying to follow the steps, but I'm getting the following error: Error: Couldn't detect a version for the platform 'nodejs' in the repo.
    Could anyone help me plz?

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

      if its in the repo that means you probably need to reinstall node in your project or make sure in your app service to select Node when creating the app service

  •  Год назад

    Hello, I am developing a project and your video was very useful to deploy my app to azure. But how should I proceed once I changed the code? As I deployed a app that isn't updated anymore, I'd like the Azure to also update the code, how should I do that?

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

      U need to do an Ng build before deploying so your dist folder gets the new build if not u are pushing the last build
      Happy to hear my video helped!

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

    How about deploying an Angular app to IIS ?

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

      ill keep that one in mind, thank you Nelson!

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

    Hihi, may I know the steps to deploy an Angular SSR to Azure?

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

      Hi, thanks for the question i haven't done a lot with server side rendering honestly with Azure
      but i found this article and hope it helps: bossprogrammer.medium.com/how-to-deploy-an-angular-10-universal-app-with-server-side-rendering-to-azure-a2b90df9ca64

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

      @@IsraelQuiroz Thanks for the reply, this article steps is not working. Okay, hope you explore the SSR and come out a tutorial in future. Thanks :)

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

      @@yokehochin3532 bro if you have any ideas about deploying angular ssr in azure, please share it