Skip to content

Commit

Permalink
Update best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored May 18, 2018
1 parent 701f4d1 commit 89d56c6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,20 +375,6 @@ The following code shows an example.
```

## Outputs
* All generated publicIPAddresses should have an outputs section that provides the details of the IP address and fully qualified domain created.
The following code shows an example.
```json
"outputs": {
"fqdn": {
"type": "string",
"value": "[reference(variables('publicIpAddressResourceId'),'2018-04-01').dnsSettings.fqdn]"
},
"ipaddress": {
"type": "string",
"value": "[reference(variables('publicIpAddressResourceId'),'2018-04-01').dnsSettings.fqdn]"
}
}
```

## Samples That Require Existing Resources (Pre-reqs)

Expand Down

0 comments on commit 89d56c6

Please sign in to comment.