Skip to content

Instantly share code, notes, and snippets.

@drazendee
Last active October 7, 2019 23:25
Show Gist options
  • Save drazendee/603577f890c00b8c5b73bc43aca7ee09 to your computer and use it in GitHub Desktop.
Save drazendee/603577f890c00b8c5b73bc43aca7ee09 to your computer and use it in GitHub Desktop.

School of Startups - Microsoft Azure

Activate Azure

You can activate a free Microsoft Azure account at http://azure.com/free

For the purpose of the hackathon, we're providing you with free Azure Pass codes worth 50$ and valid for 30-days.

Activate your Azure Pass

Instructions

  • Do not use your school or company email address. Use personal emails (Outlook, Live, Hotmail, Gmail).
  • Do not use the pass on an account that has already used a pass before. These can be activated only once per account.
  • This is valid only for 30 days.
  • Open an In-Private window when starting this process, to ensure you're not logged in already with some other account.

Don't have an Microsoft-account? You can create a new account at http://account.live.com

Get your unique Azure Pass code here and activate the account at www.microsoftazurepass.com

Workshop material

  1. Building a custom image classification solution with Custom Vision Service (link) For the sake of time, choose the provision custom vision services in Azure (not the notebooks version)

  2. Setup your development envrionement for Linux devices. (link) Make sure you have Git, Visual Studio Code and .NET Core 2.1 SDK and Docker installed. Then follow this guide to provision the right services to run a simulated IoT Edge device (a Linux virtual machine on Azure).

  3. (optional) Develop custom code modules with C (link), C# (link), Java (link), Node.js (link) to learn how to deploy code that implements app logic directly on the IoT Edge Ddevice. In this tutorial you'll learn to create and deploy and IoT Edge module that filters simulated sensor data.

  4. Tutorial: Perform image classification at the edge with Custom Vision Service (link) with C#. In this tutorial you'll learn to Export a model from CustomVision.ai and deploy it as a module for an IoT Edge device.

Other resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment