Does Azure Function App require a globally unique name?

Viewed 780

With my limited experience on Azure cloud, I am having the impression that Azure Function App requires a globally unique name. It seems true that if you test creating a new Function App through Azure Portal. However, I have seen in a recent project that same function app (with same name) with different settings of course, being deployed to multiple resource groups under same subscription.

Can anyone explain? I am struggling to find an official answer from Microsoft sites. Many thanks, W

1 Answers
Related