Is it possible to implement CI/CI in azure DevOps for application having classic asp source code hosted on IAAS

Shishanki Kushwah 0 Reputation points
2024-01-09T14:22:26.1+00:00

Is it possible to implement CI/CI in azure DevOps for application having classic asp source code hosted on IAAS.

Community Center | Not monitored
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dan Rios 2,040 Reputation points MVP
    2024-01-09T22:07:13.7933333+00:00

    This should be possible using Azure DevOps self-hosted agents. Assuming you mean you have your ASP source code in Azure DevOps repos and want to deploy to an Virtual Machine.

    You can read more here:

    https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/windows-agent?view=azure-devops

    Installation and configuration guide:

    https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/windows-agent?view=azure-devops

    Once the agent is registered it’ll show as online in Azure DevOps and you’ll be able to create a pipeline that runs using this agent , thus giving you the option to deploy to the IaaS VM via the registered agent.

    Hope this helped, please feel free to mark as the accepted answer if it did.

    0 comments No comments

  2. Anonymous
    2024-01-10T04:12:52.9133333+00:00

    @Shishanki Kushwah
    Welcome to Microsoft Q&A Platform, thanks for posting your query here. Azure DevOps related queries/issues are currently not supported on this Microsoft Q&A platform.

    I would request you to please post your queries in dedicated forums as in below links:

    https://developercommunity.visualstudio.com/spaces/21/index.html

    https://developercommunity.visualstudio.com/t/get-unique-id-from-devops-organization/756710

    https://stackoverflow.com/questions/tagged/azure-devops

    0 comments No comments

Your answer

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