Hello, I am working on a custom component where I ...
# general
m
Hello, I am working on a custom component where I have created a process to Create an Azure Service Bus Queue, which also leverages azure authorization for setting up Role Assignments for Service Principals to have Sender or Receiver access to the queue. However I am seeing situations where it will suggest to delete a role assignment or just not create a role assignment all together, this will change between preview and execution. I am only seeing this issue with the role assignment and not the creation of queues. the authorization.NewRoleAssignment method is throwing
attempted illegal RPC after program completion
I have added custom timeouts, but that doesn't seem to be helping. Not sure what else to do. Any help would be appreciated. Thanks