From 178363cd7bd6d15210d36f9cf46d0c6efffa5c94 Mon Sep 17 00:00:00 2001 From: staleycyn <45440075+staleycyn@users.noreply.github.com> Date: Fri, 23 Feb 2024 07:24:43 -0800 Subject: [PATCH] Add files via upload --- Allfiles/Labs/11/az104-11-vm-template.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Allfiles/Labs/11/az104-11-vm-template.json b/Allfiles/Labs/11/az104-11-vm-template.json index 24c2b506..8dbee63b 100644 --- a/Allfiles/Labs/11/az104-11-vm-template.json +++ b/Allfiles/Labs/11/az104-11-vm-template.json @@ -16,21 +16,21 @@ }, "vmNamePrefix": { "type": "string", - "defaultValue": "az104-11-vm", + "defaultValue": "az104-vm", "metadata": { "description": "VM name prefix" } }, "pipNamePrefix": { "type": "string", - "defaultValue": "az104-11-pip", + "defaultValue": "az104-pip", "metadata": { "description": "Public IP address name prefix" } }, "nicNamePrefix": { "type": "string", - "defaultValue": "az104-11-nic", + "defaultValue": "az104-nic", "metadata": { "description": "Nic name prefix" } @@ -70,7 +70,7 @@ }, "virtualNetworkName": { "type": "string", - "defaultValue": "az104-11-vnet", + "defaultValue": "az104-vnet", "metadata": { "description": "Virtual network name" } @@ -84,7 +84,7 @@ }, "virtualNetworkResourceGroup": { "type": "string", - "defaultValue": "az104-11-rg0", + "defaultValue": "az104-rg11", "metadata": { "description": "Resource group of the VNet" } @@ -105,7 +105,7 @@ }, "nsgName": { "type": "string", - "defaultValue": "az104-11-nsg01", + "defaultValue": "az104-nsg01", "metadata": { "description": "Network security group name" } @@ -276,4 +276,4 @@ } } ] -} \ No newline at end of file +}