Skip to content

Commit

Permalink
change on table for include
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoma committed Dec 16, 2015
1 parent 9282073 commit ff3a0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/virtual-networks-nrp-appgw-include.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Application Gateway provides an Azure-managed HTTP load balancing solution based
| **backendHttpSettingsCollection** | Every pool has settings like port, protocol, and cookie based affinity. These settings are tied to a pool and are applied to all servers within the pool |
| **frontendPorts** | This port is the public port opened on the application gateway. Traffic hits this port, and then gets redirected to one of the back end servers |
| **httpListeners** | Listener has a frontend port, a protocol (Http or Https, these are case-sensitive), and the SSL certificate name (if configuring SSL offload) |
| **requestRoutingRules** | The rule binds the listener and the back end server pool and defines which back end server pool the traffic should be directed to when it hits a particular listener. Currently, only the basic rule is supported.The basic rule is round-robin load distribution |
| **requestRoutingRules** | The rule binds the listener and the back end server pool and defines which back end server pool the traffic should be directed. Currently works only as Round-robin |


Example of an application gateway Json template:
Expand Down
3 changes: 1 addition & 2 deletions includes/virtual-networks-nrp-dns-include.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ Azure DNS is a hosting service for DNS domains, providing name resolution using

| Property | Description | Sample Value |
|---|---|---|
| **DNSzones** | Domain zone information to host DNS records of a particular domain | /subscriptions/{guid}/.../providers/Microsoft.Network/dnszones/contoso.com",
providers/Microsoft.Network/dnszones/contoso.com/A/www |
| **DNSzones** | Domain zone information to host DNS records of a particular domain | /subscriptions/{guid}/.../providers/Microsoft.Network/dnszones/contoso.com"|


### DNS record sets
Expand Down

0 comments on commit ff3a0a6

Please sign in to comment.