简体   繁体   中英

Report of all deployments over 1 week and 1 month

I'm trying to get a report of everything that have been deployed in the last week and month using Azure Resource Graph, activity log, change history or Powershell but can't find any good way to do it.

I have tried using the Search-AzGraph command unsuccessfully and can't find any good way with any of the other things listed.

I'm trying to get a report with resource type, name, date, resource group, region and user for the last week and month.

Please use the below command to find the deployment history with resource manager:

Get-AzResourceGroupDeployment -ResourceGroupName ExampleGroup

More information here:

https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-deployment-operations#powershell

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM