we are moving from “static” HTML content to Docker in our Azure environment.
The pipeline build is yaml-based. The application is a NextJs one. The web code was previously loaded to a Container in an Azure storage account.
Now, when moving to Docker, and reading Microsofts pages about this, some questions arise:
-
Do I have to create a new pipeline of “Docker type”? Does that give some “magical” effect to it?
-
Can I continue to use the existing Container? They tell me I should create an “Azure Container Registry”, is that something I need to do?
BR Dan