It's January 2023, are App Registrations still not supported in Bicep? Jon Reginbald's workaround is fine, but like OP said terraform has had support for this feature for years, and the whole point of the Bicep DSL is to avoid writing imperative style code.
Support for creating AAD App registration using Bicep/ARM
Greetings,
is there still not support for creating AAD App registrations using Bicep/ARM? It is quite ridiculous that 3rd party IAC like Terraform have this capability, while Micosoft's own - Bicep - doesn't.
I've read that the alternative is to use deployment scripts in Bicep, but there's a huge problem with this - I would need to access the created App's secrets using output, which is considered insecure even by Microsoft!
There might be some workaround by putting the secret in a key vault and retrieving it, but that complicates things a lot.
Any suggestions for this?
4 answers
Sort by: Most helpful
-
-
Hugo R. Bohorquez 6 Reputation points
2022-12-23T05:49:43.627+00:00 Any updates on this? Thanks!
-
risolis 8,721 Reputation points
2022-10-23T02:27:47.573+00:00 Hello @NSimpraga
Thank you for sharing this question on this community space.
I would like to gather the next articles which fits into your previous statement the one you were describing previously.... So please direct yourself down below:
https://reginbald.medium.com/creating-app-registration-with-arm-bicep-b1d48a287abb
I hope you can find this useful to overcome your concern.
Looking forward to your feedback,
Cheers,
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
-
Jose Aviles 0 Reputation points
2023-05-10T10:26:46.06+00:00 The aws identity service does support IaC...