0

Our team have developed application using codeigniter.

A website for providing large number of large images.

We used Microsoft azure server space and Ubuntu server.

Now we want to use azure blob space to store images for downloading ,uploading and deleting process.

Does Microsoft azure blob storage supports Linux(Ubuntu) server?.

I am unable to find a beneficial document.

1 Answer 1

2

You can certainly access Azure Blob storage from Ubuntu or any other platform that can issue REST calls:

https://msdn.microsoft.com/en-us/library/azure/dd135733.aspx

In addition, there are a number of language-specific libraries and bindings that wrap the REST APIs and make it easier to add/remove/manage blobs in .NET, Java, Node.js, and others:

https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/

https://azure.microsoft.com/en-us/documentation/articles/storage-java-how-to-use-blob-storage/

https://azure.microsoft.com/en-us/documentation/articles/storage-nodejs-how-to-use-blob-storage/

Good luck!

Sign up to request clarification or add additional context in comments.

1 Comment

i had implemented that successfully. Your information helped me.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.