User Profile
nigelm
Brass Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: How to create 10 (multiple) virtual machines using power shell
you could create a virtual machine scale-set (vmss) with 10 instances. this is the Azure CLI method, powershell linked below az vmss create --resource-group vmss-test-1 --name MyScaleSet --image UbuntuLTS --authentication-type password --admin-username azureuser --admin-password P@ssw0rd! --instance-count 10 https://docs.microsoft.com/en-us/powershell/module/az.compute/new-azvmss?view=azps-6.4.011KViews1like0CommentsRe: Azure WVD Session Host unavailable
DumaDavid Absolutely and use an account that has permission to join machines to the domain. https://docs.microsoft.com/en-us/azure/virtual-desktop/create-host-pools-azure-marketplace?tabs=azure-portal That's step 11 under Virtual Machine Details..6KViews1like1CommentRe: Azure WVD Session Host unavailable
aad is Azure Active Directory, it isn't running domain services, that is provided by Azure Active Directory Domain Services (aadds). The vm should be on the aadds domain so when you select the network for the vm as long as you have selected the same region as you aadds, you will see the aadds vnet and subnet5.9KViews1like4Comments
Recent Blog Articles
No content to show