• Stars
    star
    123
  • Rank 288,861 (Top 6 %)
  • Language
    C#
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tech Immersion Mega Data & AI Workshop

Setup: Connecting to your VM with Remote Desktop

When setting up a cloud infrastructure, it's a good idea to create a VM where you can install all of the tools and applications you need to manage your environment. This is called a jumpbox. A jumpbox has been created for you. In order to use it, you need to open Remote Desktop Connection.

You will need three pieces of information:

  • Jump VM DNS Name
  • VM Admin User Name
  • VM Admin Password

Start Remote Desktop and enter the Jump DNS Name as the computer name. When you are asked to enter your credentials, click "More Choices". Click "Use a different account".

In the user name box, enter your VM Admin User Name. Enter your VM Admin Password as the password. Click "Connect". When the warning comes up, click "Yes." You are now connected to your jumpbox and can continue with each individual experience.

Data: Data-focused

  • Data, Experience 1 - Business critical performance and security with SQL Server 2019

    This experience will highlight the new features of SQL Server 2019 with a focus on performance and security. You will begin by performing an assessment of Contoso Auto's on-premises database to determine feasibility for migrating to SQL Server on a VM in Azure, and then complete the database migration. Next, you will gain hands-on experience by running queries using some of the new query performance enhancements and evaluating the results. You will evaluate the data security and compliance features provided by SQL Server 2019 by using the Data Discovery & Classification tool in SSMS to identify tables and columns with PII and GDPR-related compliance issues. You will then address some of the security issues by layering on dynamic data masking, row-level security, and Always Encrypted with secure enclaves.

  • Data, Experience 2 - Handling Big Data with SQL Server 2019 Big Data Clusters

    Highlight the new features of SQL Server 2019 with a focus on Big Data Clusters and data virtualization. Attendees will gain hands-on experience with querying both structured and unstructured data in a unified way using T-SQL. This capability will be illustrated by joining different data sets, such as product stock data in flat CSV files in Azure Storage, product reviews stored in Azure SQL Database, and transactional data in SQL Server 2019 for exploratory data analysis within Azure Data Studio. This joined data will be prepared into a table used for reporting, highlighting query performance against this table due to intelligent query processing. With the inclusion of Apache Spark packaged with Big Data Clusters, it is now possible to use Spark to train machine learning models over data lakes and use those models in SQL Server in one system. Attendees will learn how to use Azure Data Studio to work with Jupyter notebooks to train a simple model that can predict vehicle battery lifetime, train a simple model that can predict vehicle battery lifetime, score new data and save the result as an external table. Finally, attendees will experience the data security and compliance features provided by SQL Server 2019 by using the Data Discovery & Classification tool in SSMS to identify tables and columns with PII and GDPR-related compliance issues, then address the issues by layering on dynamic data masking to identified columns.

  • Data, Experience 3 - Unlocking new capabilities with friction-free migrations to Azure SQL Managed Instance

    Show how databases previously prevented from using PaaS services can be migrated to SQL MI and take advantage of features only available in Azure. Migrate an on-premises parts catalog database, currently running on SQL Server 2012 and using Service Broker, to SQL MI. Create an online secondary database for reporting on operations and finance using SQL MI, using transactional replication.

  • Data, Experience 4 - Leveraging Cosmos DB for near real-time analytics

    In this experience, attendees will use Azure Cosmos DB to ingest streaming vehicle telemetry data as the entry point to a near real-time analytics pipeline built on Cosmos DB, Azure Functions, Event Hubs, Azure Stream Analytics, and Power BI. To start, attendees will complete performance-tuning on Cosmos DB to prepare it for data ingest, and use the change feed capability of Cosmos DB to trigger Azure Functions for data processing. The function will enrich the telemetry data with location information, then send it to Event Hubs. Azure Stream Analytics extracts the enriched sensor data from Event Hubs, performs aggregations over windows of time, then sends the aggregated data to Power BI for data visualization and analysis. A vehicle telemetry data generator will be used to send vehicle telemetry data to Cosmos DB.

  • Data, Experience 5 - Simplifying data movement with Azure Data Factory

    In this experience, attendees will learn how to use Azure Data Factory to help Contoso Auto easily create pipelines that orchestrate data movement.

  • Data, Experience 6 - Delivering the Modern Data Warehouse with Azure SQL Data Warehouse, Azure Databricks, and Power BI

    A modern data warehouse lets you bring together all your data at any scale easily, and to get insights through analytical dashboards, operational reports, or advanced analytics for all your users. In this experience we will demonstrate how to transform data gathered from various sources, including Cosmos DB, into Azure Data Lake Storage Gen2, Azure Databricks and Azure SQL DW to build a modern data warehouse.

  • Data, Experience 7 - Open Source Databases at Scale

    In this experience, attendees will use advanced features of the managed PostgreSQL PaaS service on Azure to make Conto Auto's database more scalable and able to handle the rapid ingest of streaming data while simultaneously generating and serving pre-aggregated data for reports.

