Skip to content

Commit

Permalink
sku incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcalalang committed Jan 18, 2024
1 parent fca7f0e commit 63c2a37
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ existing_subnet_resource_group = "calalang-networking-rg"

# Active Directory variables

# az vm image list -p microsoftwindowsserver --all -f windowsserver -s 2022-datacenter-azure-edition-hotpatch-smalldisk
# az vm image accept-terms --urn microsoftwindowsserver:windowsserver:2022-datacenter-azure-edition-hotpatch-smalldisk:20348.2227.240104
# az vm image list -p microsoftwindowsserver --all -f windowsserver -s 2022-datacenter-azure-edition-core-smalldisk
# az vm image accept-terms --urn microsoftwindowsserver:windowsserver:2022-datacenter-azure-edition-core-smalldisk:20348.2227.240104

active-directory-instance-offer = "windowsserver"
active-directory-instance-publisher = "microsoftwindowsserver"
active-directory-instance-sku = "2022-datacenter-azure-edition-hotpatch-smalldisk"
active-directory-instance-sku = "2022-datacenter-azure-edition-core-smalldisk"
active-directory-instance-version = "20348.2227.240104"
active-directory-instance-count = 1

0 comments on commit 63c2a37

Please sign in to comment.