Open npitsillos opened 2 months ago
@KarishmaGhiya @maorleger
Thank you for your feedback. Tagging and routing to the team member best able to assist.
@KarishmaGhiya was there any update on this?
@npitsillos Hello, apologies for not getting back sooner. I am curious what error did you get when you used WorkloadIdentity Credential directly? Also, are you running the code locally or on Azure Kubernetes?
Hi @npitsillos. Thank you for opening this issue and giving us the opportunity to assist. To help our team better understand your issue and the details of your scenario please provide a response to the question asked above or the information requested above. This will help us more accurately address your issue.
Hello @KarishmaGhiya, I am no longer working on this since I used a connection string for the storage account but I can at least provide you with some info. I was running the code both locally and on AKS. Locally it had no issues but on AKS I was getting the error shown in the logs.
I am not sure if the networking was setup incorrectly could you point me to a more in-depth tutorial on how to achieve this?
@azure/identity
Describe the bug I get an error stating that
@azure/identity
fails to acquire token with a network error.To Reproduce Steps to reproduce the behavior:
I have also tried it with this
Expected behavior Token is correctly retrieved and can read the contents of storage account.
Screenshots
Additional context I am not sure if this might be an issue with network in accessing the storage account since Service Connector already addresses that by creating the necessary firewall rules.