Automate Service Fabric Cluster using Azure Function
Background Information While the our work environments became more and more complex, the need of automation is a fact. Therefore ,I made a demo on how you can automate…
31/07/2023
Background This article describes how to copy all Azure Storage Queues data between two different storage accounts. For this, we will use Azure Storage SDK for Python to copy all queues (and the respective data) from one Azure Storage Queue to another Azure Storage Queue. This approach will keep…