microsoft / coe-starter-kit

Other
763 stars 225 forks source link

[CoE Starter Kit - QUESTION] Admin | Audit Logs | Sync Audit Logs (V2) error #9271

Open lucasubieta opened 1 week ago

lucasubieta commented 1 week ago

Does this question already exist in our backlog?

What is your question?

Hi there, im having a problem with the flow "Admin | Audit Logs | Sync Audit Logs (V2) error " as it is requesting the "Audit Logs - Client Azure Secret", but and have my secret in the "Audit Logs - Client Secret" variable, so it should run with error..

Image

What solution are you experiencing the issue with?

None

What solution version are you using?

July

What app or flow are you having the issue with?

Admin | Audit Logs | Sync Audit Logs (V2)

What method are you using to get inventory and telemetry?

None

Jenefer-Monroe commented 1 week ago

You are not using Azure Key Vault so this failure is expected and caught. Note that flow always shows the first failure even if its a caught failure, so you need to go further down in the flow to find where the flow actually terminates (fails) the flow

image

lucasubieta commented 1 week ago

Thanks Jenefer,

I didn’t mention that the flows appear as "Failed," notifying the admins by email. So, shouldn’t it be "Succeeded" if there’s a catch for that error?

Jenefer-Monroe commented 1 week ago

Per this, it appears that the flow is failing. Its just not failing on this call as that failure is caught. You will need to go further down in the flow and find where its actually failing. Image