This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the first step to take when you want to implement compliance in your cloud-native application?
Decide what data taxonomy applies to your application, and classify your data models appropriately.
Add the Microsoft.Extensions.Compliance.Redaction NuGet package to your project.
Microsoft.Extensions.Compliance.Redaction
Add the builder.Services.AddRedaction() method to your Program.cs file.
builder.Services.AddRedaction()
Which of the following do you need to reference to be able to redact sensitive data only in your cloud-native application?
Using Microsoft.Extensions.AuditReports and Microsoft.Extensions.Compliance.Telemetry
Microsoft.Extensions.AuditReports
Microsoft.Extensions.Compliance.Telemetry
Using Microsoft.Extensions.Compliance.Redaction and Microsoft.Extensions.AuditReports
Using Microsoft.Extensions.Compliance.Classification and Microsoft.Extensions.Compliance.Redaction
Microsoft.Extensions.Compliance.Classification
You must answer all questions before checking your work.
Was this page helpful?