Hello @Mathias Opland
why both LinkedServiceName and Location URL required for tables in a Lake Database? Wouldn't reference to the linked service be enough?
LinkedServiceName is a reference to the linked service that defines the connection to the storage account. It contains the connection details such as the storage account name, access key, and other authentication details.
Location URL, on the other hand, specifies the location of the container within the storage account where the data is stored. It includes the storage account name, container name, and other path details.
When you create a table in a Lake Database, you need to specify both LinkedServiceName and Location URL. The LinkedServiceName is used to authenticate and connect to the storage account, while the Location URL is used to identify the container where the data is stored.
In summary, both LinkedServiceName and Location URL are required for tables in a Lake Database because they serve different purposes. LinkedServiceName is used to specify the connection information, while Location URL is used to specify the location of the data.
Please let me know if this helps with your initial query? Can we close this escalation?