Skip to content

Commit

Permalink
Disable local user access for staging storage account
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Egil Ring <[email protected]>
  • Loading branch information
janegilring committed Aug 6, 2024
1 parent 2fb2299 commit df89bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-05-01' = {
kind: 'StorageV2'
properties: {
supportsHttpsTrafficOnly: true
isLocalUserEnabled: true
isLocalUserEnabled: false
allowSharedKeyAccess: false
}
}
Expand Down

0 comments on commit df89bda

Please sign in to comment.