managed identity intermitten issues

Tuan Nguyen 0 Reputation points
2025-02-21T14:38:21.6633333+00:00

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
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,313 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.