diff --git a/pkg/scalers/azure/azure_eventhub_checkpoint.go b/pkg/scalers/azure/azure_eventhub_checkpoint.go index 7081fac9645..14d7d8cfdd7 100644 --- a/pkg/scalers/azure/azure_eventhub_checkpoint.go +++ b/pkg/scalers/azure/azure_eventhub_checkpoint.go @@ -233,7 +233,7 @@ func getCheckpoint(ctx context.Context, httpClient util.HTTPDoer, info EventHubI if podIdentity.Provider == kedav1alpha1.PodIdentityProviderAzure || podIdentity.Provider == kedav1alpha1.PodIdentityProviderAzureWorkload { if len(info.StorageAccountName) == 0 { - return Checkpoint{}, fmt.Errorf("storageAccountName not supplied when PodIdentity authN is enabled") + return Checkpoint{}, fmt.Errorf("storageAccountName not supplied when PodIdentity authentication is enabled") } }