-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vsiaz working on VM, but not on AKS HTTPS endpoint scoring file #4100
Comments
Hello GDAL team,
type of variable |
I've never used AKS, but it might perhaps be a permission issue on your AKS setup and/or blob storage ? https://stackoverflow.com/questions/56349424/accessing-azure-storage-blob-from-an-aks-cluster might perhaps help |
Many thanks for your response. |
sample code snippet:
Errors im observing from both VM and AKS:
Getting status code 206 in Azure blob storage logs. Regards, |
Which GDAL version ? |
Not able to access the VM currently. As far as I remember, it was 2.3.0. |
oh, that's pretty old and no longer supported. You should consider upgrading to get likely fixes for the concurrency issues you hit |
I was just able to access the VM. |
I am building an app which takes latitude and longitude as inputs. I need to fetch the nearest pixel data of my input from a (large) tif file located in Azure blob storage, pass that data to ML model and results a prediction.
On my Azure VM, I tried the below code:
This is working fine on the VM and working as expected.
When I try to use the same code in the scoring file in the AKS HTTPS endpoint deployment, I'm getting error:
"ERROR 4: /vsiaz/container/folder/file.tif": No such file or directory
Tried the same by using
AZURE_STORAGE_CONNECTION_STRING
instead of SAS key, still same response.Example tif can be accessed from here.
Kindly help me as this is a critical component of my project.
The text was updated successfully, but these errors were encountered: