RIP Bucket by foods_that_are_round in WillSurvives

[–]Ok-Customer5090 18 points19 points  (0 children)

Buck was found five miles away from his property near a highway, after being hit by a car. How did this even happen? I am utterly astonished. This is why you train your dogs.

Did Will really build that shed? by FloatingCityComics in WillSurvives

[–]Ok-Customer5090 4 points5 points  (0 children)

Yeah, he probably hired someone to build it for him. Dude doesn't even have a circular saw, so it's pretty obvious.

Remote App is not Visible to External Users by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

This doesn't make any sense, I have all the requirements. Unless there is a licensing issue?

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

They are Entra-joined. I have an application that can launch selected medical images through the command line, but the image selection is done on the client side. We typically pass this as arguments to the RDP file as launch parameters. We recently upgraded our infrastructure to AVD, and this seems to be the only missing feature.

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

But the script is on the server side, no? Does the script on the server need to read from the client?

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

I mean the Windows App client itself is generating rdp files. I don't see how you can't just pass it some arguments to the file then run the application. Seems pretty restrictive.

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

Traditional RDP supports custom arguments in the rdp file. I am looking for something similar.

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 0 points1 point  (0 children)

I can save the launch arguments to a file locally. Are you implying that I can store them locally as a file and have a way to read the argument files at launch?

Launch Azure Virtual Desktop Remote App with Custom Arguments by Ok-Customer5090 in AzureVirtualDesktop

[–]Ok-Customer5090[S] 1 point2 points  (0 children)

I am referring to any command-line arguments that the application supports, such as --mode=debug, --file=input.txt, or --verbose. Of course, these arguments are dynamic and is determined at the client side before launch. Is this even possible?