An Azure service that provides an event-driven serverless compute platform.
I'm currently having the same issue, running an Azure Function (Durable, C#, .NET 8.0) locally and attempting to use an Azure-hosted blob storage account. The connection will timeout after about 60 seconds.
Azure.Core: No such host is known. ([URI].queue.core.windows.net:443). System.Net.Http: No such host is known. ([URI].queue.core.windows.net:443). System.Net.Sockets: No such host is known.
Any guidance would be greatly appreciated!
Thanks,
Rich