
about_Variables - PowerShell | Microsoft Learn
Sep 29, 2025 · 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 …
Define variables - Azure Pipelines | Microsoft Learn
Oct 1, 2025 · User-defined variables can be set as read-only. There are naming restrictions for variables (example: you can't use secret at the start of a variable name). You can use a …
Predefined variables - Azure Pipelines | Microsoft Learn
Mar 25, 2025 · 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.
Use variables in Classic release pipelines - Azure Pipelines
Aug 16, 2024 · Use custom variables To use custom variables in your tasks, enclose the variable name in parentheses and precede it with a $ character. For example, if you have a variable …
Set secret variables - Azure Pipelines | Microsoft Learn
Mar 25, 2025 · The recommended ways to set secret variables are in the UI, in a variable group, and in a variable group from Azure Key Vault. You can also set secret variables in a script with …
Understand variables in canvas apps - Power Apps | Microsoft Learn
Aug 27, 2025 · To declare a variable and its type, just include it in any of these functions anywhere in your app. These functions don't create variables; they only fill variables with …
Get Started with Variable Libraries - Microsoft Fabric
Aug 25, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.
Set variables in scripts - Azure Pipelines | Microsoft Learn
Aug 4, 2025 · To make an output variable accessible, make sure that the next stage or job depends on the stage or job where you created the variable. If multiple stages or jobs need to …
about_PSItem - PowerShell | Microsoft Learn
Sep 29, 2025 · 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 …
Declaring variables (VBA) | Microsoft Learn
Jul 31, 2024 · You can implicitly declare a variable in Visual Basic simply by using it in an assignment statement. All variables that are implicitly declared are of type Variant.