How to create an Ubuntu VM using the Azure Portal. Create resource group, Virtual Network (VNet) and Network Security Group (NSG). Configure NSG to allow SSH from your IP address and connect to the Ubuntu VM using SSH.
How to get Azure AD device object ID from computer display name using PowerShell and export to CSV file. Then use the CSV file to bulk import members to an Azure AD group.
SOLVED: How to fix error "No supported authentication methods available" by resetting the Azure Virtual Machine's SSH public key
How to create a .NET web app in Azure. Create an App Service Plan and Web App using Azure CLI. Publish a Visual Studio project to Azure. Add a custom domain to your website and configure a Let's Encrypt SSL certificate for HTTPS.
How to add a custom domain to an Azure Web App, so your website uses your own domain name instead of the generic name app.azurewebsites.net
How to get a free Azure App Managed certificate to secure your website using HTTPS. Create DNS CAA record, create an App Managed Certificate, update website bindings and enable HTTPS.
Generate a free SSL Certificate for your Azure Web App using Let's Encrypt to secure your website with HTTPS.
Azure Active Directory Conditional Access Policies allow you to apply access controls to applications and services. Conditional access policies can be used to apply restrictions to users, devices and applications based on a set of policy conditions.
You should always add exclusions to conditional access policies to ensure that a misconfigured policy doesn't accidentally lock you out of your own Azure tenant.
How to use Visual Studio to deploy a .NET Web App to Azure. Install Visual Studio 2019. Create an ASP.Net Web Application project and publish the Web app to Azure.
How to find Azure Windows 10 Image details: Publisher, Offer, SKU and Version for creating Virtual Machines using Azure CLI.