Incorrect syntax near 'BLOB_STORAGE'.

Rahul Kumar 0 Reputation points
2025-02-26T09:07:16.3166667+00:00

Hello,

I had created a Credential using the following Query. The credential got added successfully.

-- CREATE DATABASE SCOPED CREDENTIAL TradeGeekBlobCredential
-- WITH IDENTITY = 'SHARED ACCESS SIGNATURE',  
-- SECRET = 'MYSECRET';

Later, I am trying to add an external source to the Scope but it is giving me the a syntax error. How can i fix this? I am using SQL server-less pool with user defined database 'main'.

User's image

Azure SQL Database
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.