-
Notifications
You must be signed in to change notification settings - Fork 628
function-sample-azure-web does not work #1228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
facing same problem. |
The example application is still failing to run; first error listed is "Exception in thread "Thread-0" java.lang.IllegalStateException: org.springframework.beans.factory.BeanDefinitionStoreException: Failed to process import candidates for configuration class [com.example.azure.web.AzureWebDemoApplication]: Component scan for configuration class [org.springframework.cloud.function.context.config.ContextFunctionCatalogAutoConfiguration$PlainFunctionScanConfiguration] could not be used with conditions in REGISTER_BEAN phase: [org.springframework.boot.autoconfigure.condition.OnBeanCondition@10e1504d]" |
This issue has been stale for over 60 days |
Have not tried it again recently; I hope the examples are working. |
Using the steps outlined in the readme produces errors when trying to access the functions. I'm trying to use the provided sample to figure out errors in my own app, but if the sample isn't working, I cannot do that.
The text was updated successfully, but these errors were encountered: