Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functionscdn.azureedge.net network dependency for v4 #2453

Open
georgeOsdDev opened this issue Feb 23, 2024 · 1 comment
Open

functionscdn.azureedge.net network dependency for v4 #2453

georgeOsdDev opened this issue Feb 23, 2024 · 1 comment

Comments

@georgeOsdDev
Copy link

Azure Functions Host make request to https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json on startup. I think this behavior is introduced from v4.
If Function work inside firewall, this request may blocked and functions host fail to start.
Azure/azure-functions-host#8168

Please add not about this network dependency.
https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4?source=recommendations&tabs=net8%2Cazure-cli%2Cwindows&pivots=programming-language-javascript

@georgeOsdDev
Copy link
Author

When I create FunctionsApp resource from portal. There will be default host.json even if I choose dotnet-isolated.

{
  "version": "2.0",
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[4.*, 5.0.0)"
  }
}

It would be nice if portal add template like below
https://github.com/Azure/azure-functions-templates/blob/dev/Functions.Templates/ProjectTemplate_v4.x/CSharp-Isolated/host.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant