문제

Every week I'm getting a failed "Vulnerability Assessment" email report from my Microsoft Azure SQL Database that is incorrect.
It complains about columns that have is_computed column in sys.columns set to 1.
It is not possible to add a classification for those columns.

enter image description here

Is it possible to stop the warning?

도움이 되었습니까?

해결책

You need to add those as a 'baseline', basically marking those items as ignorable items so that when the VA report runs again it ignores them.

See here for more information.

다른 팁

Basically it will not fade away when we approve it as a baseline. Sometimes it does. But in most cases we will get baseline mismatch where we should go inside the database to classify those data that we approved as the baseline in the azure portal. For more details on how to classify the data inside SQL please follow the below links.Data discovery and classification RDBMS security

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 dba.stackexchange
scroll top