You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I saw that this PowerShell module can be integrated with an Azure DevOps pipeline and repository, but is this module also compatible with Azure Automation+Managed Identity+Storage Account? What I am trying to achieve as a goal is to create a scheduled runbook within Azure Automation than can dump the JSON files of the Entra settings inside a file share of a storage account.
So far, I have created these resources, configured the authentication and combined the scripts of Connect-EntraExporter and Export-Entra into a runbook of the AA account. When I test it, it seems to connect via MS Graph towards the subscription, but it does not export or transfer the JSON files to the file share within the storage account then.
Is what I am doing here, supported with EntraExporter? If yes, can anyone help me out further?
I have added the code as an attachment.
I have also added the test result of the runbook, at the very end of if, there is one error message popping up: "No active connection. Run Connect-EntraExporter or Connect-MgGraph to sign in and then retry."
Hello, can anyone of the developers of EntraExporter respond?
I have tried to make it run as a script and to schedule it under a runbook via Azure Automation, but I kept running against numerous error messages, and sometimes the exports of JSON files towards the storage account would not happen.
I am now trying to make a workable script of EntraExporter by combining Connect-EntraExporter.ps1 and Export-Entra.ps1 into one, but that does not seem to work either.
Hi, I saw that this PowerShell module can be integrated with an Azure DevOps pipeline and repository, but is this module also compatible with Azure Automation+Managed Identity+Storage Account? What I am trying to achieve as a goal is to create a scheduled runbook within Azure Automation than can dump the JSON files of the Entra settings inside a file share of a storage account.
So far, I have created these resources, configured the authentication and combined the scripts of Connect-EntraExporter and Export-Entra into a runbook of the AA account. When I test it, it seems to connect via MS Graph towards the subscription, but it does not export or transfer the JSON files to the file share within the storage account then.
Is what I am doing here, supported with EntraExporter? If yes, can anyone help me out further?
I have added the code as an attachment.
I have also added the test result of the runbook, at the very end of if, there is one error message popping up: "No active connection. Run Connect-EntraExporter or Connect-MgGraph to sign in and then retry."
Connect-EntraExporter.txt
RunbookTestresult.txt
The text was updated successfully, but these errors were encountered: