spaghettidba / WorkloadTools

A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud
MIT License
234 stars 53 forks source link

Make it compatible with Azure SQLDB #11

Closed spaghettidba closed 5 years ago

spaghettidba commented 6 years ago

Trace and XE streaming API are not available, so it should use something else

spaghettidba commented 5 years ago

Closed by polling XE file target on blob storage

samplesty commented 1 year ago

Would it be possible to get a template in WorkloadTools/Config for how to structure these connections for Azure? I'm having trouble getting basic connections established. I'm simply trying to setup an ExtendedEventsWorkloadListener and a ReplayConsumer. I have all the xEvents framework setup and files ready to go.

Thanks!