where to input the parameters in azure function http triger?

You can add multiple query variables using the & operator as follows

http://WriteName21103515.azurewebsites.net/api/WriteName?code=7vP5MNpCK4lbif95aOwY6okKscRPDg==&n=myName

If you need even more then simply add more using the & operator.