Azure/azure-orbital-integration

TCP to BLOB: Enable deployment with Azure Cloud Shell

Closed this issue · 0 comments

Summary

Ideally it would be possible to deploy TCP to BLOB without installing or configuring any software on the users machine. Azure Cloud Shell seems to be a great option to streamline deployment but it is currently not possible for reasons including:

  1. Azure Cloud Shell lacks a docker daemon which TCP to BLOB currently requires.
  2. Azure Cloud Shell doesn't include yarn.
  3. Azure Cloud Shell doesn't allow root/sudo access to install/configure docker or yarn.

DoD

  • Can build and deploy to AKS without the need for local docker.
  • Can build and deploy without global yarn.
  • Verified ability to deploy using Azure Cloud Shell.