HI,
I was looking around for some details around integrating another CDN provider YOTTA to my web services planned to be hosted on Azure app services. Can you please let me know if we can integrate these components?
Thanks in Advance!
HI,
I was looking around for some details around integrating another CDN provider YOTTA to my web services planned to be hosted on Azure app services. Can you please let me know if we can integrate these components?
Thanks in Advance!
To better assist you on this, could you please share more information on your requirement and what exactly you’re attempting to accomplish?
In the interim, you may wish to know about Hybrid Connections and see if it suits your requirement. Within App Service, Hybrid Connections can be used to access application resources in any network that can make outbound calls to Azure over port 443. Hybrid Connections provides access from your app to a TCP endpoint and does not enable a new way to access your app.
As used in App Service, each Hybrid Connection correlates to a single TCP host and port combination. This enables your apps to access resources on any OS, provided it is a TCP endpoint. The Hybrid Connections feature does not know or care what the application protocol is, or what you are accessing. It simply provides network access.
Please see: Azure App Service Hybrid Connections
5 people are following this question.