RemoteAPP configuration through Azure HostPool

PR 130 Reputation points
2024-12-25T02:45:14.5366667+00:00

Hello Team,

I have application URL but not have MSIX package file, My requirement is to configure remoteapp in Hostpool where users need to take remote app session to access only respective URL, once they close the session, remote session will get terminate.

Is it possible to configure remoteapp session with just URL without MSIX/EXE file?

Is it possible to convert URL into MSIX package without MSIX/EXE file?

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

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 3,880 Reputation points Microsoft Vendor
    2024-12-26T11:40:13.1733333+00:00

    Hi @PR ,

    Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.

    Directly configuring a RemoteApp session using just a URL is not supported. Remote app publish applications to stream remotely that are installed locally on session hosts or delivered dynamically using app attach and MSIX app attach and presented to users as individual applications in one of the supported Remote Desktop clients.

    We would recommend developing a basic wrapper application that launches the desired URL in a web browser. This application can then be packaged into an MSIX file and installed on the session host. This method enables us to provide the web application via RemoteApp, while ensuring the session ends when the user closes the browser- Create an MSIX package with MSIX Core from source code

    If you have any further queries, do let us know. If the answer is helpful, please click "Accept Answer" and "Upvote it."


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.