From acf8926bb34f58aac5ca0756413947b35c5e8168 Mon Sep 17 00:00:00 2001 From: JinmingHu Date: Wed, 1 Nov 2023 11:03:09 +0800 Subject: [PATCH] Update faq.md (#5103) --- sdk/storage/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/faq.md b/sdk/storage/faq.md index 436d20423..664696079 100644 --- a/sdk/storage/faq.md +++ b/sdk/storage/faq.md @@ -10,7 +10,7 @@ [What encoding is used for input and output?](#what-encoding-is-used-for-input-and-output) -[How can I check if a blob exists? Is there a function `Exists()` like in legacy SDK?](##how-can-i-check-if-a-blob-exists) +[How can I check if a blob exists? Is there a function `Exists()` like in legacy SDK?](#how-can-i-check-if-a-blob-exists) [What is the difference between `BlockBlobClient::Upload()` and `BlockBlobClient::UploadFrom()`? When should I use one vs the other?](#what-is-the-difference-between-blockblobclientupload-and-blockblobclientuploadfrom-when-should-i-use-one-vs-the-other)