Open zr-msft opened 6 years ago
FYI @iainfoulds
@alpon @rajsqr Could one of you take a look at this issue? Thanks.
A bit more detail based on testing:
New-AzureRmVmss
, an LB rule is created by default, but an NSG is NOT created.New-AzureRmVmss `
-ResourceGroupName "myResourceGroup" `
-VMScaleSetName "myScaleSet" `
-Location "EastUS" `
-VirtualNetworkName "myVnet" `
-SubnetName "mySubnet" `
-PublicIpAddressName "myPublicIPAddress" `
-LoadBalancerName "myLoadBalancer" `
-UpgradePolicyMode "Automatic" `
-SecurityGroupName "myNSG"
Per the docs (https://docs.microsoft.com/en-us/powershell/module/azurerm.compute/new-azurermvmss?view=azurermps-6.12.0) an NSG should be created by default and you should be able to name it using -SecurityGroupName
. Neither is happening.
Is there any update on this issue? Customers following this doc are not able to RDP to VMSS as NSG is not created automatically. Recent issue opened by customers: https://github.com/MicrosoftDocs/azure-docs/issues/28077
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Drewm3, @avirishuv, @vaibhav-agar, @amjads1.
Author: | zr-msft |
---|---|
Assignees: | niander, dcaro |
Labels: | `Compute`, `Compute - VMSS`, `Service Attention`, `customer-reported` |
Milestone: | - |
Description
Running
New-AzureRmVmss
with does not allow RDP to VM instancesScript/Steps for Reproduction
Attempts to RDP using $IP:50001 or $IP:50003 fails with:
Module Version
Environment Data
Debug Output