PLEASE HELP - Funtion app proxies are greyed out

Anonymous
2022-06-07T13:12:11.047+00:00

I spun up a function app with the intention of using the proxy, however, the proxy tab is greyed out and I can not add one. I am running node.js on windows if that helps.209066-2022-06-07-09-13-11.png

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,932 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 70,941 Reputation points Moderator
    2022-06-07T16:24:32.073+00:00

    @Anonymous Thanks for reaching out. Not all languages and operating system combinations support in-portal editing. For more details you can refer to this document.
    If you're unable to create a proxy in the portal, you can instead manually create a proxies.json file in the root of your function app project folder.

    Not all languages and operating system combinations support in-portal editing. If you're unable to create a proxy in the portal, you can instead manually create a proxies.json file in the root of your function app project folder. To learn more about portal editing support, see Language support details.

    In case you are running Function V4 then the proxy is not supported currently, and it will be added in the next few months. For more details you can refer to the discussion here.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments

  2. Mike Crowley 216 Reputation points
    2023-07-01T18:33:26.1033333+00:00

    I have it working. You can create a proxies.json (e.g. copy nul proxies.json in the portal's dev console) file at the root of your project and add the proxy object manually. Then, with the 'AzureWebJobsFeatureFlags' flag, the proxy will run, even though this potal button never un-greyed for me.

    1 person found this answer helpful.

  3. Lucas IT 5 Reputation points
    2023-08-31T17:29:20.3133333+00:00

    Proxies are ONLY greyed out because the App is running.
    Go to your Function App, then click on STOP, this will stop the instance, it will reload the pane, then Proxies will be available :)

    1 person found this answer helpful.
    0 comments No comments

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.