Skip to content

Instantly share code, notes, and snippets.

View neerajks77's full-sized avatar

Neeraj Kumar neerajks77

View GitHub Profile
@neerajks77
neerajks77 / ipsecurityarmtemplate.json
Created January 15, 2021 04:12 — forked from cmatskas/ipsecurityarmtemplate.json
IP Security ARM Template
{
"apiVersion": "2015-08-01",
"name": "[variables('webSiteName')]",
"type": "Microsoft.Web/sites",
"location": "[resourceGroup().location]",
"tags": {
"[concat('hidden-related:', resourceGroup().id, '/providers/Microsoft.Web/serverfarms/', parameters('hostingPlanName'))]":"Resource",
"displayName": "Website"
},
"dependsOn": [