␡
- Application Monitoring
- Setting Up Windows Azure Diagnostics
- Accessing Windows Azure Diagnostic Data
- Windows Azure Diagnostics Configuration Demo
- On-Demand Transfer for the Windows Azure Diagnostics Configuration?
- Modifying the Windows Azure Diagnostics Configuration
- Tradeoffs with Windows Azure Diagnostics Configuration
- Windows Azure Service Dashboard
- Scenarios
- Summary
Like this article? We recommend
Tradeoffs with Windows Azure Diagnostics Configuration
Tradeoffs with Windows Azure Diagnostics Configuration
As noted earlier, the filesystem is transient, so you need to transfer the data to Azure storage. On the other hand, you pay for Azure table and blob storage. Nonetheless, you shouldn't wait too long to do the transfer, because the local buffers are aged out as they fill up. Of course, you can always transfer the data out of Azure storage and store it locally or in SQL Azure. This approach is often useful anyway, because it's not efficient to search the data as it's stored in table and blob storage.