Hi pmscorca,
Thanks for reaching out to Microsoft Q&A.
The error, "URL suffix which is not allowed," occurs when the file path or the URL provided in the OPENROWSET
function does not conform to the expected format in synapse serverless SQL pool. Since you are able to run the same query in another env without issues, this might be a configuration issue in your current env, possibly related to the security settings, access, or the format of the URL itself.
- Can you check if there are any specific configuration differences between the Synapse workspaces in the two environments?
- Ensure that the URL you're using follows the correct format. The URL should point directly to the file in ADLS and must be fully qualified.
- Ensure the path and filename are correct and match exactly, including case sensitivity
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.