
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.
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 template's scope.
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.
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 …
Troubleshoot Variable Libraries - Microsoft Fabric
Dec 15, 2025 · This article provides solutions for common errors and problems that you might encounter when you work with Microsoft Fabric variable libraries.
Dynamic refresh rate isn't working (but have to) - Microsoft Q&A
Mar 7, 2025 · It's said in Settings that Dynamic refresh rate isn't supported, but in the same page Variable Refresh Rate IS supported by driver. I saw that it is quite a popular problem, and many said …
Visual Studio 2026 Release Notes | Microsoft Learn
Jan 13, 2026 · We're excited to announce the availability of Visual Studio 2026. This release marks the beginning of a new era for Visual Studio with deep platform integration of AI, stronger fundamentals, …
VBA Error - Run-time error '91': Object variable or With block variable ...
May 12, 2021 · Blue is formula driven on the "range" side and all is copied to the right by the use of an advanced filter (below) After adding everything I started getting error 91"Object variable or With …
Variables (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · 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 …
Variable library integration with pipelines - Microsoft Fabric
Oct 16, 2025 · The Variable library supports Boolean, Datetime, Guid, Integer, Number, and String as data types. In your pipeline, you will see Boolean as Bool type, Datetime as String type, Guid as …