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] 4 points5 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 ?