最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

azure functions - WarningSD0001Dependency storage1 is stale and does not exist in any other service dependencies profile - Stack

programmeradmin2浏览0评论

My .NET 8 Azure Functions solution builds with the following warning.

Warning SD0001
Dependency storage1 is stale and does not exist in any other service dependencies profile. It either needs to be removed from current profile or added back to serviceDependencies.json.
SBD.Photos.Functions.Isolated C:\Users\kirst\Source\Repos\SBDPhotos_Apps\SBD.Photos.Functions.Isolated\Properties\serviceDependencies.SBDPhotosFunctionsIsolated20250118114609 - Zip Deploy1.json

In the publish screen, Service Dependencies section I see this as an error

I have checked that I can open the storage in Azure Storage Explorer.

I have tried clicking connect, and I get:

I have tried changing the storage from cool to hot.

My .NET 8 Azure Functions solution builds with the following warning.

Warning SD0001
Dependency storage1 is stale and does not exist in any other service dependencies profile. It either needs to be removed from current profile or added back to serviceDependencies.json.
SBD.Photos.Functions.Isolated C:\Users\kirst\Source\Repos\SBDPhotos_Apps\SBD.Photos.Functions.Isolated\Properties\serviceDependencies.SBDPhotosFunctionsIsolated20250118114609 - Zip Deploy1.json

In the publish screen, Service Dependencies section I see this as an error

I have checked that I can open the storage in Azure Storage Explorer.

I have tried clicking connect, and I get:

I have tried changing the storage from cool to hot.

Share Improve this question edited Jan 19 at 8:32 marc_s 754k184 gold badges1.4k silver badges1.5k bronze badges asked Jan 18 at 19:27 KirstenKirsten 18k50 gold badges206 silver badges358 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2

Using Nuget Package Manager I found that Azure.Storage.Blobs 12.23.0 was installed as Transiative in some projects. I changed it to Top Level by installing it directly to the project.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论