You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#deploy ARC Agent (with Arc Gateway, without proxy. For more examples visit https://learn.microsoft.com/en-us/azure/azure-local/deploy/deployment-arc-register-server-permissions?tabs=powershell)
250
251
$armtoken = (Get-AzAccessToken).Token
251
252
$id = (Get-AzContext).Account.Id
252
253
$Cloud="AzureCloud"
253
254
254
-
#check if token is plaintext (older module version outputs plaintext, version 5 outputs secure string) - will be fixed in 2506
255
+
#check if token is plaintext (older module version outputs plaintext, version 5 outputs secure string)
255
256
# Check if the token is a SecureString
256
257
if ($armtoken -is [System.Security.SecureString]) {
**Please understand that the workload volumes will use thin provisioning, but their default max size is about 2x larger than the pool capacity. This is by-design.**
Copy file name to clipboardExpand all lines: Scripts/LabConfig.ps1
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,17 @@
1
-
#basic config for Windows Server 2022, that creates VMs for S2D Hyperconverged scenario https://github.com/Microsoft/MSLab/tree/master/Scenarios/S2D%20Hyperconverged
1
+
#basic config for Windows Server 2025 S2D with 4 nodes
0 commit comments