Not Monitored
Tag not monitored by Microsoft.
39,161 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Is there a way to export an excel list of all applications in Azure and their SSO Setup status?
@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.
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?
Getting an error.
+ CategoryInfo : InvalidOperation: (:) [Get-AzureRmResource], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet
Getting an error.
+ CategoryInfo : InvalidOperation: (:) [Get-AzureRmResource], PSInvalidOperationException
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzureResourceCmdlet