What's the best solution for deploying to Azure? #14030
Replies: 2 comments
-
I like to use docker containers. This will help me roll out and roll back easily. Also, I can test out the containers before rolling container to production. You should not depend on Also, you'll need to use If you want to scale out your instance to more than 1 instance, you'll need to also enable caching like Redis cache. I hope this helps |
Beta Was this translation helpful? Give feedback.
-
For azure you could deploy OrchardCore as app service, containers or Kubernetes(AKS) Things to consider
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i've deployed created a web site using orchard. It has a custom module and a theme. I would like to deploy it to azure but don't know what should be the best strategy.
Therefore what is the best approach? For single tenant and for multitenant. Is a SQL Lite DB created for each tenant?
Thanks a lot for your feedbacks.
Beta Was this translation helpful? Give feedback.
All reactions