From the course: Building Angular and ASP.NET Web API Apps

Unlock this course with a free trial

Join today to access over 24,400 courses taught by industry experts.

Deploy the Angular application to Azure Static Website

Deploy the Angular application to Azure Static Website

From the course: Building Angular and ASP.NET Web API Apps

Deploy the Angular application to Azure Static Website

- [Instructor] In this part, you learn how to deploy the Angular app to Azure and we have said that we are going to use CI/CD pipelines, but before we go to Azure and set up the deployment process, let us verify that everything is going to work as expected. For that in the Angular project, you just need to go to the terminal and then once you're in here, just type NG build and then set the configuration for production. This is going to basically now build the project and see if we have any issues if we deploy this app the way it is right now. So if you face any problems in this step, you need to first fix these problems and only then you can proceed with the next step. It does look like we don't have any issues, and what happened in here is that it did create this folder named dist and then inside this folder, it did create this browser folder and here we have the index.html and also the main .js. We're going to use this path on the next step. Now let us go to Azure. To navigate to…

Contents