|
- Variable references in Dataflow - Microsoft Fabric
Fabric variable libraries in Dataflow Gen2 enable centralized, reusable configuration management across environments By referencing variables directly in your dataflow scripts, you can dynamically adjust behavior without hardcoding values, which is ideal for CI CD workflows
- Recognized environment variables | Microsoft Learn
Learn how to use environment variables to identify folders that can be different on different computers
- about_Variables - PowerShell | Microsoft Learn
Working with variables To create a new variable, use an assignment statement to assign a value to the variable You don't have to declare the variable before using it The default value of all variables is $null To get a list of all the variables in your PowerShell session, type Get-Variable
- How to: Create a New Variable - Visual Basic | Microsoft Learn
How to: Create a New Variable (Visual Basic) You create a variable with a Dim Statement
- about_PSItem - PowerShell | Microsoft Learn
PowerShell includes the $PSItem variable and its alias, $_, as automatic variables in scriptblocks that process the current object, such as in the pipeline This article uses $PSItem in the examples, but $PSItem can be replaced with $_ in every example
- Learn How to Use Variable Libraries - Microsoft Fabric
Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline
- User Environment Variables - Win32 apps | Microsoft Learn
Environment variables specify search paths for files, directories for temporary files, application-specific options, and other similar information
- Predefined variables - Azure Pipelines | Microsoft Learn
When you use a variable in a template that isn't marked as available in templates The variable doesn't render because its value isn't accessible within the template's scope
|
|
|