Azure
Steps to register AzureDevOps Repository/ VCS within ARM
#1 Prerequisites for registering Azure with ARM
Before registering AzureDevOps Repository with ARM, you must check off some of the boxes on the prerequisites list.
Ensure you enable the GIT plugin under Plugins in the My Account section to use GIT for version control.
You must have an Azure account. Once you have an Azure account, you can create a new repository or use an existing one.
You must have permission to register a repository.
Store your Azure credentials in ARM.
#2 Store your Azure credential in ARM
Log in to your ARM account.
Hover your mouse over the Admin module and click on the Credentials tab.
Next, click on Create Credential from the right navigation bar.
On the next pop-up screen, give a Credential name.
Choose the Credential Type as Username with Password.
Enter your Azure Username and API Token (in the Password field), and we will store this encrypted.
Click Save.
#3 Registering a GIT repository in ARM
Log in to your ARM account.
Hover your mouse over the Admin module and click on VC Repo's.
Click on Register Repository.
Select the Version Control System as GIT on the Register Repository page.
Enter the name of the repository to display it locally.
Paste the Repository URL that Azure provides you.
Choose the correct user's Credentials from the list. To create new credentials, click on the “+”.
The Default Branch selection will be in disabled mode by default. Click the icon to fetch and list all the available branches on your remote repository.
Select one of the default branches from the list.
Once the registration is done, you can find the newly added repository on VC Repo's home page.
Points to Remember:
Select the Enable SFDX checkbox to register your Azure repository in the SFDX structure.
Select the Enable nCino checkbox if you want to register the Azure repository with nCino objects included. To quickly identify nCino registered Version Control Repositories among all other repositories, nCino logos are marked in front of the Repository Label.
The user can enable their Version Control Repository with SFDX or nCino enabled. Both cannot be enabled at the same time.
Creating a Personal Access Token
This section guides you through creating your personal access token directly on Azure.
Log in to your Azure account.
In the upper-right corner of any page, click on the user settings beside profile photo, then click on Personal Access tokens.
Click on New token.
Give your token a descriptive name.
Select the scopes or permissions you want to grant this token. Select repo to use your token to access repositories from the command line.
Click Create.
Copy the token to your clipboard. You cannot see the token again after navigating off the page for security reasons.
Use the copied token as a password for creating/updating the credential in ARM.
Once updated, please use the same credential to authenticate the Azure.
Last updated
Was this helpful?