Microsoft hosted agent Features

Prince Bhagat 20 Reputation points
2023-09-20T09:35:24.2566667+00:00

Hello everyone,

  • I was trying to create a database in azure devops yaml pileline . Can anyone plese tell me if mirosoft hosted agent offers a database server ?
Azure SQL Database
SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Patchfox 4,176 Reputation points
    2023-09-20T11:48:04.1566667+00:00

    Hi Prince Bhagat, I want to help you with your question.

    If I understand you correctly, you want to know if Microsoft agents have a database service integrated. This is not the case. The agents are built very lightweight and include all known and heavily used libraries and functions to build code artifacts or deploy Azure resources. More information on what each agent OS system has installed can be found here: https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/pipelines/agents/hosted.md

    But you can deploy a database server in Azure via a hosted agent (e.g.: https://learn.microsoft.com/en-us/azure/devops/pipelines/targets/azure-sqldb?view=azure-devops&tabs=yaml).

    I hope this answers your question


    If the reply was helpful, please don’t forget to upvote or accept it as an answer, thank you!

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.