I actually succeeded in upgrading one of my environments now and starting the service. However none of my scripts are actually working in this version, it seems unable to load any PS modules. Calls to Import-Module just returns the following error:
The term ‘Import-PowerShellDataFile’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
This might be relevant for everyone using CSP. I had to add “worker-src ‘self’ blob:;” and “data:” to “font-src ‘self’ https:;”
That resolves this issue and a few other console errors in the Admin UI:
I’ve upgraded our Azure container from 5.6.13 to 2026.1.1 but the container won’t start. It will give me an exit code 139.
Tried restarting the Azure App Service, even replaced the instance that was running the container.
We are running the container on a P1V3 instance (2 cores, 8gb mem).
Below is the log from the App Service that tries to start the container.
Container start method called.
2026-02-10T20:11:19.9317763Z Establishing network.
2026-02-10T20:11:19.9319675Z Pulling image: docker.io/devolutions/powershell-universal:2026.1.0-azure.
2026-02-10T20:11:20.4399704Z Container is starting.
2026-02-10T20:11:20.4402759Z Establishing user namespace if not established already.
2026-02-10T20:11:20.4404337Z Establishing network if not established already.
2026-02-10T20:11:20.4406190Z Mounting volumes.
2026-02-10T20:11:20.4409075Z Nested mountpoint
2026-02-10T20:11:20.4553157Z Nested mountpoint volatile/logs
2026-02-10T20:11:20.4817606Z Nested mountpoint
2026-02-10T20:11:20.4907393Z Creating container.
2026-02-10T20:11:20.4948891Z Creating pipes for streaming container io.
2026-02-10T20:11:20.4950787Z Creating stdout named pipe at /podr/container/pipe/9ec3318a4cea_##appname##/stdout_835d71c91edc4d9abb6b0e432c5ccdfb.
2026-02-10T20:11:20.4953685Z Successfully created stdout named pipe at: /podr/container/pipe/9ec3318a4cea_##appname##/stdout_835d71c91edc4d9abb6b0e432c5ccdfb.
2026-02-10T20:11:20.4955041Z Opening named pipe /podr/container/pipe/9ec3318a4cea_##appname##/stdout_835d71c91edc4d9abb6b0e432c5ccdfb for reading in non-blocking mode.
2026-02-10T20:11:20.4956415Z Successfully opened named pipe: /podr/container/pipe/9ec3318a4cea_##appname##/stdout_835d71c91edc4d9abb6b0e432c5ccdfb.
2026-02-10T20:11:20.4957451Z Successfully removed non-blocking flag from /podr/container/pipe/9ec3318a4cea_##appname##/stdout_835d71c91edc4d9abb6b0e432c5ccdfb.
2026-02-10T20:11:20.4958711Z Creating stderr named pipe at /podr/container/pipe/9ec3318a4cea_##appname##/stderr_8a2796c3a6cb4a20b85ac817b1b5cb09.
2026-02-10T20:11:20.4960329Z Successfully created stderr named pipe at: /podr/container/pipe/9ec3318a4cea_##appname##/stderr_8a2796c3a6cb4a20b85ac817b1b5cb09.
2026-02-10T20:11:20.4961358Z Opening named pipe /podr/container/pipe/9ec3318a4cea_##appname##/stderr_8a2796c3a6cb4a20b85ac817b1b5cb09 for reading in non-blocking mode.
2026-02-10T20:11:20.4962637Z Successfully opened named pipe: /podr/container/pipe/9ec3318a4cea_##appname##/stderr_8a2796c3a6cb4a20b85ac817b1b5cb09.
2026-02-10T20:11:20.4963933Z Successfully removed non-blocking flag from /podr/container/pipe/9ec3318a4cea_##appname##/stderr_8a2796c3a6cb4a20b85ac817b1b5cb09.
2026-02-10T20:11:20.4965360Z Overriding PORT environment variable with port exposed by container image.
2026-02-10T20:11:20.5197446Z Container image exposes ports: ContainerExposedPort { Port = 5000, Protocol = TCP }. Sanitized list of ports is: 5000. Resolved main port to 5000.
2026-02-10T20:11:20.5204081Z Setting value of PORT variable to 5000
2026-02-10T20:11:20.5208760Z Creating container with image: docker.io/devolutions/powershell-universal:2026.1.0-azure from registry: docker.io and fully qualified image name: docker.io/devolutions/powershell-universal:2026.1.0-azure
2026-02-10T20:11:20.7054041Z Starting container: 9ec3318a4cea_##appname##.
2026-02-10T20:11:20.7253092Z Starting watchers and probes.
2026-02-10T20:11:20.7275865Z Starting metrics collection.
2026-02-10T20:11:20.7297603Z Container is running.
2026-02-10T20:11:20.7459759Z Container start method finished after 814 ms.
**2026-02-10T20:11:30.5880501Z Container has finished running with exit code: 139.**
2026-02-10T20:11:30.5882346Z Container is terminating. Grace period: 5 seconds.
2026-02-10T20:11:30.5886223Z Stop and delete container. Retry count = 0
2026-02-10T20:11:30.5888392Z Stopping container: 9ec3318a4cea_##appname##.
2026-02-10T20:11:30.6062815Z Deleting container: 9ec3318a4cea_##appname##. Retry count = 0
2026-02-10T20:11:30.8141232Z Container spec TerminationMessagePolicy path
2026-02-10T20:11:30.8143498Z Container is terminated. Total time elapsed: 225 ms.
2026-02-10T20:11:30.8145095Z Site container: ##appname## terminated during site startup.
2026-02-10T20:11:30.8189819Z Site startup probe failed after 10.0700505 seconds.
2026-02-10T20:11:30.8955125Z Failed to start site. Revert by stopping site.
2026-02-10T20:11:30.8963521Z Site: ##appname## stopped.
Anybody had the same issue? If so, how did you solve it?
This happens to me all the time in the first 1-2 days after a release.
I normally wait 3-4 days before updating so microsoft wont block the msi or any underlaying exe.
@adam I didn’t check this version yet, but if it has built in lasts devolutions powershell module, there is a bug with Get-DSEntries command that forcibly requires VaultID Input.
Already contact devolutions support and they report it as a bug and im waiting for a working version.
We’re looking at ways to alleviate this. The problem is that embedding the PS SDK looks risky to AV. One issue is that the server binary is not currently signed. We will be fixing that in an upcoming release in hopes that helps.
I’m getting ‘Value cannot be null. (Parameter ‘value’)’ with get-psurole, get-psuidentity, I’m also showing that I have an upgrade available. but I just upgraded to 2026.1.1
I updated to 2026.1.1 only to fix the 2026.1.0 problems.. but now Get-PSUscript doesnt work, so my app that builds on generating forms from scripts is unfunctional. Please fix this asap