Skip to content

Instantly share code, notes, and snippets.

View viclin-msft's full-sized avatar

Victor Lin viclin-msft

View GitHub Profile
  • azure function
    • goals
      • blob trigger
      • ability to ssh
    • .csx project
      • couldn't get using SSH.NET to work properly
    • python function
      • blob trigger couldn't work. we will just rely on HTTP trigger for now
  • test ssh server
  • azure container instance
@viclin-msft
viclin-msft / publish-and-deug-webjob-visual-studio.md
Created September 21, 2020 21:20
Publish and Debug an Azure WebJob using Visual Studio

Publish and Debug an Azure WebJob using Visual Studio

Prerequisites

  • A console app in Visual Studio
  • Cloud Explorer installed in Visual Studio

Steps

  1. Create an Azure App Service that will house the WebJob