Video upload date:  · Duration: PT1H46M27S  · Language: EN

You are developing a mobile app that uses an azure video

az-204-developer-associate video for you are developing a mobile app that uses an Azure SQL Database named `Weyland`. The database contains a table named

This is a dedicated watch page for a single video.

Full Certification Question

You are developing a mobile app that uses an Azure SQL Database named `Weyland`. The database contains a table named `Customers` that has a field named `email_address`. You want to implement dynamic data masking to hide the data in the `email_address` field. Solution: You run the `Set-AzSqlDatabaseDataMaskingRule -DatabaseName 'Weyland' -SchemaName 'dbo' -TableName 'Customers' -ColumnName 'email_address' -MaskingFunction 'email'` Powershell cmdlet Does the solution meet the goal?