our team moved from connecting directly to Azure Key Vault to use the nuget package Azure.Extensions.AspNetCore.Configuration.Secrets and use the AddAzureKeyVault(URI, AzureCredential) method.
when we did that the app threw the following exception: Method 'AsPages' in type 'FuncAsyncPageable`1' from assembly 'Azure.Security.KeyVault.Secrets, Version=4.5.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' does not have an implementation.
attempts to reduce Azure.Security.KeyVault.Secrets to 4.3 and 4.2 did not help.
we also found this error in another open issue without solution: Azure/azure-functions-host#9127
our team moved from connecting directly to Azure Key Vault to use the nuget package Azure.Extensions.AspNetCore.Configuration.Secrets and use the AddAzureKeyVault(URI, AzureCredential) method.
when we did that the app threw the following exception: Method 'AsPages' in type 'FuncAsyncPageable`1' from assembly 'Azure.Security.KeyVault.Secrets, Version=4.5.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' does not have an implementation.
attempts to reduce Azure.Security.KeyVault.Secrets to 4.3 and 4.2 did not help.
we also found this error in another open issue without solution: Azure/azure-functions-host#9127