Skip to content

Instantly share code, notes, and snippets.

@mthony2002
Created April 27, 2019 22:46
Show Gist options
  • Save mthony2002/33acc05ce9f8a0680661cc3eab70f0b8 to your computer and use it in GitHub Desktop.
Save mthony2002/33acc05ce9f8a0680661cc3eab70f0b8 to your computer and use it in GitHub Desktop.
GABC 2019 - Quebec city - Hands-on labs

GABC 2019 - Quebec city - Hands-on labs

https://aka.ms/AA4ucxd

Open a new browser window in Incognito/InPrivate mode and then select one of these labs:

  1. Linux VM - 1 hr 26 min
  2. Containers - 48 min
  3. Cognitive Vision Service - 32 min
  4. Cosmos DB - 27 min
  5. Event Hubs - 56 min

Troubleshooting known issues, here you are. Don't use .onmicrosoft.com email.

1. Linux VM

Linux VM

Create a Linux virtual machine in Azure

1 hr 26 min

  • Azure CLI + Azure Portal
  • Understand the options that are available for virtual machines in Azure
  • Create a Linux virtual machine using the Azure portal
  • Connect to a running Linux virtual machine using SSH
  • Install software and change the network configuration on a VM using the Azure portal

2. Containers

Containers

Run Docker containers with Azure Container Instances

48 min

  • Azure CLI
  • Run containers in Azure Container Instances
  • Control what happens when your container exits
  • Use environment variables to configure your container when it starts
  • Attach a data volume to persist data when your container exits
  • Learn some basic ways to troubleshoot issues on your Azure containers

3. Cognitive Vision Service

Cognitive Vision Service

Process images with the Computer Vision service

32 min

  • Azure CLI
  • Create a Cognitive Services account
  • Get information about the visual content found in an image
  • Generate a thumbnail of an image
  • Detect and extract printed text from an image
  • Detect and extract handwritten text from an image

4. Cosmos DB

Cosmos DB

Create an Azure Cosmos DB database built to scale

27 min

  • Azure Portal
  • Create a NoSQL database with Azure Cosmos DB
  • Set the initial throughput volume for your database using request units
  • Choose a partition key
  • Create a database and collection in Azure Cosmos DB

5. Event Hubs

Event Hubs

Enable reliable messaging for Big Data applications using Azure Event Hubs

56 min

  • Azure CLI
  • Create an Event Hub using the Azure CLI
  • Configure applications to send or receive messages through an Event Hub
  • Evaluate Event Hub performance using the Azure portal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment