Skip to content

Sample code for a NewOrbit tech talk

Notifications You must be signed in to change notification settings

ksstott/SignalRDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SignalR Demo preparation

  1. Fork this repo to your own GitHub account.
  2. Create an app service in your personal Azure subscription.
  3. Deploy your app to Azure by whatever method you prefer. Options include:
    • Use Visual Studio
    • Use Kudu
      • To get started, go to your app in the Azure portal, click on "Deployment Center"
      • Before you deploy, go to "Application settings" and set WEBSITE_NODE_DEFAULT_VERSION TO 8.9.4.
      • Beware: I still couldn't get this to work - I kept getting errors from npm install. Your mileage may vary.
    • Use Azure DevOps
      • Create your own organisation, if you don't have one already.
      • Create a new project and a new build pipeline
      • Select your GitHub account and select your forked repo
      • The repo is already set up for Azure Pipelines, so you should just be able to hit "Run" to kick off a build
      • Create a release pipeline to deploy to your app service

About

Sample code for a NewOrbit tech talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 52.4%
  • C# 29.2%
  • HTML 13.8%
  • CSS 4.6%