Replies: 2 comments 2 replies
-
I think Lombiq has a successor story with Azure Hosting, hope @Piedone or @BenedekFarkas can share some of their thoughts |
Beta Was this translation helpful? Give feedback.
1 reply
-
This'd be the basics of Azure hosting:
For local development, you don't need an App_Data committed to the repository. Instead, store what's needed for a local development instance (content and configuration) in recipes, and run the setup with Auto Setup. And indeed, this is not easy to figure out from the pieces, I'll see if I can provide a summary page too. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the recommended Azure hosting story? We recently realized we had our App_Data folder committed to our Github repo; though it was private, it still feels like a huge risk (phishing, the day private repos mysteriously become public, etc.). When we deleted it and purged it from our repo history, we broke the site (duh). We restored the directory via an app service backup, and now the repo is in a different state than the app service. (yikes)
There isn't coherent guidance around Azure hosting (this sounds rude, but it's constructive criticism). There are various modules to enable pieces of Azure; Media, Shells Configuration provider, and Keyvault. But they seem to have been developed separately. Guidance is spread between official docs, discussion topics, and PR comments.
The basics of utilizing any of these modules, or all of them, need clarification. Such as how to properly manage the settings variation between dev/test and production or for single vs. multi-tenant.
The challenge with docs is that they're often written by the dev-focused folks who create the modules, making them difficult for the layman to understand. If someone knows how these pieces work together for the optimal Azure hosting experience and is willing to give me a walk-through, I would happily translate that into documentation.
Beta Was this translation helpful? Give feedback.
All reactions