Perform the following steps:
- Create three function apps for each of the microservices that we have planned:
- 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 |