Azure.jl icon indicating copy to clipboard operation
Azure.jl copied to clipboard

Julia interface to Azure APIs

Results 8 Azure.jl issues
Sort by recently updated
recently updated
newest added

https://github.com/JuliaComputing/Azure.jl/blob/a5b64f01d9784904c1008e82ba5c784e6d3831cf/src/rest_api_protocol.jl#L54-L56 This constructor (and probably almost all functions) that takes a `Vector{UInt8}` should really be taking an `AbstractVector{UInt8}`. As it is currently defined, you will get a MethodError if you...

Currently - putBlob will error for large files (5G or more) with HTTP 413 "Entity too Large" .. in order to chunk smaller block we need to implement Put Block...

Hello, I work for Microsoft Azure and am interested in using Julia in my work. Currently Azure.jl has a small functionality gap in that it only supports client credentials authentication...

It will be useful to support Azure managed identities so that APIs can be used in a more secure manner inside Azure VMs. Azure managed identities can be supported as...

Implementing AFS file operations (https://docs.microsoft.com/en-us/rest/api/storageservices/operations-on-files) could help in making common services easier to implement. Base protocol already implemented in #2

I get an error trying to use any of the functions related to blob storage, for example using the README example (it doesn't get as far as actually trying to...

Hi, I want to do something similar to https://docs.gitlab.com/ee/ci/cloud_services/azure/#retrieve-a-temporary-credential, i.e. I have a jwt webidentity token and would like to authenticate to Azure using Azure.jl So concretely, I am asking...

Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...