-4

Scenario: Outlook client setup using Azure Remote App. A Hyperlink is included in an email. Currently the link is opened using a browser on the Remote App server. Is there a way to redirect this link to a local browser on the user's PC using a group policy or something else?

vhusker
  • 41
  • 7

2 Answers2

0

No, you cannot do that. Outlook always opens the links locally.

Dmitry Streblechenko
  • 62,942
  • 4
  • 53
  • 78
0

What you are looking for is called file-type associations which work both ways (e.g.: local PDF file opens in Azure RemoteApp or as in your case, Azure RemoteApp external URLs are opened in local browser).

Currently, neither of these are supported for Azure RemoteApp, but you can vote here: http://feedback.azure.com/forums/247748-azure-remoteapp/suggestions/5960208-ability-to-create-file-type-associations and we are actively reevaluating our priorities.

Disclaimer: I work on Azure RemoteApp :)

cdavid
  • 497
  • 6
  • 11
  • Awesome, thank you for your response! I will definitely be voting on it. I work for an MSP and we have a lot of clients who would need this functionality. – vhusker May 21 '15 at 18:41