azurevisual-studio-2017azure-service-fabricappfabric

Service Fabric SDK do not create C:\SfDevCluster\Data\ImageStoreShare


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?


Solution

  • After 1 month using daily the system, it seems that everything is working fine. Moreover, I had the same issue on another installation and the same scenario fixed the problem.

    To summarize, the solution is to create the folder manually:

    C:\SfDevCluster\Data\ImageStoreShare