Update moduleUrl

Update URL with latest configuration zip file
This commit is contained in:
Jen Sheerin 2022-10-30 22:30:06 -04:00 committed by GitHub
parent c370e76a95
commit 15221652a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ resource "azurerm_virtual_machine_extension" "vmext_dsc" {
settings = <<-SETTINGS
{
"modulesUrl": "https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_3-10-2021.zip",
"modulesUrl": "https://wvdportalstorageblob.blob.core.windows.net/galleryartifacts/Configuration_09-08-2022.zip",
"configurationFunction": "Configuration.ps1\\AddSessionHost",
"properties": {
"HostPoolName":"${azurerm_virtual_desktop_host_pool.hostpool.name}"