New azd login flow and provisioning via Terraform #1448
-
We tried the Is there any additional configuration that we need to apply so that the Using .bicep works with the known limitations i.e. for an organizational Azure account. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@lechnerc77 Yes, in order to run Terraform IaC based templates. You still need Az CLI. This is because of the underlying Terraform CLI implementation requiring Az CLI as a dependency for its execution.
I believe you might have to fallback to Az CLI for login and run it. |
Beta Was this translation helpful? Give feedback.
@lechnerc77 Yes, in order to run Terraform IaC based templates. You still need Az CLI. This is because of the underlying Terraform CLI implementation requiring Az CLI as a dependency for its execution.
I believe you might have to fallback to Az CLI for login and run it.
@wbreza @ellismg or do we have any other options so that only azd provisioning runs using Az CLI?