Configuration Examples¶
This page demonstrates how to configure and manage Fabric CLI settings. Configuration allows you to customize the CLI behavior to match your preferences and environment.
To explore all configuration commands and their parameters, run:
Clear Cache¶
Clear All CLI Caches
Get Single Configuration Value¶
Retrieve the value for a given configuration key
List Configuration Settings¶
Retrieve a list of configuration keys and values
Set Configuration Settings¶
Enable/Disable Cache¶
Control whether the CLI caches data for improved performance.
Enable/Disable Debug Mode¶
Control debug output and logging level for troubleshooting.
Enable/Disable Encryption Fallback¶
Allow authentication token cache in plaintext when encryption is unavailable.
Enable/Disable Job Timeout Behavior¶
Control whether jobs are cancelled when they timeout.
Set Labels Definition File¶
Specify a local file containing label definitions for the CLI.
Switch CLI Mode¶
Set the default interaction mode for the CLI.
Allowed Values: interactive
, command_line
Configure Item Sort Order¶
Set the default sorting criteria for listing items.
Allowed Values: byname
, bytype
Show Hidden Elements¶
Control visibility of hidden Fabric elements like virtual elements.
Set Default Azure Subscription¶
Configure the default Azure subscription for capacity operations.
Set Default Resource Group¶
Configure the default Azure resource group.
Set Default Azure Location¶
Configure the default Azure region/location.
Set Default Fabric Admin¶
Configure the default Fabric administrator email.
Set Default Capacity¶
Configure the default Fabric capacity for workspace operations.
Set Default Open Experience¶
Configure the default experience when opening items in web browser.
Allowed Values: powerbi
, fabric
For complete details on all available configuration settings, see the Settings documentation.