Hi Sodhi, Harkrishan •,
Welcome to Microsoft Q&A forum.
As I understand, you are trying to create Database Scoped Credential for Azure SQL Database with Entra Authentication.
Please use syntax as below:
CREATE DATABASE SCOPED CREDENTIAL credential_name
WITH IDENTITY = 'identity_name'
[ , SECRET = 'secret' ]
Note:
The only PolyBase external data source that supports Kerberos authentication is Hadoop.
All other external data sources (SQL Server, Oracle, Teradata, MongoDB, generic ODBC) only support Basic Authentication.
Let us know more on the query if above does not help so that we can assist.
Thanks