From 8d79c7589aced1832894a7609a8f3c1ca28b5f57 Mon Sep 17 00:00:00 2001 From: Lucas Draney Date: Mon, 23 Dec 2024 03:06:10 -0700 Subject: [PATCH] bicep file needed a less placeholder name --- az-trial-infra/main.bicep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/az-trial-infra/main.bicep b/az-trial-infra/main.bicep index 4278ed3..111ae97 100644 --- a/az-trial-infra/main.bicep +++ b/az-trial-infra/main.bicep @@ -21,7 +21,7 @@ resource myVM 'Microsoft.Compute/virtualMachines@2022-03-01' = { } osProfile: { computerName: vmName - adminUsername: 'azureuser' + adminUsername: 'nameduser' adminPassword: 'ReplaceWithASecurePassword#123' // For example only—use Key Vault in real scenarios } networkProfile: {