I installed Visual Studio 2017 and the related service fabric SDK. When trying several samples found on Internet or when creating a simple sample into Visual Studio, I cannot deploy because of this error:
Copy-ServiceFabricApplicationPackage : Unaccessible Image Store URI 'C:\SfDevCluster\Data\ImageStoreShare' specified.
C:\SfDevCluster\Data\ was created but not the ImageStoreShare.
Creating this ImageStoreShare folder solved my problem.
But is it enough to run my service fabric sample? Is the SF environment set correctly? Do I need to specify something else?