Azure demos
file | description |
---|---|
demo-aadsshloginforlinux.sh | Login to a Linux VM in Azure with Azure AD using openSSH certificate-based authentication |
demo-bastion.ps1 | Native client connections to VMs with Azure Bastion |
demo-lighthouse.ps1 | Onboard a customer to Azure Lighthouse, on a resource group |
demo-linuxvm.sh | Create and connect to a linux VM in Azure |
demo-msi-az.sh | Using a VM's Managed Identity to access Azure resources |
demo-msi-kv.sh | Using a VM's Managed Identity to access a secret in an Azure Key Vault |
Prerequisites:
- For shell-based demos (*.sh), install Azure CLI on your Linux or WSL environment.
- For PowerShell-based demos (*.ps1), install PowerShell and then install the Azure Az PowerShell module.
- For all demos, consider using Visual Studio Code. Assign a keyboard shortcut (for instance:
F8
) to theTerminal: Run Selected Text in Active Terminal
command. This way you will be able to run commands from the demos more easily.