Azure - goatandsheep/goatandsheep.github.com GitHub Wiki
CLI
brew install
Authorization
- Always asks if you want to stay signed in
- Many types of subscriptions makes it confusing
Coming from AWS
- Event Grid: SNS
- Blob Storage: S3
VSCode Extension
- Deployment
DevOps
- Builds are very easy to setup
- The simple process of copying your build from the pipeline into Storage is not available
- No location settings available, make it difficult to configure
App Service
They encourage a poor practice of deploying a front end onto an expensive VM, whereas it's cheaper to host on storage and attach a CDN.