-
I deployed via the ARM template. Is this a bug? How do I know which one to use? It's a bit odd to me because I can only see one function app in the resource group, yet on the ARM deployment I can see two "sites" were created: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
In terms of working out which prinicpal is the correct one, I think the following works:
It seems to return only of the principals so I am assuming this is correct one. |
Beta Was this translation helpful? Give feedback.
-
I just tried deploying from ARM Template, but I couldn't reproduce it. The principal creation is done inside Azure, so it is most likely a bug on the Azure side. The way to check the correct Principal is as you wrote. |
Beta Was this translation helpful? Give feedback.
-
I ran into the same thing and in my case one of them was an app registration in AzureAD |
Beta Was this translation helpful? Give feedback.
I just tried deploying from ARM Template, but I couldn't reproduce it. The principal creation is done inside Azure, so it is most likely a bug on the Azure side.
The way to check the correct Principal is as you wrote.