sauryadas / Azure-CLI-VMSS

Azure CLI VM Scale Sets (VMSS) Samples
1 stars 1 forks source link

Quick-create two PIPs #42

Open gatneil opened 8 years ago

gatneil commented 8 years ago

When I do 'azure vmss quick-create', I end up with two PIPs. Not the biggest issue but makes it a bit confusing which one to use to connect to the VMSS. Are two PIPs necessary? If not, we should remove the one not being used :)

huangpf commented 8 years ago

@gatneil Could you please help post some samples? Can you confirm that one of the PIP is not used by any other resources?

gatneil commented 8 years ago

Below is an example screenshot; one is nsgvm-westu-1731253121-pip, the other nsgvm-westu-1731253121-pip2. Only the first should exist; right now, the LB uses the second, but it should use the first.

capture

huangpf commented 8 years ago

Thanks @gatneil.

@sauryadas We shall start to move back to our TFS for handling issues. Could you please help create items for tracking there? Thanks.

BTW, it would be awesome to see whether the posted issues here can be moved to the Azure repo as well, because we have merged our code there! Thanks.