Azure Application List Export

Burrell, Nicholas 1 Reputation point
2020-12-16T02:30:28.977+00:00

Is there a way to export an excel list of all applications in Azure and their SSO Setup status?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,161 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. suvasara-MSFT 10,041 Reputation points
    2020-12-16T03:59:55.607+00:00

    @Burrell, Nicholas , Here Is the PS command to export all Azure resources in your subscription to excel sheet.

    Get-AzureRmResource | Export-Csv -Path "D:\azureresourceslist.csv"  
    

    ----------

    Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

    0 comments No comments

  2. Burrell, Nicholas 1 Reputation point
    2020-12-16T05:28:12.38+00:00

    Hi Suvasara,

    Thanks for that! I'll give it a shot. Do you know if there's a way to export based upon the "Filter" where you can check if SSO has been Configured?

    0 comments No comments

  3. Burrell, Nicholas 1 Reputation point
    2020-12-17T02:49:57.363+00:00

    Getting an error.

    + CategoryInfo          : InvalidOperation: (:) [Get-AzureRmResource], PSInvalidOperationException
    + FullyQualifiedErrorId : InvalidOperation,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet
    
    0 comments No comments

  4. Burrell, Nicholas 1 Reputation point
    2020-12-17T02:49:58.693+00:00

    Getting an error.

    + CategoryInfo          : InvalidOperation: (:) [Get-AzureRmResource], PSInvalidOperationException
    + FullyQualifiedErrorId : InvalidOperation,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet
    
    0 comments No comments

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.