Hi Sobhan,
You need to make sure that the Function App has a unique name that has not been taken hence:
http://<yourapp>.azurewebsites.net/api/<funcname>?code=<functionkey>
(<yourapp> would need to be unique to Azure and you are probably trying to create an App name that is already in use).
If this is helpful please accept answer.