Hello everyone, I'm struggling with Pulumi to crea...
# azure
r
Hello everyone, I'm struggling with Pulumi to create a User Assigned Identity for a Container Registry. The issue lies in the Identity property, which accepts a dictionary string and UserIdentityPropertiesArgs. The goal is to obtain the UserIdentity.Id, which is
Output<string>.
I'm unsure how to convert it to a string. Below is a code snippet.