diff --git a/azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep b/azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep index 74af350fe0..ce08d7af91 100644 --- a/azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep +++ b/azure_jumpstart_arcbox/bicep/mgmt/mgmtStagingStorage.bicep @@ -25,7 +25,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-05-01' = { kind: 'StorageV2' properties: { supportsHttpsTrafficOnly: true - isLocalUserEnabled: true + isLocalUserEnabled: false allowSharedKeyAccess: false } }