FunctionApp/Modules/SessionHostReplacer/functions/Deploy-SHRSessionHost.ps1 (2 lines): - line 44: [hashtable] $SessionHostParameters = (Get-FunctionConfig _SessionHostParameters | ConvertTo-CaseInsensitiveHashtable), #TODO: Port this into AzureFunctionConfiguration module and make it ciHashtable type. - line 97: #TODO: Add logic to test if deployment is running (aka template is accepted) then finish running the function and let the deployment run in the background. Build/BuildParams.ps1 (1 line): - line 38: AvailabilityZone = '1' #TODO Distribute on AZs if supported FunctionApp/Modules/SessionHostReplacer/functions/Get-SHRLatestImageVersion.ps1 (1 line): - line 14: #TODO Do we need to change location here? FunctionApp/Modules/SessionHostReplacer/functions/Get-SHRRunningDeployment.ps1 (1 line): - line 8: Ideally, the AVD administrator should setup a notification (alert action) when there are failing deployments. # TODO: Add alert setup.