Besides resubmitting the job, it's difficult to say. If resubmitting the job did not work, there should be something in the logs. Try using the following steps below.
Connect-AzAccount
$storageAccount = Get-AzStorageAccount -ResourceGroupName "<resource-group-name>" -AccountName "<storage-account-name>"
$ctx = $storageAccount.Context
Get-AzStorageBlob -Container "$logs" -Context $ctx
If you have already done that, then we'll need to work with you offline. You can send us an email to AzCommunity[at]microsoft[dot]com ATTN: Ryan enclosed with your subscription id and a link to this post.