Forum Discussion
Han_Shih
Nov 12, 2023Copper Contributor
Containers in AKS cannot access Azure resources (Failed to resolve URL)
I have an API server (Python Flask) hosted on AKS. When the service starts, it: Access Azure key-vault to get storage account connection string use the connection string to perform CRUD jobs on Az...
- Han_ShihNov 13, 2023Copper ContributorAs I mentioned above, even I put storage account connection string directly into my code, it failed.
Besides, I deploy same container to another node pool. Things works fine ...