Creating log files in azure blob storage during runtime

Hi i have one run book in azure it will call lot many functions each and every function was writing some content to log files. i need to store log files in azure blob storage. how can i write log files during execution.

I’m honestly not sure - that’s really more an Azure question than a PowerShell question. You might end up coding something in .NET, since I don’t think there are native PowerShell cmdlets that do what you’re after. https://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-blobs/ might be a starting place for the APIs.