Perform the following steps:
- Navigate to the gateway function app and create a new proxy:
- You will be taken to the details blade:
- Create the proxies for women and kids. Here are the details of all three proxies. Note that the backend URLs (of the function apps) might be different in your case:
Proxy name |
Route |
Backend URL (the URLs of the HTTPÂ triggers created in the previous step) |
Men | /Men | https://azurefunctioncookbook-men.azurewebsites.net/api/Men-HttpTrigger |
Women | /Women | https://azurefunctioncookbook-women.azurewebsites.netapi/Women-HttpTrigger |
Kids | /Kids | https://azurefunctioncookbook-kids.azurewebsites.netapi/Kids-HttpTrigger |
- Once you create the three proxies, the list will look something like this:
- In the preceding screenshot, you can view three different domains. However, if you would like to share these with the client applications, you don't need to share these URLs. All you need to do is share the URL of the proxies that you can view in the proxy tab. Here are the proxy URLs of the three proxies we have created: