Learn how to connect Builder Projects to your Azure account using a Personal Access Token (PAT).
Once your account is connected, design visual changes within Fusion and then share your AI assisted code with your team through a pull request.
- Create a personal access token (PAT) within your Azure organization.
- Connect specific repositories to Fusion Projects.
To create a new personal access token:
- Login to your Azure DevOps organization.
- Go to User Settings followed by Personal access tokens.
- Click + New Token.
- Provide a name for your token, such as Builder.io.
- Select the scopes detailed below for the access token.
✓ Build - Read & Executre
✓ Code - Read & Write
✓ Pull request threads - Read & write
Finally, copy the generated PAT string for the next step of the process.
To connect your Builder account to Azure DevOps:
- On the Projects page, click the down arrow next to Connect Repo.
- Choose the Azure DevOps option.
- On the following screen, enter your Azure organization's name and paste your PAT.
- Click Connect Azure DevOps.
You are now connected to Fusion to Azure. You are then prompted to choose a specific repository for your Project.
For more details on connecting to a specific repository, visit Connecting an existing repo.
Visit Connecting an existing repo for details on configuring Builder to use your repo. Or, create a Starter template that uses your own repository and design system as a starting point.