Creating microservices

Perform the following steps:

  1. Create three function apps for each of the microservices that we have planned:

  1. Create the following anonymous HTTP triggers in each of the function apps that display a message something shown as follows:
Http Trigger name Output message
Men-HttpTrigger Hello <<Name>> - Welcome to the Men Microservice
Women-HttpTrigger Hello <<Name>> - Welcome to the Women Microservice
Kids-HttpTrigger Hello <<Name>> - Welcome to the Kids Microservice