az logz sso
Note
This reference is part of the logz extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az logz sso command. Learn more about extensions.
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage single sign on with logz.
Commands
Name | Description | Type | Status |
---|---|---|---|
az logz sso create |
Create single-sign-on for this resource. |
Extension | Experimental |
az logz sso list |
List the single sign-on configurations for a given monitor resource. |
Extension | Experimental |
az logz sso show |
Get the Logz single sign-on resource for the given Monitor. |
Extension | Experimental |
az logz sso update |
Create single-sign-on for this resource. |
Extension | Experimental |
az logz sso wait |
Place the CLI in a waiting state until a condition of the logz sso is met. |
Extension | Experimental |
az logz sso create
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create single-sign-on for this resource.
az logz sso create --configuration-name
--monitor-name
--resource-group
[--no-wait]
[--properties]
Examples
SingleSignOnConfigurations_CreateOrUpdate
az logz sso create --configuration-name "default" --monitor-name "myMonitor" --properties enterprise-app-id="00000000-0000-0000-0000-000000000000" single-sign-on-state="Enable" single-sign-on-url=null --resource-group "myResourceGroup"
Required Parameters
Single sign-on configuration name.
Monitor resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
Usage: --properties single-sign-on-state=XX enterprise-app-id=XX single-sign-on-url=XX
single-sign-on-state: Various states of the SSO resource enterprise-app-id: The Id of the Enterprise App used for Single sign-on. single-sign-on-url: The login URL specific to this Logz Organization.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logz sso list
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the single sign-on configurations for a given monitor resource.
az logz sso list --monitor-name
--resource-group
Examples
SingleSignOnConfigurations_List
az logz sso list --monitor-name "myMonitor" --resource-group "myResourceGroup"
Required Parameters
Monitor resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logz sso show
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the Logz single sign-on resource for the given Monitor.
az logz sso show [--configuration-name]
[--ids]
[--monitor-name]
[--resource-group]
[--subscription]
Examples
SingleSignOnConfigurations_Get
az logz sso show --configuration-name "default" --monitor-name "myMonitor" --resource-group "myResourceGroup"
Optional Parameters
Single sign-on configuration name.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Monitor resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logz sso update
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create single-sign-on for this resource.
az logz sso update [--add]
[--configuration-name]
[--force-string]
[--ids]
[--monitor-name]
[--no-wait]
[--properties]
[--remove]
[--resource-group]
[--set]
[--subscription]
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
Single sign-on configuration name.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Monitor resource name.
Do not wait for the long-running operation to finish.
Usage: --properties single-sign-on-state=XX enterprise-app-id=XX single-sign-on-url=XX
single-sign-on-state: Various states of the SSO resource enterprise-app-id: The Id of the Enterprise App used for Single sign-on. single-sign-on-url: The login URL specific to this Logz Organization.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az logz sso wait
Command group 'logz' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Place the CLI in a waiting state until a condition of the logz sso is met.
az logz sso wait [--configuration-name]
[--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--monitor-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
Examples
Pause executing next line of CLI script until the logz sso is successfully created.
az logz sso wait --configuration-name "default" --monitor-name "myMonitor" --resource-group "myResourceGroup" --created
Pause executing next line of CLI script until the logz sso is successfully updated.
az logz sso wait --configuration-name "default" --monitor-name "myMonitor" --resource-group "myResourceGroup" --updated
Optional Parameters
Single sign-on configuration name.
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Polling interval in seconds.
Monitor resource name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.