managed identity intermitten issues
Tuan Nguyen
0
Reputation points
I have an Azure Automation Runbook that intermittently works with Managed Identities. I have multiple Automation Accounts that worked flawlessly up until around these time.
What I've tried:
- Turning Managed Identities off/on, re-assigned proper permissions
- Re-run runbook, result = sometime works, sometime does not work with a 403 error: Get-AzStorageTable : Forbidden At line:7 char:12 + $ssTable = Get-AzStorageTable -Context $ctx -Table '{offuscated} ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : CloseError: (:) [Get-AzStorageTable], StorageException + FullyQualifiedErrorId : StorageException,Microsoft.WindowsAzure.Commands.Storage.Table.Cmdlet.GetAzureStorageTableCommand
Sign in to answer