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
This command creates an application-insights data source of a given application in a given log analytics workspace. This enables the collection of logs from given application to the log analytics workspace.
72
72
73
73
### Example 2: Get workspace object and create application-insights data source by the application resource id
This command demonstrates getting a log analytics workspace object and then passing the output to create an associated application-insights data source by the application resource id.
Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the subscription in current session context).
126
126
127
127
### Example 8: Get policy events for a policy set definition in the specified subscription
Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy set definition (that exists in the specified subscription).
133
133
134
134
### Example 9: Get policy events for a policy definition in current subscription
Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the subscription in current session context).
140
140
141
141
### Example 10: Get policy events for a policy definition in the specified subscription
Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy definition (that exists in the specified subscription).
@@ -154,7 +154,7 @@ Gets policy event records generated in the last day for all resources (within th
154
154
155
155
### Example 12: Get policy events for a policy assignment in the specified subscription
Gets policy event records generated in the last day for all resources (within the tenant in current session context) effected by the specified policy assignment (that exists in the specified subscription).
0 commit comments