About 50 results
Open links in new tab
  1. 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. The variable doesn't render because its value isn't accessible within the …

  2. Variables overview - Microsoft Copilot Studio | Microsoft Learn

    Nov 25, 2025 · In Copilot Studio, you can use the Variables panel to see information about an environment variable. The Variable properties panel also has a link to Power Apps, the …

  3. Get Started with Variable Libraries - Microsoft Fabric

    Dec 15, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  4. cmd | Microsoft Learn

    May 23, 2025 · You can use most characters as variable values, including white space. If you use the special characters <, >, |, &, or ^, you must precede them with the escape character ^ or …

  5. 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 …

  6. 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 …

  7. Learn How to Use Variable Libraries - Microsoft Fabric

    Dec 15, 2025 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

  8. Store and retrieve data using literal and variable values in C#

    Use data in your applications by creating literal values and variable values of different data types.

  9. New-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The New-Variable cmdlet creates a new variable in PowerShell. You can assign a value to the variable while creating it or assign or change the value after it is created.

  10. set | Microsoft Learn

    Sep 6, 2023 · If you specify values for <variable> and <string>, the specified <variable> value is added to the environment and <string> is associated with that variable. If the variable already …