Redirection to static URl

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.

Proxies

Please let me know how it can be achieved?

1

There are 1 best solutions below

0
SwethaKandikonda On
  • 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.json file in the root of your function app manually.

  • Alternatively, you can create a function app in .net 3.7 runtime version to enable proxies settings from portal.

REFERENCES:

  1. Work with proxies in Azure Functions
  2. Azure Functions runtime versions