Is DevOps a different subscription from Azure? + How to create a Pipeline ?

Dev202409 5 Reputation points
2024-09-12T10:06:46.4966667+00:00

(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.
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,234 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. VarunTha 8,705 Reputation points Microsoft Vendor
    2024-09-12T21:37:44.6966667+00:00

    Hi Dev202409,
    Thank you for reaching out to us on the Microsoft Q&A forum.

    This topic is currently not supported in the Q&A forums.

    I recommend initiating a new discussion through the Developer Community

    Moderators are readily available there to assist you and provide guidance.

    Please don't forget to Accept answer and close this thread.

    0 comments No comments

  2. Bruce (SqlWork.com) 65,396 Reputation points
    2024-09-12T21:51:53.9766667+00:00

    azure devops (the replacement for visual studio teams) is a separate from your azure subscription. typically you would use your visual studio or GitHub account, but you can use any Microsoft account (say your azure account if you have one).

    you need a GitHub repro (or old visual studio teams repo) to make use of a pipeline. the azure devops account will need access to the repo. azure DevOps overlaps with GitHub actions for build and deployment. Typically for deployment, GitHub actions are supported before azure DevOps.

    for the azure pipeline or GitHub actions to deploy to azure you will need an azure subscription.

    read this before creating your first organization:

    https://learn.microsoft.com/en-us/azure/devops/user-guide/plan-your-azure-devops-org-structure?view=azure-devops


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.