Skip to content

Commit

Permalink
doc: fix incorrect selector value in example
Browse files Browse the repository at this point in the history
Fixes the azure subnet selector value.
  • Loading branch information
shashankram committed Oct 17, 2023
1 parent c794345 commit 1a528be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/plugin_server_nodeattestor_azure_msi.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The plugin produces the following selectors.
| Virtual Machine Name | `vm-name:frontend:blog` | The name of the virtual machine (e.g. `blog`) qualified by the resource group (e.g. `frontend`) |
| Network Security Group | `network-security-group:frontend:webservers` | The name of the network security group (e.g. `webservers`) qualified by the resource group (e.g. `frontend`) |
| Virtual Network | `virtual-network:frontend:vnet` | The name of the virtual network (e.g. `vnet`) qualified by the resource group (e.g. `frontend`) |
| Virtual Network Subnet | `virtual-network:frontend:vnet:default` | The name of the virtual network subnet (e.g. `default`) qualified by the virtual network and resource group |
| Virtual Network Subnet | `virtual-network-subnet:frontend:vnet:default` | The name of the virtual network subnet (e.g. `default`) qualified by the virtual network and resource group |

All of the selectors have the type `azure_msi`.

Expand Down

0 comments on commit 1a528be

Please sign in to comment.