From c72350b00345dc2fc184627db5d561cbda548090 Mon Sep 17 00:00:00 2001 From: Ian Hellen Date: Mon, 13 Sep 2021 15:21:34 -0700 Subject: [PATCH] Updated Caching credentials with Azure CLI (markdown) --- Caching-credentials-with-Azure-CLI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Caching-credentials-with-Azure-CLI.md b/Caching-credentials-with-Azure-CLI.md index 7e3c099..c1eee0b 100644 --- a/Caching-credentials-with-Azure-CLI.md +++ b/Caching-credentials-with-Azure-CLI.md @@ -3,6 +3,9 @@ My user account/credentials do not get cached between notebook runs You can force caching of credentials for a session by authenticating using Azure CLI. You must have Azure CLI installed on the Jupyter server you are using (e.g. Azure ML Compute). +Azure ML Compute instances have Azure CLI installed by default. Use this URL +to [obtain the latest Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli), +if you need to install it. In an empty cell type and execute the following: ```python