(Note that I am trying to take over a project that the initial developer has left the application with no documentation and almost no knowledge transfer. Hence I'm exploring it bit by bit and I'm not aware of the reasons for past choices.)
The application uses GIT as repository and has a back solution (.NET WebAPI/Visual Studio), a front-end project (mostly Angular/Visual Studio Code); "local", staging and production environments. But many deployement aspects are unclear so far. The backend is deployed in Azure Web Apps Deployment Slots and the front end is deployed in Azure Storages.
After watching tutorials on Azure (DevOps) Pipelines, I think they may be a solution.
- I went to portal.azure.com , I see that I can search for Pipelines in the search bar. But when I got to the Pipelines page, the list is empty and I cannot create a pipeline from there
- I went to dev.azure.com but when I click on sign in, I got directed to portal.azure.com
- I went back to dev.azure.com and click on "Start for free" and it asked for the name of the company.
- I stopped there because I don't see clearly through this:
- Should the company be able to create Azure Pipeline using its current Azure Subscription?
- Is DevOps a completely different beast and we should get a DevOps subscription?
- In addition: when I go to dev.azure.com now, I get redirected to a blank page.