Azure Table Storage

The Azure Table Storage connector is a Palantir-provided driver connector. The official documentation for this driver can be found here ↗.

Networking

If using an agent connection, the agent must be allowed to connect to the system you choose. This means that the agent must be able to reach the destination IP address, and the destination system must be configured to allow connections from the agent.

If using a direct connection, be sure to add the following egress policies to the connector:

DomainRequired
<Account>.table.core.windows.netOnly if Backend=Storage (default)
<Account>.table.cosmosdb.azure.comOnly if Backend=CosmosDB
<Account>Only if Backend=AzureStack or Emulator, specify the full URL in Account
login.microsoftonline.comOnly if AuthScheme=AzureAD AND AzureEnvironment=GLOBAL (default)
login.chinacloudapi.cnOnly if AuthScheme=AzureAD AND AzureEnvironment=CHINA
login.microsoftonline.usOnly if AuthScheme=AzureAD AND AzureEnvironment=USGOVT or USGOVTDOD