AI: AI & Machine Learning-focused

  • AI, Experience 1 - Quickly build comprehensive Bot solutions with the Virtual Assistant Solution Accelerator

    Show how the Virtual Assistant Solution accelerator can rapidly accelerate developing conversation bots. This exercise will use the automotive Virtual Assistant starter solution, which converts the userโ€™s speech to actions, such as controlling the vehicleโ€™s climate settings and radio. Attendees will register a new skill that monitors car sensor data and alerts the driver when there is a potential problem with the vehicle. Part of the process is to create an Adaptive Card to show vehicle data, recommendation for service (call out to function to get battery replacement prediction), and an option to contact the nearest service center. To entice the driver to service the car at that time, the bot will have them select a gift card of their choice that will give them a promo code for a coupon at that service center.

  • AI, Experience 2 - Yield quick insights from unstructured data with Knowledge Mining and Cognitive Services

    Highlight how building a cognitive search pipeline using Cognitive Services and Knowledge Mining can yield quick insights into unstructured data. Cognitive search is an AI feature in Azure Search, used to extract text from images, blobs, and other unstructured data sources - enriching the content to make it more searchable in an Azure Search index. Attendees will create a cognitive search pipeline in Azure Search, using Cosmos DB and an Azure Storage account as data sources, and apply pre-configured and custom cognitive skills to enrich the data in the indexing pipeline.

  • AI, Experience 3 - Better models made easy with Automated Machine Learning

    Show how automated ML capability in Azure Machine Learning can be used for Life Cycle Management of the manufactured vehicles and how AML helps in creation of better vehicle maintenance plans. Attendees will train a Linear Regression model to predict the number of days until battery failure using Automated Machine Learning the visual interface from the Azure Portal and optionally from within Jupyter Notebooks. They will also use the model interpretability features of the Azure Machine Learning Python SDK to understand which features have the greatest impact on the model's predictions.

  • AI, Experience 4 - Creating repeatable processes with Azure Machine Learning pipelines

    Attendees will learn how Contoso Auto can benefit from creating re-usable machine learning pipelines with Azure Machine Learning.

  • AI, Experience 5 - Making deep learning portable with ONNX

    Attendees will experience how Contoso Auto can leverage Deep Learning technologies to scan through their vehicle specification documents to find compliance issues with new regulations. Then they will deploy this model, standardizing operationalization with ONNX. They will see how this simplifies inference runtime code, enabling pluggability of different models and targeting a broad range of runtime environments from Linux based web services to Windows/.NET based apps.

  • AI, Experience 6 - MLOps with Azure Machine Learning and Azure DevOps

    Attendees will experience how Contoso Auto can use MLOps to formalize the process of training and deploying new models using a DevOps (CI/CD) approach.

More Repositories

1

azure-synapse-analytics-day

Jupyter Notebook
190
star
2

azure-synapse-analytics-workshop-400

PowerShell
169
star
3

microsoft-learning-paths-databricks-notebooks

Contains notebooks used in the Microsoft Azure Databricks Learning Paths modules.
161
star
4

udacity-intro-to-ml-labs

Jupyter Notebook
80
star
5

foundationallm

A platform accelerating delivery of secure, trustworthy enterprise copilots.
C#
59
star
6

data-ai-technical-bootcamp

Student materials for the Data & AI Technical Bootcamp
59
star
7

azure-synapse-analytics-ga-content-packs

Readiness content packs for Azure Synapse Analytics features released at GA.
PowerShell
40
star
8

ai-in-a-day

Azure AI in a Day Labs
Jupyter Notebook
38
star
9

microsoft-data-engineering-ilt-deploy

Lab environment deployments for the Microsoft data engineering (DP-203) ILT learning content.
PowerShell
27
star
10

machine-learning-quickstarts

Jupyter Notebook
24
star
11

nosql-openhack

JavaScript
17
star
12

azure-synapse-analytics-workshop-300

PowerShell
14
star
13

Azure-Machine-Learning-Dev-Guide

12
star
14

azure-synapse-in-a-day-demos

Jupyter Notebook
11
star
15

azure-synapse-analytics-workshop-300-2-day

Two-day level 300 Azure Synapse Analytics workshop
PowerShell
11
star
16

dp-203-v2

Microsoft Azure DP-203 labs - version 2
PowerShell
9
star
17

serverless-microservices

C#
8
star
18

Databricks-Labs

PowerShell
7
star
19

azure-machine-learning-quickstarts

Quickstart labs that highlight specific features of Azure Machine Learning.
Jupyter Notebook
7
star
20

mcw-mlops-starter

Python
6
star
21

azure-data-engineering-conference-workshop-students

