Repository: zeppelin Updated Branches: refs/heads/master ec1416695 -> a66bff06f
Fix minor formatting issues in storage.md Author: karth295 <[email protected]> Closes #3026 from karth295/patch-1 and squashes the following commits: 7f23774e6 [karth295] Fix minor formatting issues in storage.md Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/a66bff06 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/a66bff06 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/a66bff06 Branch: refs/heads/master Commit: a66bff06f8cc2bd7511f12a175a9118aa4ed451a Parents: ec14166 Author: karth295 <[email protected]> Authored: Sun Jun 17 11:57:18 2018 -0700 Committer: Jongyoul Lee <[email protected]> Committed: Thu Jul 19 09:39:56 2018 +0900 ---------------------------------------------------------------------- docs/setup/storage/storage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/a66bff06/docs/setup/storage/storage.md ---------------------------------------------------------------------- diff --git a/docs/setup/storage/storage.md b/docs/setup/storage/storage.md index 4d45b65..e826460 100644 --- a/docs/setup/storage/storage.md +++ b/docs/setup/storage/storage.md @@ -204,6 +204,7 @@ Or using the following setting in **zeppelin-site.xml**: ``` </br> + ## Notebook Storage in Azure <a name="Azure"></a> Using `AzureNotebookRepo` you can connect your Zeppelin with your Azure account for notebook storage. @@ -265,7 +266,8 @@ Optionally, you can specify Azure folder structure name in the file **zeppelin-s ``` </br> -## Notebook Storage in Google Cloud Storage<a name="GCS"></a> + +## Notebook Storage in Google Cloud Storage <a name="GCS"></a> Using `GCSNotebookRepo` you can connect Zeppelin with Google Cloud Storage using [Application Default Credentials](https://cloud.google.com/docs/authentication/production).
