Share via

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?

Community Center | Not monitored
0 comments No comments

4 answers

Sort by: Most helpful
  1. 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
    

    Was this answer helpful?

    0 comments No comments

  2. 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
    

    Was this answer helpful?

    0 comments No comments

  3. 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?

    Was this answer helpful?

    0 comments No comments

  4. suvasara-MSFT 10,166 Reputation points Moderator
    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.

    Was this answer helpful?

    0 comments No comments

Your answer

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