Public repo for students of the Azure data engineering conference workshop.
6
star
22

proj-learning-paths-public

PowerShell
6
star
23

azure-synapse-wwi-lab

5
star
24

aml-notebook-tutorials

Azure Machine Learning Notebook Tutorials
Jupyter Notebook
5
star
25

azure-databricks-dev-guide

4
star
26

mcw-mlops-starter-v3

Python
4
star
27

microsoft-leveraging-azure-digital-twins-supply-chain

This repo contains the Microsoft Cloud Workshop - Leveraging Azure Digital Twins in a supply chain
C#
4
star
28

synapse-in-a-day-deployment

Jupyter Notebook
4
star
29

azure-machine-learning-service-labs

Jupyter Notebook
4
star
30

precon-synapse-power-bi

Build Your First Analytics Data Platform with Azure Synapse and Power BI
3
star
31

MCW-Securing-the-IoT-end-to-end

PowerShell
3
star
32

cloud-core-2020

C#
3
star
33

data-ai-partner-bootcamp

3
star
34

MCW-Azure-Synapse-Analytics

Jupyter Notebook
3
star
35

firedrone-hack-starter

Starter materials and instructions for the FireDrone.AI
Jupyter Notebook
3
star
36

cloudcore-mba

JavaScript
2
star
37

mcw-ai-with-azure-databricks-and-azure-machine-learning

2
star
38

advanced-computing-workshop

Guides and lab assets for the workshop "Survey of Advanced Computing in Azure"
Jupyter Notebook
2
star
39

MCW-Predictive-Maintenance-for-Remote-Field-Devices

C#
2
star
40

MCW-innovate-modernize-apps-with-data-ai

C#
2
star
41

microsoft-virtual-training-public

Public repo for code samples
JavaScript
2
star
42

conference-ai-workshop

Repo for the DEVintersection/Microsoft Azure + AI conference After Dark AI workshop hosted by Solliance.
2
star
43

oracle-to-postgresql-migration-guide

This repository contains the code and guide to help a user migrate a Java app using Oracle to PostgreSQL.
Java
2
star
44

CosmosDB-v3-labs

Updates to https://github.com/CosmosDB/labs for SDK v3
Java
2
star
45

security-defender-workshop-400

sentinel-defender-workshop-400
PowerShell
2
star
46

azure-ai-in-a-day-lab-02-starter

Starter repo for Azure AI in a Day lab 02.
Python
2
star
47

MCW-MLOps

Jupyter Notebook
2
star
48

azure-defender-workshop-400

azure-defender-workshop-400
PowerShell
2
star
49

deep-learning-for-developers

2
star
50

ica-wbs

PHP
2
star
51

Solliance_AI_Led_business_process_automation

Temporary home of MCW for Cognitive Services
C#
1
star
52

clean-architecture-workshop

clean-architecture-workshop
PowerShell
1
star
53

mcw-mlops-starter-v2

Contains the starter code for the ML Ops MCW.
Python
1
star
54

tailwind-traders-multicloud

CSS
1
star
55

advanced-dotnet-workshop

advanced-dotnet-workshop
PowerShell
1
star
56

azure-consumption

Scripts to configure tags on resource groups and a Power BI Report.
PowerShell
1
star
57

MCW-Modernizing-data-analytics-with-SQL-Server-2019

Jupyter Notebook
1
star
58

cosmos-db-iot-solution-accelerator

C#
1
star
59

taw-power-apps-power-platform

Companion lab guide for the Designing Power Apps for Power Platform TAW (Microsoft Technical Application Workshop)
C#
1
star
60

challenge-big-data-vis

Big Data & Visualization challenge repo for learners.
JavaScript
1
star
61

domain-driven-design-workshop

domain-driven-design-workshop
PowerShell
1
star
62

LABVM

Install Lab VMs
PowerShell
1
star
63

security-workshop

DevIntersection Security Workshop
JavaScript
1
star
64

azure-databricks-lablets

Quick 10 minute labs exploring the capabilities of Azure Databricks
1
star
65

microsoft-mcw-continuous-delivery

MCW Azure Continuous Delivery
CSS
1
star
66

mlops-starter

Python
1
star
67

azure-synapse-workshops-common

Jupyter Notebook
1
star
68

microsoft-mysql-developer-guide

PHP
1
star
69

IoTLabs

Jupyter Notebook
1
star
70

advanced-csharp-workshop

advanced-csharp-workshop
PowerShell
1
star
71

MCW-Managed-open-source-databases-on-Azure

C#
1
star
72

microservices-workshop

microservices-workshop
CSS
1
star
73

common-workshop

common-workshop
PowerShell
1
star
74

microsoft-partner-boot-camp

MCWs for the November 2019 Microsoft partner boot camp.
1
star
75

kubernetes-workshop

kubernetes-workshop
PowerShell
1
star