1

I'm using Semantic logging with Windows Azure Websites,

I wonder Using Semantic logging using Azure website and store log in Azure Table storage and Azure SQL db is Inproc or out Proc ?

Can anyone elaborate more on this please?

Neo
  • 15,491
  • 59
  • 215
  • 405

1 Answers1

2

In general we don't recommend storing log file data in Storage Tables. See the section entitled "Are you avoiding append-only and prepend-only patterns?" in the Storage Performance and Scalability Checklist.

Jason Hogg - MSFT
  • 1,369
  • 9
  • 10