I am using Terraform to deploy/configure Azure WVD. It create all necessary resources and can scale up (adding more wvd host by incrementing the number) perfectly fine. However, when I am reducing the number of hosts, it deletes all the relevant resources but the one thing that is missing is updating the host pool. It currently leaves the WVD hostpool with a host with status "Unavailable". How do it "Remove" the session that is no longer available?
Terraform: Azure WVD Scale Down not updating host pool sessions
110 Views Asked by Maki At
0
There are 0 best solutions below
Related Questions in TERRAFORM
- Why does terraform aws_cognito_user_pool always show as "updated in-place" on every single terraform plan?
- Terraform - loop over complex data in data source
- Terraform cidrsubnets
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Problem to add service principal permissions with terraform
- Multiple resources for the depends_on dependencies is throwing an Error
- Parametrizing backend in terraform on gcp
- AWS EKS Fargate pod scheduling issue with Prometheus deployment
- Terraform valdiate that one of N variables is set to "true"
- How to assign a value to a string variable, that includes embedded '=' in the value
- Terraform loop over Map variable to provision multiple Databricks catalogs
- Terraform OCI error when creating Network Load Balancer
- logiapp teams api connection terraform user sign in
- Difference between google_project_iam_* and other google_*_iam_* resources
- JSON representation of the current Terraform configuration
Related Questions in AZURE-RM
- Terraform: provisioning via app/client id and secret
- terraform: building account: could not acquire access token to parse claims
- Can't deploy a privatelink service with Terraform
- Add list of configs in app_settings configuration block
- Terraform creates V1 identity provider while using auth_settings_v2
- Reference referenced resources in loop in Terraform
- Error when trying to create azurerm_storage_data_lake_gen2_path with Terraform/OpenTofu
- Microsoft.AVM provider stuck in "Registering" state
- Get source instance name for backup in azure recovery services using SQL-AG
- Using list(string) from KeyVault through json loaded in dynamic block terraform
- azure terraform for_each dynamic destination_address_prefixes
- Terraform on Azure: create resource if doesn't exists and don't rename existing one
- How to add subnet delegation block for azurerm_subnet in terraform?
- terraform cdk: importing resources
- Terraform how to set "Public network access" Deny service Azure Recovery Service Vault
Related Questions in WVD
- KQL query CPU and memory utilization based on users in a Azure AVD hostpool
- Terraform: Azure WVD Scale Down not updating host pool sessions
- Azure Automation Account access- AD & WVD Hostpool (add/remove) Operations
- Add onprem AD group while provisioning Azure VM with ARM template -Azure virtual desktop
- Powershell Script to deploy the ARM Template
- Azure AVD - Add VM to host pool - custom config URLs | Json file format
- Impact on the WVD sessionHosts whose entry is not there in WVDHostRegistrations log analytics table
- Trouble enabling Azure ADDS auth for storage account
- How to block the public git accounts expect organization accounts on firewall
- How to RDP to my Azure VM with no public IP or Bastion Host
- Azure WVD Hostpool - Virtual Network displaying "None available"
- WVD - az cli sample for creating host pool, workspace and application pool
- Match a UPN list to assigned VM names using Powershell
- WVD behind a proxy - Failure to fetch data from Azure instance Metadata service
- Azure WVD RDS - ARM Version
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
