Microsoft Azure
Azure Monitor
Section titled “Azure Monitor”Log Analytics Workspace (LAW)
Section titled “Log Analytics Workspace (LAW)”- Check resources with logs flowing to the LAW: Go to LAW, Monitoring > Insights > Usage tab
Learning
Section titled “Learning”-
Reading
- Azure monitor overview
- Azure platform logs
- Azure activity log with sample queries
-
Tutorials
- Log Analytics Tutorial - you can do everything in your browser
- Get started with log queries in Azure Monitor - you can do everything in your browser
- Collect and analyze resource logs from an Azure resource - this tutorial can be tried out using the dashboard’s development environment
-
Implementation
-
Related learning
-
Architecture
Azure Open Source Day 2022-02-15
Section titled “Azure Open Source Day 2022-02-15”- Can use VS Code in browser and full experience in GitHub codespaces
- Use ports tabs in VS Code to open running programs locally. In Codespaces, open remote applications using ports list
Azure Demo on Demand
Section titled “Azure Demo on Demand”2021-07-17
Video with Eric D. Boyd
Agenda:
- Azure portal overview and cost management
- Build an Azure Virtual Machine with Windows
- Build a web app and deploy it to Azure App Service
- Create an Azure SQL Database - server and database
Portal Overview
Section titled “Portal Overview”Home screen with:
- Left - menu of services:
- Use “All Services” > filter to find specific ones. Hover over service and star to favourite
- Create resources, Marketplace
- Cost Management and Billing - see subscriptions and account, can configure spending limit
- Top - recent services
- Bottom - tools, learning
- Settings (Gear) to change views, language preferences
- ? - help for support requests, shortcuts
- Search
- “Free services” to see them for trial and always free
Virtual Machines
Section titled “Virtual Machines”Create a resource using marketplace pre-built images or configure a new one.
- Search marketplace for Windows Server
- Use Azure
Geographies
to find a region near you and features, availability zone, upcoming
places. 3D Global
infrastructure.
Consideration:
- User locations
- Compliance, data regulations
- Available services by region
- Set admin credentials and later on join to Azure AD
- Set up Network Security Group (NSG) and deny all for RDP/SSH and then allow your IP to RDP/SSH and set allow rule as higher priority
- Create VM, then explore:
- Its resource to connect (RDP, SSH, Bastion), stop, capture an image of it
- Left menu - Export template JSON
Build an Deploy Azure App Service (Web apps)
Section titled “Build an Deploy Azure App Service (Web apps)”Can be done from IDE, like VS Code to Azure deployment
Automation? use PowerShell or Azure CLI
Create an Azure SQL Database — server and database
Section titled “Create an Azure SQL Database — server and database”- Creates a DB server automatically with nodes
- SQL Database created based on your admin configuration and performance
(vCore, DTU (older model but valid), server-less vs provisioned
(persistent) etc.)
- Least expensive option is vCores with server-less - good for development
- Server name has a FQDN
- Add your client address to the SQL server firewall
- Use SQL Studio or VS Code MSSQL extension to login
Resources
Section titled “Resources”- Azure Documents - getting started, architecture, DevOps, service documentation
- Microsoft Learn
- Azure Advisor
- Azure Pricing - estimates
- Azure Status Dashboard - monitor all Azure services
- Support Plans