Microsoft 2016 9/8/2018 4:45 PM BRK3062 BRK3062- Build smarter and scalable applications using Microsoft Azure Database Services Moshe Gutman CEO, GeoSafe.

Slides:



Advertisements
Similar presentations
Windows Azure Connect Name Title Microsoft Corporation.
Advertisements

demo Demo.
C# and VB code-focused development with Visual Studio
2/20/2018 7:04 PM BRK1038 Meet Azure Information Protection customers and learn about their success stories Jeffrey Kalfut Strategy & Architecture Manager,
MIX 09 4/17/2018 4:41 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Microsoft Ignite /30/2018 9:28 PM BRK3174
Deliver business insights with Microsoft Dynamics AX and Power BI
Examine information management in Cortana Intelligence
Develop, debug and deploy containerized applications with Docker
The story of an IoT solution
Operational Analytics in SQL Server 2016 and Azure SQL Database
Build interactive data analysis environments using Apache Spark
Microsoft /2/2018 3:42 PM BRK3129 Query Big Data using the Expanded T-SQL footprint with PolyBase in SQL Server 2016 Casey Karst Program Manager.
Use any Amazon S3 application with Azure Blob Storage
BRK3288-Discover data-driven apps that learn and adapt
Microsoft /4/2018 8:21 AM BRK3082 Build solutions and apps with Microsoft OneDrive API and Microsoft Graph API Ryan Gregg Principal Program Manger,
Conduct a successful pilot deployment of Microsoft Intune
Review the Nutanix Cloud Platform System Standard solution
Microsoft Ignite /11/2018 1:18 AM BRK4017
Microsoft /23/2018 1:11 AM BRK3180 Migrate CRM OnPremise organizations to CRM Online cloud using Dynamics Lifecycle Services (LCS) Aditya Varma Ganapathy.
Web development productivity with Visual Studio
Deep Dive into the Azure Container Service
Innovate with Microsoft BI in the enterprise
Build /4/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
What a Real, Functioning DevOps Team Looks Like
The power of common identity across any cloud
Microsoft Ignite /22/2018 3:27 PM BRK2121
Secure Remote Access to on-premises Web Apps using Azure AD
BRK2264 Move 13,000+ global Dynamics CRM users from on-premises to Online at Caterpillar Inc. Todd Byrne & John Finney 1 Business Unit Name Here.
Master Modern PaaS for the Enterprise with Azure App Service
Get Started with Common Data Model (CDM) and PowerApps
Microsoft Ignite /8/2018 3:50 PM BRK2112
Design Seamless Upgrades to SQL Server 2016 with Query Store
Workflow Orchestration with Adobe I/O
Find, try and get line-of-business apps on Microsoft AppSource
Microsoft Ignite /16/2018 2:39 PM BRK3307
Add intelligence to Dynamics AX with Cortana Intelligence suite
Use server-based personal desktops in Windows Server 2016
Azure SQL Data Warehouse Scaling: Configuration and Guidance
Accelerate Your Transition from Traditional IT to the Cloud
Explore web development with Microsoft ASP.NET Core 1.0
Microsoft Ignite /14/ :21 AM BRK2101
Port your AWS Knowledge to Azure
Migrate to CRM Online - Tips and Tricks
Determine your role in a managed service
Dive into Predictive Maintenance using Cortana Intelligence Suite
Microsoft Ignite /22/2018 3:58 PM BRK2254
11/22/2018 © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks.
Automating Windows 10 and software deployments from the Cloud
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Task recorder in Dynamics AX
Title of Presentation 12/2/2018 3:48 PM
Microsoft products for non-profits
Learn how to use and customize the Dynamics AX interactive help system
TechEd /15/2019 8:08 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Overview: Dynamics 365 for Project Service Automation
Virtual Reality with Azure and Unity
Breaking Down the Value of A Yammer Post: 20 Things to Do
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Cool Microsoft Edge Tips and Tricks
Getting the most out of Azure resources with Azure Advisor
Microsoft Cognitive Services with Power BI
“Hey Mom, I’ll Fix Your Computer”
Microsoft Connect /21/2019 6:01 AM
WINDOWS AZURE A LAP AROUND PLATFORM THE Steve Marx
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Title of Presentation 5/24/2019 1:26 PM
Presentation transcript:

