About 617,000 results
Open links in new tab
  1. 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 …

  2. Use variables in Classic release pipelines - Azure Pipelines

    Oct 27, 2025 · 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 …

  3. Set function - Power Platform | Microsoft Learn

    Mar 22, 2024 · 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 …

  4. Use variables to improve your DAX formulas - DAX | Microsoft Learn

    Oct 31, 2022 · The measure definition can be made more efficient by using a variable, VAR. The following measure definition represents an improvement. It uses an expression to assign the …

  5. Using the out-of-the-box prompt template language

    Nov 18, 2024 · To include a variable value in your prompt, use the {{$variableName}} syntax. For example, if you have a variable called name that holds the user's name, you can write:

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

  7. Link a variable group to secrets in Azure Key Vault

    Sep 10, 2025 · You can create a variable group that links to existing Azure key vaults and maps selected key vault secrets to the variable group. Only the secret names are mapped to the …

  8. Object variable not set (Error 91) | Microsoft Learn

    Sep 13, 2021 · This error has the following causes and solutions: You attempted to use an object variable that isn't yet referencing a valid object. Specify or respecify a reference for the object …

  9. Get Started with Variable Libraries - Microsoft Fabric

    6 days ago · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  10. NuGet CLI environment variables | Microsoft Learn

    Apr 17, 2023 · If you find that nuget.exe behaves differently between different computers, an environment variable could be the cause. For example, Azure Web Apps Kudu (used during …