Missing Azure documentation and articles are often out of date.
I read that Transitional Error Handling (TFH) for Azure services (ServiceBus, FileStorage ...) is now fully controlled. It seems that now on the client side there is nothing to implement. Previously, we could use the Enterprise Library to manage such goals, but it has been deleted. A policy has been implemented to access the SQL database for the Entity Framework ( https://msdn.microsoft.com/en-us/data/dn456835.aspx ).
Here are my questions:
- Do I need to use the Azure SDK for ServiceBus and FileStorage to use the policies that are now implemented on Azure?
- How can I manage TFH while accessing data using something that is not EF?
We need to make sure that our components (which use WebClient, raw ADO.NET ...) will work correctly in the maintanable way.
source
share