From 13f5d24be3d63a1ee25fa73953bde300dea7d627 Mon Sep 17 00:00:00 2001 From: Vishnu Charan TJ <33023344+tjvishnu@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:42:31 -0700 Subject: [PATCH] Update README.md (#1480) Added link to Known issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 283ba98e..4bef6423 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Blobfuse2 is stable, and is ***supported by Microsoft*** provided that it is use [This](https://github.com/Azure/azure-storage-fuse/tree/main?tab=readme-ov-file#config-guide) section will help you choose the correct config for Blobfuse2. ## NOTICE -- If you are using versions 2.2.0, 2.2.1 and 2.3.0, refrain from using Block-cache mode and switch to `file-cache` mode till below issues are fixed. +- If you are using versions 2.2.0, 2.2.1 and 2.3.0, refrain from using Block-cache mode and switch to `file-cache` mode till [known issues](https://github.com/Azure/azure-storage-fuse/wiki/Blobfuse2-Known-issues) are fixed. - As of version 2.3.0, blobfuse has updated its authentication methods. For Managed Identity, Object-ID based OAuth is solely accessible via CLI-based login, requiring Azure CLI on the system. For a dependency-free option, users may utilize Application/Client-ID or Resource ID based authentication. - `streaming` mode is being deprecated.