For the complete documentation index, see llms.txt. This page is also available as Markdown.

Azure Table

This option will allow you to connect to Azure Blob Storage and pull your devices from a table stored there.

Prerequisites

Before importing your data, ensure that your table meets the following specifications:

  • Columns: Your table file must contain the following columns:

    • ClientName: The name of the client associated with each device.

    • DeviceSerial: The unique serial number of each device.

    • DeviceProductNumber: The product number for each device if required.

    • DeviceManufacturer: The manufacturer of each device.

Import Steps

1

Follow Microsoft's documentation to create a shared access signature (SAS) link.

2

Enter SAS Details

Enter the Storage Account Name, Table Name, and SAS token.

3

Test the Connection

Click the Test button to ensure the saved credentials are properly working

4

Enable the Integration

Toggle on "Enable Integration". You can optionally toggle on "Write Back to Table" which will save the warranty data to your table

5

Submit

Click Submit to save the enablement of the integration

Last updated

Was this helpful?