'Log to Azure file

How can I create and write to a log file on Azure?

In a web app, not running in Azure, I need to log to a text file. I figure writing to one on Azure should work.

So what/where on Azure would I write to? What credentials do I use and how do I open a web connection to it?

Once I have that, writing and closing the stream are trivial.

In C#

And big constraint - I can't add any libraries. So I have the .NET runtime. But I can't add any of the Azure Blob libraries. I have to use the .NET runtime web client, etc. classes.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source