From 633ac56936bdc179061cfbc5b01337cf5dc30125 Mon Sep 17 00:00:00 2001 From: hari-selvarajan_data Date: Thu, 18 Jul 2024 22:17:59 +0100 Subject: [PATCH] added doc to clarify that principal-prefix-access for azure will not list wasb:// or adl:// storage account --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0158018176..8dd7b2f190 100644 --- a/README.md +++ b/README.md @@ -885,6 +885,8 @@ on each storage account. The command is used to identify Azure Service Principal `Storage Blob Data Reader`, `Storage Blob Data Owner` roles, or custom read/write roles on ADLS Gen2 locations that are being used in Databricks. This requires Azure CLI to be installed and configured via `az login`. It outputs azure_storage_account_info.csv which will be later used by migrate-credentials command to create UC storage credentials. +Note: This cmd only lists azure storage account gen2, storage format wasb:// or adl:// are not supported in UC and those storage info +will be skipped. Once done, proceed to the [`migrate-credentials` command](#migrate-credentials-command).