azure-function-app-proxy

Azure function proxy returns error 500

时光毁灭记忆、已成空白 提交于 2021-01-29 03:51:06
问题 Currently I am having Azure API app located in UK but I would like to create a Proxy in HK for my users in china to access the servers without much performance impact in connecting the DB server that's allocated in EU. I just setting up the proxy functionality on Azure function, which is located in East Asia. Unfortunately, I kept getting error code 500 with the api request though postman. How can I trace the error which is causing error code 500? 回答1: Adding to Hamid's Answer, When you add

Azure Functions Proxy - route to storage account

岁酱吖の 提交于 2019-12-08 05:36:19
问题 I could create an azure function proxy with success that routes requests to my blob storage. However, it only works if I specify the Backend URL with the full url to the blob file: ex: https://account.blob.core.windows.net/site/index.html where '/site' is my container name and 'index.html' is my blob name. I had an understanding that I could use the route template as '/site' and if I leave the Backend URL as 'https://account.blob.core.windows.net/site/' what comes after the last '/' would be