Hi,

My worker role on Azure triggers the execution of another C# based executable (A.exe).

The spawned [A.exe] is expected to write some files into my Azure storage location using the corresponding Storage Client APIs in Azure.

Is it possible to write files to the Azure storage location from an exe spawned by a worker role ?