-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Add examples of deploying a Python Function App #5397
Comments
Experiencing the same issue. @a8ree did you find the root cause by any chance or a workaround? |
@umsheikh83 no, I've got a case open with Hashicorp which has been passed to engineering. It seems to be an issue with linux plans. Setting to 'elastic' or 'windows' will work but there is some sort of issue when deploying on linux - which doesn't happen when you using the Azure Portal to deploy |
Hello any update on that issue ? I still have a problem depoying a very simple python function app. #7146 is useful , however a working example with python code would be great ( in particular the example folder of this repo does not containe any example of how to deploy an app function) . |
Hello. I've created an example used to demonstrate how to provision a python functions app. It includes sample python code. I was able to deploy it using VS code. README file has links to references on how to deploy code to function app using a number of methods. Hope this helps! Code is part of PR: #8724 |
Not entirely sure - Can this be closed? as PR: #8724 seems to be merged into master. https://github.com/terraform-providers/terraform-provider-azurerm/tree/master/examples/app-service/function-python/SampleApp |
Since this issue seems to have been addressed in the latest versions of the provider (or a valid workaround was provided) - I'm going to close it. Please open a new updated bug report if this is still relevant. Thank you. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.18
AzureRM v1.40.0
Affected Resource(s)
azurerm_app_service_plan
azurerm_function_app
Terraform Configuration Files
Expected Behavior
An operational Function App should be deployed
Actual Behavior
The Function App is not correctly deployed.
When my code is deployed, there is an error when going into the Function App settings in the portal
Error:
Error retrieving master key. <title>404 Not Found</title>
Not Found
The requested URL was not found on this server.
Session Id: 586f62f9be7a48ec86143daa57bf01af
Timestamp: 2020-01-13T14:12:45.060Z
Steps to Reproduce
terraform apply
References
Link to Reddit discussion where other user states the same issue:
https://www.reddit.com/r/Terraform/comments/eo4xz4/cant_create_a_function_app_without_error/
The text was updated successfully, but these errors were encountered: