Azure Virtual Desktop RemoteApp

  1. Log in to Azure Portal.
  2. In the search box, type Application Groups and select the service listed.
  3. Under the Name column, click the applicable Application Group.
  4. On the Overview page, select Manage next to the Applications section.
  5. Click Add.
  6. Next to Application source, choose File Path from the drop-down menu.
  7. In the Application path field, enter the full path to the FlexApp One package using the example below:
  8. Copy
    "C:\ProgramData\FlexappOne\Chrome_20170619.exe

    Note: The executable must reside locally on the server that is hosting it as the field will not accept UNC paths. Either manually stage the FlexApp One package or use the --sync command to cache the package locally.

  9. Enter a unique Application ID that does not contain >& + / \.
  10. Provide a Display Name that will be visible to users.
  11. Select Yes for Require command line.
  12. Specify any FlexApp One arguments using the example below:
  13. Copy
    --ctl --index 0

    Note: The number at the end corresponds to the package’s shortcut index, 0 being the first <Link> in the XML file’s <Links> section. Change this value to launch different shortcuts or applications within this package.

  14. Click Next.
  15. Under Icon path, provide the local host path to the desired .ico, .exe, or .dll file.

    Note: If the package contains multiple icons and another index is preferred, use the --mapicons argument to extract all icon files respective to the existing <Link> entries in the package XML.

  16. For Icon index, provide the respective number of the contained index from the file.
  17. Click Review + Add and confirm all information is correct.
  18. Click Add.