Design network solutions
Design network solutions – Training | Microsoft Learn
Azure ACI docker registry 102
repos learning-docker/2-azure-container-instance/Readme-container-registry.md at main · spawnmarvel/learning-docker · GitHub Exercise – Deploy an Azure container registry Repositories is where we will store our images Exercise – Build container images using Azure Container Registry Tasks We saved the Dockerfile download it with wget and build it with az acr build Registry Exercise – Deploy images from Azure […]
Azure ACI docker 101
repos learning-docker/2-azure-container-instance at main · spawnmarvel/learning-docker · GitHub Exercise – Control restart behavior use gitbash with az cli or login to a linux vm and install az cli, the run az login –tenant TENANT-ID Or use putty or cloud shell Azure Use cli or portal to check status, runs, logs and more. logs Exercise – […]
Action required 29.02.2024: Migrate classic application insights resources to workspace-based application insights
You’re receiving this email because you use classic application insights in Azure Monitor. On 29 February 2024, classic application insights in Azure Monitor will be retired and you’ll need to migrate your resources to workspace-based application insights by that date. As part of this change, beginning 1 September 2023, any new application insights resources you […]
Tutorial: Migrate Azure Database for MySQL – Single Server to Flexible Server online using DMS via the Azure portal
Tutorial: Migrate Azure Database for MySQL – Single Server to Flexible Server online using DMS via the Azure portal – Azure Database Migration Service | Microsoft Learn
NSG Flow Logs Traffic Analytics
Continue from NSG Flow logs – e-lo: Ask the AI. (follow-e-lo.com) So we have our VM, NSG and we are storing flow logs on a storage account as shown from above tutorial. Now make a log analytics for the traffic analytics. We have one rg with the logs, lets add it to that.: done If […]
NSG Flow logs
NSG flow logs overview – Azure Network Watcher | Microsoft Learn Why use flow logs?It’s vital to monitor, manage, and know your own network so that you can protect and optimize it. You need to know the current state of the network, who’s connecting, and where users are connecting from. You also need to know […]
Youtube Deployment Stacks
Deployment Stacks Deep Dive (youtube.com) IAC templates (arm, bicep, ansible) define with code what we want. We use the same files, and we don’t need to relearn very much, we swap the commands. az deploy to az stack. But the name is important (before it was not so important), we can now do operations on […]
Applied skills Deploy and configure Azure Monitor
1 Create and configure a Log Analytics workspace Create and configure a Log Analytics workspace – Training | Microsoft Learn Azure Monitor collects log data and stores it in tables. Administrators use Log Analytics in the Azure portal to configure their input data sources and conduct queries for their Azure Monitor logs. Each workspace has […]
Ubuntu AZ CLI and mount fileshare (az login)
Install the Azure CLI on Linux Mount SMB Azure file share on Linux Assuming you have made a fileshare on a storage account. Prerequisites: Test 445 Mount the Azure file share on-demand with mount When you mount a file share on a Linux OS, your remote file share is represented as a folder in your […]