web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Dynamics NAVAX / Document handling and Azure...

Document handling and Azure Storage on local development box

Munib Profile Picture Munib 2,500

AX7 uses blob storage for document handling and sometimes you may notice it errors due to Azure storage.

This is an example of the error you would get.

Error: Upload of “MyFile” failed. An error occurred writing to Azure storage.

On your development box search for the “Microsoft Azure Storage Emulator”

image

It should open up a command line window and start the emulator.

image

In your tray it will show up the Emulator Icon.

image

The emulator is part of the Azure SDK. It has a configuration file with the ports it uses.

image

Emulator reference on MSDN

http://msdn.microsoft.com/en-us/library/azure/gg433005.aspx


This was originally posted here.

Comments

*This post is locked for comments