79232630

Date: 2024-11-28 05:02:32
Score: 2.5
Natty:
Report link

Running your function in portal requires the app to explicitly accept requests from https://portal.azure.com. This is known as cross-origin resource sharing (CORS). Configure CORS to add https://portal.azure.com to allowed origins.

enter image description here

The other reasons you might not be able to run the function app is due to network restrictions.

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: KSP