GitHub user granturing reopened a pull request: https://github.com/apache/incubator-zeppelin/pull/697
ZEPPELIN-656 - Add support for using Azure storage ### What is this PR for? This is to allow the usage of Azure for notebook storage. ### What type of PR is it? Improvement ### Todos N/A ### Is there a relevant Jira issue? [ZEPPELIN-656](https://issues.apache.org/jira/browse/ZEPPELIN-656) ### How should this be tested? A full integration test will require an Azure storage account. I could provide an account offline if necessary unless someone already has one. I based this off the S3 storage repo. I did not see any integration tests for the S3 storage repo, but let me know if I need to add some for this. ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? Yes, license added * Is there breaking changes for older versions? No * Does this needs documentation? Yes, updates were made to zeppelin-site.xml.template explaining config settings as well as in the install doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/granturing/incubator-zeppelin azure-storage-backend Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/697.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #697 ---- commit ce61f0e9173a7088147ebbeb9c178ccdb51f1270 Author: Silvio Fiorito <silvio.fior...@granturing.com> Date: 2016-02-05T03:04:05Z Add support for using Azure storage commit 928c8b55ea07b3312ba253b777e073dfec0f2ced Author: Silvio Fiorito <silvio.fior...@granturing.com> Date: 2016-02-05T22:56:26Z Added license info and docs for Azure storage settings, also added Azure-specific setting for user base path commit cbfbe4d476a0b8ccce1b78f3be43480ca6afb11c Author: Silvio Fiorito <silvio.fior...@granturing.com> Date: 2016-02-08T15:55:46Z Clarified optional setting for Azure user folder and fixed Azure error handling commit 06914727f7769ad253e44fb2bd73cdc718a8603b Author: Silvio Fiorito <silvio.fior...@granturing.com> Date: 2016-02-08T16:36:20Z Don't expose Azure storage connection string in UI since it contains credentials commit 659e7f36e71563cc0fa70ce4e7d1de9753847e57 Author: Silvio Fiorito <silvio.fior...@granturing.com> Date: 2016-02-08T16:49:21Z Additional locations where we have to block Azure credentials from being exposed ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---