Azure Functions Build allows Outbound access to Public Domains in VNet

Azure Functions Build allows Outbound access to Public Domains in Virtual Network (VNet)


I have explained the following key concepts with hands-on practice lab in this video: ✅ How to solve Build Error in Virtual Network (VNet) ✅ What to allow for Outbound access to solve build error for Public Domains in Virtual Network (VNet) #azure #vnet #azurefunctions ✅ How to solve "Error: Http request to retrieve the SDKs available to download from 'https://oryx-cdn.microsoft.io' failed.” ✅ During Azure Functions deployment, Services explicitly allowed in Virtual Network; Allow outbound access to the following domains:
  1. *.scm.azurewebsites.net
  2. oryx-cdn.microsoft.io
  3. github.com
  4. aka.ms
✅ Azure Functions in Virtual Network - Why these domains are needed ✅ When access to oryx-cdn.microsoft.io is blocked, you get: Http request to retrieve the SDKs available to download from 'https://oryx-cdn.microsoft.io' failed. ✅ When .scm.azurewebsites.net is blocked, deployment hangs or returns: Deployment endpoint responded with status code 403 or timeout ✅ Explanation of each domain:
  1. .scm.azurewebsites.net: Deployment engine (mandatory)
  2. oryx-cdn.microsoft.io: Downloads Node.js SDKs/build tools if auto-build is enabled
  3. github.com: Dependency fetching during Oryx builds
  4. aka.ms: Short links used in install scripts/tools
🥝 Complete AZURE Functions with Python for Beginners Playlist: https://www.youtube.com/watch?v=HrOyLWs0bOU&list=PLBEm2Vv2nD-PEOINGrPcLxnwPVhBkPWLq&pp=gAQB 😸 GitHub & Notes Link https://github.com/TechWebDots/python-fastapi/tree/python-fastapi-azure-cicd-github-actions 📄 Network Dependency List http://github.com/microsoft/Oryx/blob/main/doc/hosts/appservice.md#network-dependencies Your feedback is very important! 🤝 Subscribe on YouTube https://www.youtube.com/c/TechWebDots?sub_confirmation=1 🤝 Rate us on Google 🌟 https://g.page/SoftwareCoding?gm 🤝 Follow on LinkedIn https://www.linkedin.com/company/techwebdots 🤝 Follow on Facebook https://www.facebook.com/techwebdots/ 🤝 Follow on Instagram https://www.instagram.com/techwebdots/ 🤝 Follow on Twitter https://twitter.com/TechWebDots 🤝 Follow on Blog https://techwebdots.blogspot.com/ 💡 Happy Learning
  1. 🎯 TechWebDots!