1
0
Форкнуть 0
Use the Kinect and your PC to interact with the Windows Azure Service Management API
Перейти к файлу
Wade Wegner effb02bb18 updated readme 2011-12-16 12:32:08 -08:00
AzureManagementWithKinect initial release 2011-12-16 12:02:03 -08:00
packages initial release 2011-12-16 12:02:03 -08:00
.gitignore initial release 2011-12-16 12:02:03 -08:00
AzureManagementWithKinect.sln initial release 2011-12-16 12:02:03 -08:00
README.md updated readme 2011-12-16 12:32:08 -08:00

README.md

Windows Azure Service Management API with Kinect

This repository contains code that you can use to have your Kinect and PC interact with the Windows Azure Service Management API. To see this in action you can watch Cloud Cover Live from the Learn Windows Azure event.

Getting Started

Dependencies

  • Kinect SDK: http://kinectforwindows.org/
  • KinectToolbox NuGet Package: Install-Package KinectToolbox
  • Coding4Fun.Kinect.Wpf NuGet Package: Install-Package Coding4Fun.Kinect.Wpf

Update App.Config

  • Add Certificate PFX: You need to create an add the PFX file you're using to access the Service Management API. Export the PFX and add it to the solution.
  • Add Certificate Password: Add the PFX password.
  • Add Subscription Identifier: Add your subscription identifier.
  • Add Filter (optional): If you'd like to filter on a particular service name you can add it to the ServiceNameFilter.
  • Choose Slot Filter (optional): Choose "production", "staging", or "production;staging" to choose which services to add.