79660467

Date: 2025-06-10 13:01:37
Score: 0.5
Natty:
Report link

Principal '' could not be found or this principal type is not supported.

Even I got the same error when I tried to create a user role for the slot using the below command:

CREATE USER [appname/slotname] FROM EXTERNAL PROVIDER;

So, I used the command below to fix the 'principal type is not supported' issue when creating a user role for slots:

CREATE USER [<AzureWebAppName>/slots/<SlotName>] FROM EXTERNAL PROVIDER;

Output: enter image description here

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Aslesha Kantamsetti