Error: File upload for entity in data project did not succeed
While importing data
to Dynamics 365 for Operations you may encounter an error if Azure Storage
Emulator is not up.
Solution:-
You will have to start Azure storage emulator .
About storage emulator :
The storage emulator uses a local Microsoft SQL Server
instance and the local file system to emulate Azure storage services.
The storage emulator is installed by default to -
C:\Program
Files (x86)\Microsoft SDKs\Azure\Storage Emulator
.
How to start Azure
storage emulator :
- Run command Prompt as Administrator
- Copy
paste this path to cmd –
cd C:\Program Files (x86)\Microsoft SDKs\Azure\Storage Emulator
- Execute this command on cmd- AzureStorageEmulator.exe start
THANK YOU