Standard logic app stores workflow definition in Azure table storage configured by doing a deflate compression.The table are usually encrypted with something flow<32 bit characters> for each workflows.
I am trying to build a solution that will help me get older versions of logic app from the table but the problem is azure table storage has multiple definitions of logic app workflow encrypted in this format.
I want to understand how can I decode this azure table storage name so that I can map with the logic app name?
Can anyone please tell me how the encryption of table name in storage account works?
I was using online murmurhash64 to check if this is the encryption used but it’s not giving desired result or I am doing something wrong
anupriyo mitra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.