|
Hi,
First of all, I would like to give you a big thank you for doing this toolkit for the WP7. Here is my context and my problems.
What a want to do
From my WP7, I want to create files (ex.: result1.html, result2.html) in the Windows Azure Blob using the WP7 Azure Toolkit. I do not need authentication system.
What I tried
1-
I tried the sample provided, it worked perfectly locally.
2-
I tried to use the CloudBlobClient(string containerBaseAddress, IStorageCredentials) with switching comment where required, but I faced problem with the containderBaseAddress.
The documentation does not specify this usage.
3-
I tried to create an Empty Cloud project using my account data. When I tried to deploy the hosted service, I was asked to provide a “pfx” certificate. I did not
know what to do here.
Summary
Is there a way to create a file without an authentication system using this toolkit?
Thank you in advanced
Sébastien
|