vanderby / sql-security-demo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 user1@contoso.com (password: user1password), or as user2@contoso.com (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.


Languages

Language:C# 82.8%Language:JavaScript 8.6%Language:Batchfile 4.2%Language:HTML 4.0%Language:CSS 0.4%Language:ASP 0.1%