Skip to content

Commit

Permalink
Fixing httyps enable flag on app
Browse files Browse the repository at this point in the history
  • Loading branch information
ElYusubov committed Sep 29, 2023
1 parent be89580 commit 719ff88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bicepconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"level":"warning"
},
"no-unused-params": {
"level":"warning"
"level":"error"
},
"no-unused-vars": {
"level": "info"
Expand Down
2 changes: 1 addition & 1 deletion deploy/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ resource appServiceApp 'Microsoft.Web/sites@2021-01-15' = {
location: location
properties: {
serverFarmId: appServicePlan.id
httpsOnly: false
httpsOnly: true
siteConfig: {
appSettings: [
{
Expand Down

0 comments on commit 719ff88

Please sign in to comment.