I have seen the Azure portal for the same and referred various sources. It was mentioned to do the changes from Proxies section in Azure function App.
Please let me know how it can be achieved?
I have seen the Azure portal for the same and referred various sources. It was mentioned to do the changes from Proxies section in Azure function App.
Please let me know how it can be achieved?
Copyright © 2021 Jogjafile Inc.


According to this Document, Versions 1.x to 3.x of Azure Functions support proxies and In-portal editing is not supported by all languages and operating systems.
In such cases you can opt either for Azure API Management for your application or create a
proxies.jsonfile in the root of your function app manually.Alternatively, you can create a function app in .net 3.7 runtime version to enable
proxiessettings from portal.REFERENCES: