Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Commit d0dd51d

Browse files
committed
Only allow https traffic
1 parent 1a37a85 commit d0dd51d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azuredeploy.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"serverFarmId": "[parameters('hostingPlanName')]",
7878
"siteConfig": {
7979
"webSocketsEnabled": true
80-
}
80+
},
81+
"httpsOnly":true
8182
},
8283
"resources": [
8384
{

0 commit comments

Comments
 (0)