You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Added proper Synopsis with detailed verbatim about the storage account.
2) The current cmd help has an empty example so added a working example.
3) Updated the -Location parameter verbatim
4) Updated the -RetentionInDays verbatim
5) Updated the -StorageAccountId with an example and updated verbatim.
Copy file name to clipboardExpand all lines: src/ResourceManager/Insights/Commands.Insights/help/Add-AzureRmLogProfile.md
+15-8Lines changed: 15 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
8
8
# Add-AzureRmLogProfile
9
9
10
10
## SYNOPSIS
11
-
Creates a log profile.
11
+
Creates a log profile. This profile will be used to either archive the activity log to a storage account or stream them to an Azure event hub. Only a single standard storage account (premium storage account is not supported) persubscription is support. It could of type ARM or Classic. If it's logged to storage account the cost of storing this activity log is billed at normal storage rates.
Specifies the retention policy, in days. This is the number of days the logs are preserved in the storage account specified. To retain the data forever set this 0. If it's not specified, then it defaults to 0 which is retain for ever.
0 commit comments