In this tutorial, we are going to cover how to deploy React and Asp.Net Core 3 application to Azure using Visual Studio 2019. So, first-of-all, will see how to create Azure App service using Visual Studio 2019, and then we will deploy our application to Azure App Service. In previous tutorial, we have discussed how to deploy React and Asp.Net Core 3.0 application to IIS (Internet Information Service) using Visual Studio 2019.
[Read more…]Continuous Integration and Continuous Deployment in DevOps using Visual Studio 2019
In this tutorial, we are going to cover a simple example of continuous integration and deployment in devops using Visual Studio 2019. It provides us a great help for creating a better project with a lower maintenance cost and higher customer satisfaction. This is very important for every application. So, first-of-all, we will see how to create a project in Azure DevOps, then we will see how to create a new Git repository and clone it locally, and then we will see how to integrate it with Visual Studio 2019, and then we will see how to create a commit using Visual Studio 2019, and then we will see how to create a new branch, and then we will see how to merge changes and resolve conflicts, and then finally we will see how to build pipeline.
[Read more…]How to deploy Angular 6 & Asp Net Core App to Azure using FileZilla
In this tutorial, we are going to learn how to deploy Angular 6 and Asp Net Core application to Azure using FTP (File Transfer Protocol) in step by step. First-of-all, we will build our application in production mode using visual studio code, then we will publish our Angular 6 and Asp Net core Application, then we will change the database connection and other paths and then we will upload our Angular 6 and Asp Net core application to Azure using FTP.