Skip to content

Commit 2671358

Browse files
authored
Merge pull request #826 from Azure/pip-fix
AD template fix
2 parents cfd4367 + c0ea0b9 commit 2671358

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

workload/workshop/AAD-Hybrid-Lab/Templates/adDeploy.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"location": "[parameters('location')]",
6464
"apiVersion": "2019-12-01",
6565
"tags": {
66-
"displayName": "adPubIP"
66+
"displayName": "adPubIP"
67+
},
68+
"sku": {
69+
"name": "Standard"
6770
},
6871
"properties": {
69-
"publicIPAllocationMethod": "Dynamic",
70-
"sku": {
71-
"name": "Standard"
72-
}
72+
"publicIPAllocationMethod": "Static"
7373
}
7474
},
7575
{

workload/workshop/AAD-Hybrid-Lab/deploy.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"parameters": {
55
"assetLocation": {
66
"type": "string",
7-
"defaultValue": "https://raw.githubusercontent.com/PeterR-msft/M365AVDWS/master/AAD-Hybrid-Lab/",
7+
"defaultValue": "https://raw.github.com/Azure/avdaccelerator/tree/main/workload/workshop/AAD-Hybrid-Lab/",
88
"metadata": {
99
"description": "This is the location in which all the linked templates are stored."
1010
}
@@ -107,7 +107,9 @@
107107
"Standard_D2s_v3",
108108
"Standard_D2s_v4",
109109
"Standard_D4_v4",
110-
"Standard_D4s_v4"
110+
"Standard_D4s_v4",
111+
"Standard_DS2_v5",
112+
"Standard_D2_v5"
111113
],
112114
"metadata": {
113115
"description": "Select a VM SKU (please ensure the SKU is available in your selected region)."

0 commit comments

Comments
 (0)