Blog Post
Use Azure Logic Apps to Notify of Pending AAD Application Client Secrets and Certificate Expirations
@Raka74there is no reason to be afraid 🙂
I tested this, and if you're creating a new secret without any name then the name is generated automatically, you can try it.
Well Vitalii_Kopach
I think It would be possible to filter these out somehow then - it shouldn't be too difficult since 'passwordCredential' that contains the secret displayname is already available. (I think)
Maybe by using a similar thing I did - but instead of using tags in the (In case of no owner ) condition add (OR) something like PasswordCredential contains 'null' to go the left and then and then create another condition thereunder if passwordCredential contains 'null' do not add to string variable.
Look at step 5 and 6 of my post above.
Russ_Rimmerman Could work right?