Skip to content

Instantly share code, notes, and snippets.

@spboyer
Created September 23, 2019 16:55
Show Gist options
  • Save spboyer/1e21958d135ae02f73109b5df36f7122 to your computer and use it in GitHub Desktop.
Save spboyer/1e21958d135ae02f73109b5df36f7122 to your computer and use it in GitHub Desktop.
dotnetconf script
dotnet new worker -o worker
cd worker
code-insiders .
  • Add Dockerfile
az acr build -t workersidecar1:latest -r shayne .
  • Portal deploy instance from ACR
  • View Logs
dotnet new web -o simpleweb
cd simpleweb
code-insiders .

Big Demo

kubectl apply -f k8s/deployment.yaml 
kubectl apply -f k8s/worker.yaml
kubectl get all
  • Back to the logs in storage explorer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment