Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.7 KB

readme.md

File metadata and controls

27 lines (21 loc) · 1.7 KB

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: