Hi @이 상준 , This issue has already been identified as a bug which is being tracked using this Github issue.
As a workaround, you may clear the blob content from function storage so that it does not fail. Usually, it will be the local storage emulator if you are developing the function app on local machine. The issue is only observed when trying to debug the function app locally or when launching it using the --dotnet-isolated-debug parameter.
A detailed discussion about this is available on the Github and here.
Please 'Accept as answer' if it helped so that it can help others in the community looking for help on similar topics.