Why Java Azure Function App freezes when trying to access Azure datalake?
问题 I am developing a Java Azure function that needs to download a file from Azure Datalake Gen2. When the function tries to read the file, it freezes and no exception is thrown, and nothing is written to the console. I am using the azure-storage-file-datalake SDK for Java dependency and this is my code: import com.azure.storage.common.StorageSharedKeyCredential; import com.azure.storage.file.datalake.DataLakeDirectoryClient; import com.azure.storage.file.datalake.DataLakeFileClient; import com