Closed warrentc3 closed 4 years ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.
Thanks for reporting. Involve storage team to look into it.
@warrentc3 This is not a Powershell code issue, this error is from server. Would you mind to open a ticket to Azure Support on the Azure portal, to ask the support from server side? (Please indicate the storage account has enabled HierarchicalNamespace.)
@warrentc3 I will close this issue as not hear from you for a long time. BTW, as I get from feature team, the product tenants should already has this mitigated.
Feel free to contact use again if you need any further assistance for Azure PowerShell.
Description
Get-AzStorageBlob : Server encountered an internal error. Please try again after some time. HTTP Status Code: 500 - HTTP Error Message: Server encountered an internal error. Please try again after some time. ErrorCode: InternalError ErrorMessage: Server encountered an internal error. Please try again after some time.
Steps to reproduce
$StorageAccountName = "TEST" $StorageAccountKey = "KEY2" $ContainerName = "CONTAINER" $StorageContext = New-AzStorageContext -StorageAccountName $StorageAccountName -StorageAccountKey $StorageAccountKey Get-AzStorageContainer -Context $StorageContext -Name $ContainerName | Get-AzStorageBlob
Environment data
Debug output
Error output