Microsoft 2016 9/8/2018 4:45 PM BRK3062 BRK3062- Build smarter and scalable applications using Microsoft Azure Database Services Moshe Gutman CEO, GeoSafe Tara Shankar Jana Technical Product Manager, Microsoft © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Customer evidence slide Microsoft 2016 9/8/2018 4:45 PM Customer evidence slide GeoSafe is a platform for police officers, fire fighters, and paramedics to quickly share and exchange critical emergency data between different jurisdictions. “Azure helps us meet the government's rigorous security requirements, which lets us concentrate on our business.” – Moshe Gutman © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

What problem GeoSafe solves? 9/8/2018 4:45 PM What problem GeoSafe solves? Data sharing First responders need up-to-date information to coordinate their efforts Information is stored in multiple, incompatible, and outdated on-premises databases © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Types of data

Types of data at GeoSafe Geographic Tabular Document Cache “Where are all the active fire hydrants around me?” SQL Database “Show me the last 200 messages for this chat room” Table Storage “Add 3 more witnesses to this traffic accident report” DocumentDB “Show me current 911-calls from Rollingwood” REDIS Cache

Architecture

Microsoft 2016 9/8/2018 4:45 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

API Design GET /calls/{cityID} [{ "title": "Motor Vehicle Accident", "location": { "streetNumber": "1311", "streetPrefix": "S", "streetName": "1st St", "postalCode": "78746", "state": "TX", "city": "Rollingwood", "latitude": 30.250726, "longitude": -97.754636 }, "type": "Police", "notes": "Three cars involved, no injuries.", "receivedTime": "2016-09-28T15:11:49.4542278Z", "lastStatusTime": "2016-09-28T15:11:49.4542278Z", "units": [ { "statuses": [ "time": "2015-09-01T15:11:49.4542278Z", "status": "Dispatch" "status": "Enroute" "status": "OnScene" } ], "unit": "286", "beat": "1A1" "unit": "772", "beat": "1B2" ]

API Design Get me the calls at a particular city GET /calls/{cityID} Get me ALL the calls (that I’m allowed to see) GET /calls

9/8/2018 4:45 PM CLIENTS APP SERVICE INSTANCES SERVICES STORAGE iOS / WINDOWS APP 911 CALL CENTER SERVICE BUS REDIS CACHE NOTIFICATION HUBS SQL DATABASE BLOB STORAGE TABLE STORAGE © 2014 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Microsoft 2016 9/8/2018 4:45 PM Uh oh! © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

First Response Online- UWA Demo Tara Shankar Jana Technical Product Manager

Today’s Ingredients for the Demo Azure SQL Database Azure DocumentDB Azure Search Power BI

What’s Next? Gitclone the following Repo’s, learn and contribute Microsoft 2016 9/8/2018 4:45 PM What’s Next? Gitclone the following Repo’s, learn and contribute Azure SQL Database: https://github.com/Microsoft/SaaSApp-ContosoShopkeeper https://github.com/Microsoft/azure-sql-security-sample Azure DocumentDB, Search, ML- https://github.com/Microsoft/Build-Mobile-App-with-Chat Azure Search, Bot, LUIS, cognitive services: https://github.com/ealsur/mvpstreambot https://github.com/liamca/AzureSearchOCR https://github.com/liamca/azure-search-machine-learning-text-analytics © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Q&A Moshe Gutman CEO, GeoSafe geosafe.com Tara Shankar Jana Sr. Technical Product Manager tarasha@microsoft.com

Free IT Pro resources To advance your career in cloud technology Microsoft Ignite 2016 9/8/2018 4:45 PM Free IT Pro resources To advance your career in cloud technology Plan your career path Microsoft IT Pro Career Center www.microsoft.com/itprocareercenter Cloud role mapping Expert advice on skills needed Self-paced curriculum by cloud role $300 Azure credits and extended trials Pluralsight 3 month subscription (10 courses) Phone support incident Weekly short videos and insights from Microsoft’s leaders and engineers Connect with community of peers and Microsoft experts Get started with Azure Microsoft IT Pro Cloud Essentials www.microsoft.com/itprocloudessentials Demos and how-to videos Microsoft Mechanics www.microsoft.com/mechanics Connect with peers and experts Microsoft Tech Community https://techcommunity.microsoft.com © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Please evaluate this session 9/8/2018 4:45 PM Please evaluate this session Your feedback is important to us! From your PC or Tablet visit MyIgnite at http://myignite.microsoft.com From your phone download and use the Ignite Mobile App by scanning the QR code above or visiting https://aka.ms/ignite.mobileapp © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9/8/2018 4:45 PM © 2014 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.