Error "NotFound" while adding RemoteApp in WVD

PatrickvanBemmelen 6 Reputation points
2020-10-16T10:03:54.64+00:00

I logged in both the VM's in my Host Pool and downloaded Notepad++. Then I installed them with Administrator priveleges. After that was done I created a RemoteApp Application Group for my WVD deployment and tried to add Notepad++ as a RemoteApp. The application did appear under "Start Menu" as Notepad++. When clicked Create I was prestented with the error "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable"

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,585 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. PatrickvanBemmelen 6 Reputation points
    2020-10-19T08:15:48.307+00:00

    It seems that when I add the application based on file path and name it "NotepadPlus" it works but when I select it from the "Start Menu" context it is not able to add the application.
    This seems like a glitch in UI (+ sign not allowed?).

    1 person found this answer helpful.

  2. KarishmaTiwari-MSFT 20,212 Reputation points Microsoft Employee
    2020-10-16T23:09:32.963+00:00

    @PatrickvanBemmelen Are you using WVD Classic?
    If yes, please try the following:

    While adding a remoteapp using the command below, mention "Notepad++" (without spaces and with quotes) and it should work.
    New-RdsRemoteApp <tenantname> <hostpoolname> <appgroupname> -Name <remoteappname> -AppAlias <appalias>

    Other option to try would be using "NotepadPlus" when publishing it.

    Let me know the results.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.