Closed GABRIELNGBTUC closed 5 months ago
Please ignore this issue.
I forgot that Entra ID apps now had a soft delete feature.
After deleting the soft deleted application, the uniqueName is definitely available to be reassigned
@GABRIELNGBTUC, FYI - this issue is already documented as a Known Issue
Bicep version v0.28.1
Resource and API version Microsoft.Graph/applications@v1.0
Auth flow Interactive
Deployment details
Describe the bug When creating an app registration then deleting it, the uniqueName property is not released, preventing any new deployment attempting to reuse this unique name name
To Reproduce
Run the above bicep file once, delete the app registration created and run the file once more
Additional context If creating the unique name using a function like
guid(display_name)
, app creation with the same display name would be blocked in the event of the app registration being accidentally deleted or deleted on purpose but recommissioned in the future.