Charles Lowell
Charles Lowell
I haven't seen this before. I notice the DNS server is on a loopback address, so I would start by investigating what that is exactly and whether it works for...
> My understanding, is Azure ML uses App Service 2017. Does Azure ML API also use App Service 2017? Azure ML and App Service have always had different managed identity...
Thanks for opening this issue! I take it from the issue you linked that you want to authenticate via the Azure CLI? If so, the solution is to use AzureCLICredential...
You ask good questions asked and raise important issues, thanks for the comments. > ManagedIdentityCredential will hang for ~ 1 minute and 44 seconds, before failing fatally This is because...
The example is live in the package docs for [v1.8.0-beta.2](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/[email protected]#example-package-Redis). I'll leave this issue open to track updating the Learn doc after the stable v1.8.0 release.
Closed by https://github.com/MicrosoftDocs/azure-docs-pr/pull/290302
It isn't unusual to see that error for a short period of time immediately after launching the pod, because the pod does take at least a few seconds to initialize....
I was able to get the tests to pass for Go, Java, JS, and Python, and along the way I learned the instructions are out of date in several places....
This image is large and slow to build. It could be more efficient, but the top priority was getting the tests to run. I did that, and the tests passed....
> Could the GetToken allow pass an option that force acquiring a new token? The Azure SDK won't add an option like this because it couldn't work consistently. It would...