hi NeilHall-MSFT , i tried using user managed identity
with following variables:
AzureWebJobsStorage__credential: managedidentity
AzureWebJobsStorage__clientId: <client Id of the uami>
AzureWebJobsStorage__accountname: <storage account name>
with these roles: Storage Blob Data Owner, Storage Queue Data Contributor, Storage Blob Data Contributor, Storage Table Data Contributor, Storage Account contributor.
but still getting error : Microsoft.Azure.WebJobs.Extensions.DurableTask: Unable to find an Azure Storage connection string to use for this binding.
and using system managed identity, using same above mentioned roles, and AzureWebJobsStorage__accountname: <storage account name>
still facing same error.
is there any step i am missing ? our function app has App Service Plan- P3V2