hashicorp / go-discover

Discover nodes in cloud environments
Mozilla Public License 2.0
568 stars 123 forks source link

provider/azure: update vmss doc only supporting unique deployment mode #256

Closed jasonodonnell closed 4 months ago

jasonodonnell commented 4 months ago

Vault customers were complaining that the Azure provider does not support VMSS mode. When investigating this bug it was discovered that queries to "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/networkInterfaces" only returns values when VMSS is deployed in Unique mode.

I've updated the document to call this out.