Found the following configuration keys: blobServiceUri. 2025-03-28T17:46:28.534 [Error] Microsoft.Azure.WebJobs.Host: Error indexing method 'BlobTriggerCSharp'. Microsoft.Extensions.Azure: Unable to find matching constructor while trying to create an instance of QueueServiceClient. Expected one of the follow sets of configuration parameters:
- connectionString
- serviceUri
- serviceUri, credential:accountName, credential:accountKey
- serviceUri, credential:signature
- serviceUri
Found the following configuration keys: blobServiceUri. The expected behaivord is a success conection with azure identity with the blob. actually show different messages depending of the condigration.
when use the same approach with queue or other types of azure fn works perfect!