- 20 Feb 2025
- Print
- PDF
Connecting Azure to the SysAid AI Agent Builder
- Updated on 20 Feb 2025
- Print
- PDF
Follow these steps to set up and connect your SysAid AI Builder Studio with your Azure Active Directory account using the Microsoft Graph API block in the AI Agent Builder.
Step 1: Open the Microsoft Graph API Block
In your SysAid account, go to Settings > SysAid Copilot > AI Builder Studio.
Search and select the Microsoft Graph API block in the lift to the left.
You’ll see 3 fields to fill in: Tenant ID, Client ID, and Client Secret.
We’ll walk you through finding these details and adding them to the AI Agent Builder to connect it to Azure.
Keep your SysAid account open in one tab and open a new tab to connect to your Azure portal.
Step 2: Add the Tenant ID
Log into Azure and navigate to Azure Services.
Select Microsoft Entra ID.
In the Overview section, copy the Tenant ID.
Back in SysAid, paste the copied ID into the Tenant ID field within the block.
Step 3: Generate the Client ID
In Azure, go to Manage > App Registrations.
Click + New Registration.
Enter a name for your application, for example "SysAid AI Builder".
Keep the default settings and click Register.
Scroll down to API Permissions and click + Add a permission > Microsoft Graph > Application permissions.
Add the following permissions from the Application Permissions section:
Directory > Directory.Read.All
Directory > Directory.ReadWrite.All
Click Add Permission.
Select Grant admin consent for SysAid to finalize permissions.
Return to the App Registration section and select the newly created application.
Copy the Application (Client) ID from the Overview section.
Back in SysAid, paste this ID into the Client ID field in the block.
Step 4: Create a Secret Key
In Azure, go to Manage > App Registration and select the newly created application.
Go to Certificates & Secrets under the Manage menu.
Click + New Client Secret.
Add a description and select an expiration date for the secret.
Click Add to generate the key.
Copy the Secret Value (displayed only once).
Back in SysAid, paste the value into the Client Secret field in the block.
Step 5: Test the Connection
Once the Tenant ID, Client ID, and Client secret are set:
Click on Test Block in the AI Agent Builder.
Wait for confirmation that the test was successful.
You are now ready to leverage the SysAid AI Builder’s capabilities to automate workflows and enhance productivity.
Please note:
If the test fails, please recheck the details and try again. If the issue persists, contact support.