Hi, I was going through the Azure Blob Storage code-base. If you look at the AzureStorageUtils <https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/storage/utils/AzureStorageUtils.java#L53>, ACCOUNT_NAME is defined as a sensitive property. I would like to know the rationale behind that. The reason I'm asking is regardless of making the storage account name as sensitive, the azure.primaryUri flowfile attribute will have the storage account name in it since the primary URI is going to be like this: https://*mystorageaccountname*. blob.core.windows.net/container/blob
- Sivaprasanna
