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
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/cluster/identity/_assign.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
)
17
17
classAssign(AAZCommand):
18
18
"""Assign the user or system managed identities.
19
+
20
+
:example: Add a system assigned managed identity to an existing cluster
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/workspace/_failback.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
)
17
17
classFailback(AAZCommand):
18
18
"""Deactivates failover for the specified workspace.The failback operation is asynchronous and can take up to 30 minutes to complete.The status of the operation can be checked using the operationId returned in the response.
19
+
20
+
:example: Deactive failover for specified workspace
21
+
az monitor log-analytics workspace failback --resource-group oiautorest6685 --workspace-name oiautorest6685
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/workspace/_failover.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
)
17
17
classFailover(AAZCommand):
18
18
"""Activates failover for the specified workspace.The specified replication location must match the location of the enabled replication for this workspace.The failover operation is asynchronous and can take up to 30 minutes to complete.The status of the operation can be checked using the operationId returned in the response.
19
+
20
+
:example: Activates failover for the specified workspace
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/monitor/aaz/latest/monitor/log_analytics/workspace/identity/_assign.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@
16
16
)
17
17
classAssign(AAZCommand):
18
18
"""Assign the user or system managed identities.
19
+
20
+
:example: Add a system assigned managed identity to an existing workspace
0 commit comments