简体   繁体   中英

Understanding steps of the Azure function blob template in Visual Studio

I am creating my first Azure function and I want it to be run when a Blob is uploaded, so in Visual Studio 2022 I selected the Azure functions template and then the Blob option. There are some steps I don't fully understand:

在此处输入图像描述 => Do I need to select both when I also want to test my function locally with Azurite? The "service depedency" on this screen, does it mean the storage that is observed for new uploaded files or is it the storage that the Azure function uses for some internal management stuff?

在此处输入图像描述 => The "service depedency" on this screen, does it mean the storage that is observed for new uploaded files or is it the storage that the Azure function uses for some internal management stuff?

does it mean the storage that is observed for new uploaded files or is it the storage that the Azure function uses for some internal management stuff?

It's the observed collection. The function's runtime storage location is chosen on the 1st wizard 'screen' when you select the .NET version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM