Options for file based configuration library in Azure

James Turner 1 Reputation point
2020-10-29T10:01:01.4+00:00

I am required to provide a library type deployment that contains file base configuration that can only be edited using third party external tools, so no code tweaks etc. are required/permitted as part of the library. Users are required to check in/out configuration files, add comments, and request reviews of changes.

There are various GIT options available, is there any option to have this functionality external to a devops solution?

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
668 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChristopherW-MSFT 1,681 Reputation points
    2020-10-29T23:10:30.98+00:00

    Hi @James Turner

    For a check-in/check-out Repository under Azure, you'll be looking at either an Azure Repos solution under DevOps, or GitHub. SharePoint also has Version Control for documents and files.

    1 person found this answer helpful.
    0 comments No comments