Replies: 1 comment 2 replies
-
I am very interested in this. @pamelafox, is this something you are still able to maintain? Could you otherwise be willing to give me pointers on how to resurrect and run with this? We are a very Azure-ey company for enterprise-ey reasons. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I work for Azure on the Python advocacy team, and have been working on a branch of this project that adds support for deploying to Azure (App Service + PostgreSQL + Cache for Redis + Storage).
You can see changes here:
https://github.com/cookiecutter/cookiecutter-django/compare/master...pamelafox:cookiecutter-django:azure?expand=1
It uses infrastructure-as-code (Bicep files, similar to Terraform) with the Azure Developer CLI tool, so in theory, a developer just has to login to Azure and issue the "azd up" command.
Is there interest in adding use_azure to the project? If so, I can add tests to my branch and prepare a pull request. If not, I can maintain it as a fork.
Beta Was this translation helpful? Give feedback.
All reactions