What is the best way to name resources in Azure?
I have seen some people name their resources with prefixing the resource group.
Example: grp-1-myfunctionapp.
Others add resource type, region and environment like functionapp-westus-prod-fn1.
How should I go about it?