I would like to call Azure Cognitive Services API from Notebook using Azure Entra ID that is logged on to Databricks. The cognitive services key is not available as local authentication for cognitive services is not enables.
Thanks for the response. I am encountering an error when I attempt to obtain a credential from the databricks notebook:Example:from azure.identity import DefaultAzureCredentialimport requests# Initialize DefaultAzureCredentialcredential = DefaultAzur...