As of March 29th, Microsoft made the decision to publish new VM’s which archived a bunch of Az, Azure, and AzureRM modules.
The side effect of this was that when any of the deployment API scripts were run in Azure DevOps, it would throw an error.
'Azure.Storage' version 4.4.0 or greater is required. At C:\Users\VssAdministrator\Documents\WindowsPowerShell\Modules\EpiCloud\0.13.15\EpiCloud.psm1:189 char:13 + throw "'Azure.Storage' version 4.4.0 or greater is requir ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : OperationStopped: ('Azure.Storage'...er is required.:String) [], RuntimeException + FullyQualifiedErrorId : 'Azure.Storage' version 4.4.0 or greater is required.
I have found a fix that will properly call the Azure/Az Module and fix this error, and have built it into my scripts.