I am creating an `azuread:index:Application` and i...
# azure
f
I am creating an
azuread:index:Application
and i need it's Application URI to be
api://<application-id>
how can I achieve this? I can't specify the application id when creating the app registration and I can't reference it's own id into one of its properties. Effectively meaning I need to create the app first with a missing
identifierUris
property and then after it has been created copy the guid into the pulumi script and run it a second time... So doing a
pulumi down
and
pulumi up
in one go will no longer work and will require manual tampering with the script in between which is insane...