Azure_ActivityLogs_1
Enable log profile for exporting activity logs.
Perform the following in the Azure Console:
Perform the following in Azure Command Line Interface 2.0:
Use the below command to create a Log Profile in Azure Monitoring.
az monitor log-profiles create –categories <space separated category valuesWrite|Delete| Action> –days <numberofDaysForRetention> –enabled true –location <locationName> –locations <Space separated list of regions> –name<logprofileName>
References: