Skip to content

Commit

Permalink
Merge pull request #8 from cbtham/cbtham/0.18.1
Browse files Browse the repository at this point in the history
fix blob permission
  • Loading branch information
cbtham authored Mar 4, 2022
2 parents 019750c + b463515 commit e3d18a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provider/cloud/fs_synapse_azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"tier": "Standard"
},
"properties": {
"allowBlobPublicAccess": true
"allowBlobPublicAccess": false
},
"resources": [
{
Expand Down Expand Up @@ -322,7 +322,7 @@
"[variables('dlsName')]"
],
"properties": {
"publicAccess": "Container"
"publicAccess": "None"
}
}
]
Expand Down

0 comments on commit e3d18a3

Please sign in to comment.