Hi. Any suggestions to how I can import a Applicat...
# azure
m
Hi. Any suggestions to how I can import a ApplicationPassword resource when I only have the name of the resource, and not the KeyId? The KeyId is necessary to compile an identifier to use with CustomResourceArgs.ImportId... but also needed to call the ApplicationPassword.Get() method to get the existing ApplicationPassword resource... Or is the design intended so that I am supposed to export the KeyId upon first run, and refer to this at subsequent runs? I want to avoid that a new password is generated and applied to the Application at every execution. I am open to the possibility I am missing something 🙂 Using C#. Thanks