Azure Table
Last updated
Was this helpful?
This option will allow you to connect to Azure Blob Storage and pull your devices from a table stored there.
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.
Follow Microsoft's documentation to create a shared access signature (SAS) link.
The SAS link needs Read, Create, and Write permissions and must be valid for at least a year
Last updated
Was this helpful?
Was this helpful?