Share via

Function App Connectivity Issue with Key Vault

Ankit Dwivedi 0 Reputation points
2026-04-01T10:17:35.69+00:00

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). ConfigureCORS to add https://portal.azure.com to allowed origins.Learn more

You must have direct network access in order to run your function. Test your access. Your app may be restricted with private endpoints, access restrictions, or service endpoints.Learn more about networking

Use the "AzureCloud" service tag to enable inbound and outbound networking to Azure services in your virtual network.Learn more about service tags

Microsoft Azure

 

Error: {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n    at https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:24060\n    at https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:24279\n    at ct (https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:7025)\n/n")    at https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:10828\n    at Array.forEach (<anonymous>)\n    at https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:10817\n    at Object.ct (https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:257:7025)\n/n")    at x (https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:60:1990)\n/n")    at y (https://portal.azure.com/Content/Dynamic/Wwk1XnY9H9Ha.js:60:1821)","isError":true}%22,%22isError%22:true%7D"https://portal.azure.com/content/dynamic/wwk1xny9h9ha.js:60:1821)%22,%22iserror%22:true%7d")

Error

 

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.