Global web icon
microsoft.com
https://learn.microsoft.com/en-us/azure/devops/pip…
Define variables - Azure Pipelines | Microsoft Learn
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 variable group to make variables available across multiple pipelines. Use templates to define variables in one file that are used in multiple pipelines.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/azure/devops/pip…
Manage variable groups - Azure Pipelines | Microsoft Learn
This article explains how to create and use variable groups in Azure Pipelines. Variable groups store values and secrets that you can pass into a YAML pipeline or make available across multiple pipelines in a project. Secret variables in variable groups are protected resources.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/powershell/modul…
Remove-Variable (Microsoft.PowerShell.Utility) - PowerShell
The Remove-Variable cmdlet deletes a variable and its value from the scope in which it is defined, such as the current session. You cannot use this cmdlet to delete variables that are set as constants or those that are owned by the system.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/sql/t-sql/langua…
Variables (Transact-SQL) - SQL Server | Microsoft Learn
The scope of a variable is the range of Transact-SQL statements that can reference the variable. The scope of a variable lasts from the point it's declared until the end of the batch or stored procedure in which it's declared.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/power-automate/c…
Store and manage values in variables in Power Automate - Power Automate ...
You can create a variable and declare its data type and initial value all within one action in your flow in the designer. You can only declare variables at the global level, not within scopes, conditions, and loops.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/office/vba/langu…
Declaring variables (VBA) | Microsoft Learn
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.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/azure/devops/pip…
Set variables in scripts - Azure Pipelines | Microsoft Learn
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 use the same output variable, use the dependsOn condition to establish this dependency.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/powershell/scrip…
Everything you wanted to know about variable substitution in strings
There are many ways to use variables in strings. I'm calling this variable substitution but I'm referring to any time you want to format a string to include values from variables. This is something that I often find myself explaining to new scripters.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/power-platform/p…
Set function - Power Platform | Microsoft Learn
Use the Set function to set the value of a global variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result of a data operation.
Global web icon
microsoft.com
https://learn.microsoft.com/en-us/aspnet/core/fund…
ASP.NET Core runtime environments | Microsoft Learn
After the environment variable is set, the app is started without a launch profile using the --no-launch-profile option. In the command shell, set the environment variable using the appropriate approach for your operating system.