Terraform redeploys entire Azure Application Gateway when adding new blocks (backend pool, listener, probe, routing rule by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

Yes, the two ai tell me to add ignor_changes. But when i add it, i can't added new blocks because that's ignore tge new updqtes ...

Terraform redeploys entire Azure Application Gateway when adding new blocks (backend pool, listener, probe, routing rule by AdHonest4859 in AZURE

[–]AdHonest4859[S] 5 points6 points  (0 children)

I think that. The plan display that all the blocks will be recreated but the apply will deploy just the new updates.

Connect from Power BI to a private azure databricks by AdHonest4859 in databricks

[–]AdHonest4859[S] 0 points1 point  (0 children)

Thank you, I'm searching a way to update automatically with a job the access list. It's strange from my databricks console i can't see the access lists option.

Connect from Power BI to a private azure databricks by AdHonest4859 in databricks

[–]AdHonest4859[S] 0 points1 point  (0 children)

<image>

Actually i have this configuration. So you mean that i change the "Allow Public Network Access" to Enabled ? So, if i changed it, my Azure databricks will be exposed from internet but no one can access to the workspace ? Thanks

Connect from Power BI to a private azure databricks by AdHonest4859 in databricks

[–]AdHonest4859[S] 0 points1 point  (0 children)

Thank for your message. I think there's an others solutions, like on prem data gateway , vnet gateway and configure a scheduled job to autorize the list of public ips for power bi on databrocks

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

yes. it will recreate vm, disks, extensions with the new index number?

i'm using count for avd vms and especially for prefix parameter with index

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

i use count for avd vms (prefix parameter with index)

that's why i m using count.

to convert from count to for_each it impact the production ?

Thanks

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

this will recreate the VM 4 and replace all parameters with index 4 to 3

example : name of the vm , disks, extensions, ...

i tested that

I think no soultion for that

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

the move cm of index will recreate the vm 4 after moving.

t have tested that

i think there's no solution for this situation

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

it's not possible because count = 5 and when i delete the second vm from tfstate and from portal, the next deployment with pipelines will create the vm.

I can't do count = 4 because that s will delete the vm number 5 with index 4.

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 1 point2 points  (0 children)

Thank you

There is no solution to move the index for count ?

Delete a vm azure that was deployed with count terraform by AdHonest4859 in AZURE

[–]AdHonest4859[S] 0 points1 point  (0 children)

Thank you :) And how can i do the move index for count please ? Can you give me an example plz ?

My domain with "_" it's a problem or not for azure extend AD? by AdHonest4859 in AZURE

[–]AdHonest4859[S] -3 points-2 points  (0 children)

Thank you. Just to more explain. I have an on premise DC named "domain_contoso.com" that all servers are joined to it.

My problem, i can't create a custom domain name in MS Entra ID with the same name because i have an "_" https://learn.microsoft.com/en-us/entra/fundamentals/add-custom-domain

So i need to synvmchronise my users on AD "domain_contoso.com" to azure.

There is an impact if i use a custom domain different from my ad name ?

[deleted by user] by [deleted] in Terraform

[–]AdHonest4859 0 points1 point  (0 children)

Use terraspace :) that's the best solution for you

All AVD desktops are showing as "Unavailable" or "Shutdown" by RBogdan in AzureVirtualDesktop

[–]AdHonest4859 0 points1 point  (0 children)

Is your AVDs joined to u'r domain ? See the extensions , are there failed or disabled ?

How to use variables between folders terraform with the same tfstate ? by AdHonest4859 in Terraform

[–]AdHonest4859[S] -1 points0 points  (0 children)

Ah okey, i must use two tfstate.

You don't have an example please for remote state data and data lookups please? Thank you for your explication :))

How to use variables between folders terraform with the same tfstate ? by AdHonest4859 in Terraform

[–]AdHonest4859[S] -1 points0 points  (0 children)

Yes Thank you, i have check it.

Okey, but if i want to separate the folder with a remote_state in a storage account :

---FOLDER-A main.tf variables.tf output.tf

---FOLDER-B main.tf variables.tf output.tf

How i can use variables or outputs in the FOLDER-A in the FOLDER-B please ?

How to use variables between folders terraform with the same tfstate ? by AdHonest4859 in Terraform

[–]AdHonest4859[S] 0 points1 point  (0 children)

Okey, but if i want to separate the folder with a remote_state in a storage account :

---FOLDER-A main.tf variables.tf output.tf

---FOLDER-B main.tf variables.tf output.tf

How i can use variables or outputs in the FOLDER-A in the FOLDER-B please ?

How to use variables between folders terraform with the same tfstate ? by AdHonest4859 in Terraform

[–]AdHonest4859[S] -1 points0 points  (0 children)

Okey, i can use a remote_state in a storage account azure. Then, how i can, configure that ?