You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's super unlikely to be a problem, but the Azure functions should not use the standard SQL CacheHelper implementation. Most, if not all, of the data fetched by functions is transient or not cached anyway. But to be sure it isn't accidentally used, it should use a sink that never attempts to cache.
The text was updated successfully, but these errors were encountered:
It's super unlikely to be a problem, but the Azure functions should not use the standard SQL
CacheHelper
implementation. Most, if not all, of the data fetched by functions is transient or not cached anyway. But to be sure it isn't accidentally used, it should use a sink that never attempts to cache.The text was updated successfully, but these errors were encountered: