Operations Continued
- IaaS vs PaaS vs SaaS

- Azure VM is a Classic example for IAAS.
Activity 1
- Create a Windows 2016 Server (Standard_B1s) Refer Here
- Create a ubuntu 18.04 LTS Server (Standard_B1s) Refer Here

- In the Windows VM, Lets assume microsoft has released a critical update, we are expected to update the Windows VM
Activity 2
- Lets create a sample Azure App Service

- In the App Services, I need not worry about os and runtime updates, Azure does it for me
Activity 3
- Lets create an Azure SQL Databatase Refer Here

Operational Activities
- The Common Operational Activities identified across multiple services we have seen above is
- Infrastructure Creation:
- We can create the infra manually or by using some automation.
- We need to automate the infra which we create repeatedly.
- To automate the infrastructre create we have two ways
- Using Command lines in scripting (Azure CLI/Azure Powershell)
- Infrastructure as a Code (IAC) – ARM Templates/Azure Bicep
- Backup and Disaster Recovery
- FOR IAAS => Update Management
- Permissions and User Management
- Monitoring
- Troubleshooting
- Audit, Policy or Governance
- Infrastructure Creation:
