Member-only story
Deploy NestJS to Azure App Service with GitHub Action
Hello Guys!
In this article, we are gonna try to deploy NestJS in Azure App Service. Before this article release, I have released an article regarding how I deploy the NextJS 13 in Azure App Service.
Some points may similiar with that article. Let’s go!
Azure App Service
Introducing
App Service is a fully managed service with built-in infrastructure maintenance, security patching, and scaling. So we don’t need to worry regarding high volume transaction or visitor.
Beside that, it already built-in continuous integration and continuous delivery (CI/CD) and zero-downtime deployments. So we can easily integrate it with source control management e.g. GitHub.
The above feature that I mentioned is a basic feature, others cloud service e.g. Google / AWS also providing the same feature.
We can find the App Service by go to portal.azure.com
and then search the App Service
in the search bar. You will see the UI like below. Click it you will redirect to a new page.