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

preview_player
Показать описание
The Simplest Way to Deploy an Angular App to Azure in 2023!

Struggling to deploy your angular application to Azure? Well then this is the video because I am going to go over the simplest way to deploy your angular app to azure in 2023. I will show you guys a easy and quick way to deploy it to Azure! Azure changes a lot but most of the functionality is still there you just have to find it. I focus on purely angular for this demo since things change the more technologies you want to use and do not leave because at the end I will show you how to actually debug the application once it is in Azure. This process should allow you to easily deploy your project and get to enjoy seeing it hosted in the cloud.

#Azure #angular #angular15

Timestamps
---------------------
00:00 Intro
00:05 The Angular 15 App We Are Using
01:16 Creating Our Resource Group In Azure
02:21 Creating Our App Service In Azure
02:53 Installing The Extension We Need On VS Code
03:53 Deploying Our Angular App To Azure
05:26 How To Debug Your Angular App Once In Azure
Рекомендации по теме
Комментарии
Автор

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

IsraelQuiroz
Автор

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.

Michal-J
Автор

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.

JasonRuhlin
Автор

Bro really thank you, your quick tutorial really helped me

evengelius
Автор

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?

ManuelHernandez-zqem
Автор

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?

Grush
Автор

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

thomaspichler
Автор

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

ricardotovar
Автор

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

hectorcontreras
Автор

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

ALLU
Автор

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?

dabang
Автор

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?

bladimir
Автор

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

andrejpetnuch
Автор

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?

Автор

How about deploying an Angular app to IIS ?

nelsonrivers
Автор

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

yokehochin