We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c370e76 + 1522165 commit f0587e9Copy full SHA for f0587e9
quickstart/101-azure-virtual-desktop/host.tf
@@ -108,7 +108,7 @@ resource "azurerm_virtual_machine_extension" "vmext_dsc" {
108
109
settings = <<-SETTINGS
110
{
111
- "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",
112
"configurationFunction": "Configuration.ps1\\AddSessionHost",
113
"properties": {
114
"HostPoolName":"${azurerm_virtual_desktop_host_pool.hostpool.name}"
0 commit comments