You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,6 +91,8 @@ To be able to use this variable, it must be explicitly added to the environment-
90
91
91
92
> ⚠ When you are using a Linux agent, you need to pass other environment variables that you want to use as well, because these are not available. To be able to use the `ArmOutputs` environment variable, it must be explicitly added to the environment-variables.
92
93
94
+
> 💡 We have seen a much better performance when using Linux agents, and would recommend using Linux agents when possible.
95
+
93
96
Example of how to use this function in an Azure DevOps pipeline:
94
97
95
98
```yaml
@@ -101,7 +104,8 @@ Example of how to use this function in an Azure DevOps pipeline:
@@ -144,6 +148,8 @@ This function is intended to be used from an Azure DevOps pipeline.
144
148
145
149
> ⚠ When you are using a Linux agent, you need to pass other environment variables that you want to use as well, because these are not available. To be able to use the `ArmOutputs` environment variable, it must be explicitly added to the environment-variables.
146
150
151
+
> 💡 We have seen a much better performance when using Linux agents, and would recommend using Linux agents when possible.
152
+
147
153
Example of how to use this function in an Azure DevOps pipeline:
148
154
149
155
```yaml
@@ -154,7 +160,8 @@ Example of how to use this function in an Azure DevOps pipeline:
0 commit comments