I have setup 3 Azure Functions (all are dedicated Premium plan, Linux and Java), I can access the SCM for the first Azure Functions APP, but I cannot access the other two.
We are using AzureAD.
I have check the underlying browser traffic (Chrome DevTools), the traffic between these site are the same. The all first redirect me to MS login, and it redirect back to the sso site.
Seems the one differences is, for the 2nd and 3rd Functions App SCM, they denied my access. But does not make sense, I'm using the same user account. All Functions App are. under same Subscriptions (We assign Custom Role on Subscription level).
Is there anything missed or anything I can check?
With az create-remote-connection, I can get SSH access to all three site.
Is there any internal Kudu logs I can check with SSH?