I can't see function listed under function app. So ultimately can't see monitor or logs as well.
If I try to create new function or access excising it keep loading.
Have tried in different Chrome and IE.
Not getting what is missing, please help.
Accessing Function keep loading Creating new function keep loading
First, make sure your good internet connection. It may cause timeout issue.
Large, long-running functions can cause unexpected timeout issues.
A function can become large due to many Node.js dependencies. Importing dependencies can also cause increased load times that result in unexpected timeouts. Dependencies are loaded both explicitly and implicitly. A single module loaded by your code may load its own additional modules.
Also, you could use click View->Server Explorer in Visual Studio to open your resource group and find your azure function.
In it, it contains all the function your created and the Log Files. It almost like Azure function on portal, so if you still have this problem, you could use it instead.