What is cloud computing?
Run .NET on the cloud (a computer with someone else’s architecture)
Cloud computing allows for increased productivity and velocity.
How does cloud computing/Azure increase productivity?
It enables computing as a commodity.
Dev only needs to worry about core logic and code
The concept is infrastructure / platform as a service and software as a service
provides VMs and storage
List the advantages of cloud computing/Azure.
Users are not constrained by physical infrastructure and do not have to patch or maintain systems themselves.
What are some use cases for .NET Azure in cloud computing?
Microservices are responsible for one thing and have their own DB and resources.
What tools are needed for .NET on Azure?
Visual Studio has its own Azure development kit that can be used instead of the Azure SDK.
What is the naming convention for resources in Azure?
Type of resource - application name - location - environment - instance
Example: app-mywebapp-eastcoast-dev-02.
How do you prefix CLI commands in Azure?
az [command] [target] -[options]
Example: az create myapp andy/home -l.