Azure SQL Database Updates

Slides:



Advertisements
Similar presentations
SEC835 Practical aspects of security implementation Part 1.
Advertisements

Under New Management Andrew Fryer Microsoft UK Andrew Fryer Microsoft UK.
Database Security Cmpe 226 Fall 2015 By Akanksha Jain Jerry Mengyuan Zheng.
Customer challenges Security features Protect data-at-rest Transparent Data Encryption Data/Key separation Extensible Key Managements Use strong authentication.
SQL Server 2016 Security Features Marek Chmel Microsoft MVP: Data Platform Microsoft MCT: Regional Lead MCSE: Data Platform Certified Ethical Hacker.
SQL Server as a Cloud Service April 15th 2016 Warner Chaves Data Platform MVP/SQL Server MCM.
Microsoft Connect /23/ :39 PM
Microsoft Connect /6/ :05 AM
Use relational database as a service
Building ARM IaaS Application Environment
SQL Server 2016 How can Hoster Partners make money with SQL 2016?
LOCAL CLOUDINESS Dino Buljubašić Rijad Smajlović
Data Platform and Analytics Foundational Training
Data Platform and Analytics Foundational Training
“Introduction to Azure Security Center”
System Center Marketing
5/26/ :35 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Securing SQL Server 2016 Databases
Using a Gateway to Leverage On-Premises Data in Power BI
Journey to Microsoft Secure Cloud
Chapter 5 : Designing Windows Server-Level Security Processes
6/4/2018 8:24 PM THR2158 Using Microsoft Azure, Dynamics 365, and PHP to build functional WordPress sites George © Microsoft Corporation.
Microsoft Azure: The only consistent Hybrid Cloud
Using a Gateway to Leverage On-Premises data in Power BI
Secure your data in Azure SQL Database and SQL Data Warehouse
Microsoft Ignite /31/ :08 AM
Encryption in SQL Server
Extensible Platform Microsoft Dynamics 365
Installation and database instance essentials
Azure API Management Jothi Prakash A
Mission-critical performance with Microsoft SQL Server 2016
9/14/2018 2:22 AM THR2026 Set up secure and efficient collaboration for your organization with Office 365 Joe Davies Senior Content Developer Brenda Carter.
Using a Gateway to Leverage On-Premises Data in Power BI
Cloudy with a Chance of Data
Exploring Azure Event Grid
Enterprise security for big data solutions on Azure HDInsight
Security enhancements in SQL Server 2016
Overview of Azure Data Lake Store
Migrating Your BI Platform To Azure
Migrating your SQL Server Instance
11/27/2018 9:51 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
SPC2012 – IT-Pro 11/30/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
TechEd /4/2018 3:19 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
End to End Security and Encryption in SQL Server
Secure once, run anywhere Simplify your security with Sophos
Welcome to Azure Notebooks
Serverless Architecture in the Cloud
Power BI with Analysis Services
4/3/2019 8:56 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
SQL Server 2016 Security Features
4/16/2019 5:07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
4/20/ :00 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Andrew Fryer Microsoft UK
AWS S3 Cloud Backup Licensing per system Starting at $79 per year.
4/28/2019 3:05 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
A - E Cloud Enterprise Symbols
Route web traffic using Azure CLI
Erin Dempster SQL Server 2019 Sneak Peek.
Microsoft Connect /29/2019 1:53 AM
Skype for Business Assessment Results
SQL Server Assessment Results
SharePoint Server Assessment Results
System Center Operations Manager Assessment Results
Active Directory Security Assessment Results
Azure SQL Database Lessons Learned From the Trenches Best practices, Tips and Tricks on monitoring and improving performance. Fernando Cobo.
ZORAN BARAC DATA ARCHITECT at CIN7
Presentation transcript:

Azure SQL Database Updates Microsoft Connect 2016 12/2/2017 1:43 AM Azure SQL Database Updates Saranya Ramakrishnan © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What is Azure SQL Database? Advantages of Azure SQL DB Disadvantages of Azure SQL DB How does Azure SQL DB differs from SQL Server hosted on VM ?

Latest updates from Azure SQL database 12/2/2017 1:43 AM Latest updates from Azure SQL database  SQL Database Query Editor Azure SQL Database Threat Detection Transparent Data Encryption with Azure SQL Database Setting Up an Elastic Database Pool Setting Up Dynamic Data Masking © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

SQL Database Query Editor Recently, Microsoft has announced the availability of an in-browser query tool that provides an efficient way to execute queries on your Azure SQL Databases and SQL Data Warehouses, without leaving the Azure Portal. In this editor, we can access and query our database without needing to connect from a client tool or configure firewall rules.

Azure SQL Database Threat Detection It provides an additional layer of security intelligence built into the Azure SQL Database service.

Transparent Data Encryption with Azure SQL Database Azure SQL Database TDE helps protect against the threat of malicious activity by performing real-time encryption and decryption of the database, associated backups, and transaction log files at rest without requiring changes to the application. TDE encrypts the storage of an entire database by using a symmetric key called the database encryption key. In SQL Database the database encryption key is protected by a built-in server certificate.

Setting Up Dynamic Data Masking Dynamic data masking limits (DDM) sensitive data exposure by masking it to non-privileged users. Four types of masks are available. Default Email Random Custom Full masking according to the data types of the designated fields. Masking method which exposes the first letter of an email address and the constant suffix ".com", in the form of an email address. A random masking function for use on any numeric type to mask the original value with a random value within a specified range. Masking method which exposes the first and last letters and adds a custom padding string in the middle

Setting Up an Elastic Database Pool This service allows you to create a pool of database that share the same underlying resource.  https://docs.microsoft.com/en-us/azure/sql-database/sql-database-elastic-pool

Thank you !!!!!