Skip to content

Click-to-deploy Azure web app that showcases Row-Level Security and Dynamic Data Masking for Azure SQL Database.

Notifications You must be signed in to change notification settings

vanderby/sql-security-demo

 
 

Repository files navigation

Azure SQL Database Security Demo - Row-Level Security and Dynamic Data Masking

Deploy to Azure

Click to deploy a live web app on Azure that shows how you can use some of SQL Database's new security features to protect your data. This demo is a simple contact manager application built using the ASP.NET MVC framework.

To run the demo:

  1. Click 'Deploy to Azure' (sign in with your Azure account if necessary)
  2. Create passwords for the application login and server admin login accounts used to connect to the database
  3. Launch the deployment (this may take several minutes to complete)
  4. Browse to the site URL to start using the web app
    1. Try logging in as [email protected] (password: user1password), or as [email protected] (password: user2password), to see what the app looks like to end users.

What gets created:

  • Web Hosting Plan (Free tier)
  • Web App (ASP.NET MVC with Entity Framework)
  • SQL Server and Database (Basic tier, about $0.01 per hour)
  • Storage Account

Security features used in the demo:

About

Click-to-deploy Azure web app that showcases Row-Level Security and Dynamic Data Masking for Azure SQL Database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 82.7%
  • JavaScript 8.6%
  • Batchfile 4.2%
  • HTML 4.0%
  • Other 0.5%