Skip to content

Instantly share code, notes, and snippets.

@anoff
Created December 10, 2017 14:20
Show Gist options
  • Save anoff/6ff255640e381933425df4a184553e99 to your computer and use it in GitHub Desktop.
Save anoff/6ff255640e381933425df4a184553e99 to your computer and use it in GitHub Desktop.
arm-ds-security.json
"securityRules": [
{
"name": "JupyterHub",
"properties": {
"priority": 1010,
"protocol": "TCP",
"access": "Allow",
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"destinationAddressPrefix": "*",
"destinationPortRange": "8000"
}
},
{
"name": "RStudioServer",
"properties": {
"priority": 1020,
"protocol": "TCP",
"access": "Allow",
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"destinationAddressPrefix": "*",
"destinationPortRange": "8787"
}
},
{
"name": "default-allow-ssh",
"properties": {
"priority": 1030,
"protocol": "TCP",
"access": "Allow",
"direction": "Inbound",
"sourceAddressPrefix": "*",
"sourcePortRange": "*",
"destinationAddressPrefix": "*",
"destinationPortRange": "22"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment