Running pac commands through an Azure Function returns error #1052
Unanswered
Michael-Kim0717
asked this question in
Q&A
Replies: 1 comment
-
Interesting! looks like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to run some pac copilot commands via an Azure Function app and am receiving the following error:
Error: Unable to open a web page using xdg-open, gnome-open, kfmclient or wslview tools. See inner exception for details. Possible causes for this error are: tools are not installed or they cannot open a URL. Make sure you can open a web page by invoking from a terminal: xdg-open https://www.bing.com
I validated this locally, but it seems to only be an issue when run through the Function app itself.
Beta Was this translation helpful? Give feedback.
All reactions