Azure.Deployment.SecureValue false-Fails while using resource property expression #1881
-
The scenario happened when I tried to store App Insights instrumentation key into a Key Vault secret. The code is listed below. When I ran the code below through My question is: Is there a way to suppress this Fail? So far I have found is to exclude the Below is the code that demonstrates this scenario.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@yzhu228 Thanks for the question. You can suppress or exclude a rule by following these instructions: https://azure.github.io/PSRule.Rules.Azure/creating-your-pipeline/#ignoring-rules In this case the name of the resource will be the name of the deployment, the file path to the deployment. I think we should log this as a bug. |
Beta Was this translation helpful? Give feedback.
@yzhu228 Thanks for the question.
You can suppress or exclude a rule by following these instructions: https://azure.github.io/PSRule.Rules.Azure/creating-your-pipeline/#ignoring-rules
In this case the name of the resource will be the name of the deployment, the file path to the deployment.
I think we should log this as a bug.