Creating the gateway proxies

Perform the following steps:

  1. Navigate to the gateway function app and create a new proxy:

  1. You will be taken to the details blade:

  1. 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
template

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
  1. Once you create the three proxies, the list will look something like this:

  1. 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: