Thanks for your feedback!
EDIT
The Azure Key Vault component is used to securely manage and protect secrets, encryption keys, and certificates.
The flow starts with a timer trigger (timer:trigger
), which is executed once (repeatCount: 1
).
It makes a call to Azure Key Vault to retrieve the stored secret, using the provided credentials (clientId
, clientSecret
, tenantId
).
The value of the retrieved secret is stored in the message body (body
).
An HTTP Authorization
header is set with the secret value as an authentication token.
The flow makes an HTTP request to "https://minha-api.com/dados"
, including the authorization header.
Script |
Diagram |
|
![]() |
Share your suggestions with us!
Click here and then [+ Submit idea]