Hello Angus White,
Welcome to the Microsoft Q&A forum.
It seems like you're experiencing a performance issue with your pipelines, which has led to increased vCore consumption and higher Azure costs. Given that there have been no changes to your data volumes or pipelines, and you're processing the same number of records, there are a few potential factors that could be causing this issue:
- If your Azure resource or VM associated with the runtime was low on resources, it could indeed impact performance.
- There might be issues with the underlying infrastructure that your pipelines are running on. This could include network latency, hardware failures, or other resource contention issues.
- If your data is stored in Azure Data Lake Storage, Azure SQL Database, or other cloud storage, check for any performance issues or I/O bottlenecks during the impacted period.
- Check the network connectivity. If there are network connectivity issues between your Azure Synapse Analytics workspace and the data source or destination, it could be causing the pipeline to run slower.
I recommend reviewing Azure Monitor logs and metrics around the time of the slowdown to see if there are any additional details or patterns that could explain the performance degradation. This might help identify whether the issue is related to resource usage, network issues, or something else.