Hey Guys, I have an weird issue with creating the ...
# dotnet
d
Hey Guys, I have an weird issue with creating the app registration and app registration password. It looks like a race condition - I get following error.
The ways tried:
r
Hi Karol, you need to use the
id
property of the
Application
which will already be formatted in the
/applications/{id}
format so no need to do an
Apply
.
Also worth noting that
ApplicationId
refers to the client ID of the app registration not the object id which is the one you need for referencing - hence the error about not finding the object id (PS -
ApplicationId
is deprecated, if you do need to refer to the client id you should use the
ClientId
property 🙂 )