Raymond Siring

Results 12 comments of Raymond Siring

Just noticed that you wanted the information here as well. Hi, I tried out the beta and it is bugging over import due to several reasons it seems. At first...

Hi, I tried out the beta and it is bugging over import due to several reasons it seems. At first it bugs out because of the version number in the...

It's been atleast 2 years now. Any update when pwsh is going to be treated like a first class citizen in Azure Functions...?

PSremoting to Linux just works as intended when using it anywhere else than an Azure function (making the assumption that the subsystem is configured ofc). It is just super annoying...

So you are saying that psremoting from something like Ubuntu has `ssh.exe` bundled and that is still what is being used? Or is it relying on just `ssh` native executable...

I can now see that my remarks are totally unjust cause it is my own fault. I trusted my TF to deploy my function app to have correctly deployed a...

You are mixing hubot adapters I think now. Just as I did. This is the variables for hubot-matteruser not hubot-mattermost.

Can confirm that the issue affects Linux Azure Functions as well. Anything higher than 3.0.0 will error out.

```powershell using namespace System.Net param($Request, $TriggerMetadata) $hostname = "someHostname" $resourceGroup = "someResourceGroup" $storageAccountName = 'someStorageAccountName' $containerName = 'certificates' $tempFolder = [System.IO.Path]::GetTempPath() Uninstall-AzureRm try { $subscription = Get-AzSubscription | Where-Object name...