[x] bug report -> please search issues before submitting
[ ] documentation issue or request
[ ] regression (a behavior that used to work and stopped in a new release)
Issue description
Can't create a new revision using github actions or az cli using yaml file. The case here is that secret that is in Azure Key Vault does not exists but it still deployed without any errors.
I tried to look in deployments, system logs, log workspaces and nothing. No error, no description what is going on.
This issue is a: (mark with an x)
Issue description
Can't create a new revision using github actions or az cli using yaml file. The case here is that secret that is in Azure Key Vault does not exists but it still deployed without any errors.
I tried to look in deployments, system logs, log workspaces and nothing. No error, no description what is going on.
Steps to reproduce
or via github actions
Expected behavior
Get some error that Keyvault does not have a secret.
Actual behavior [What actually happened.]
No errors, just deployed.
Additional context