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 badges1 Answer
Reset to default 2Using 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.