-
For horizontal scaling to work, we require the containers to be stateless, however, whenever we recreate the container, we can't run auto-setup again as the tables are already created and hence the App_Data folder isn't created when a service restarts. How do I go about handling this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
We have services that makes use of the Azure Blob Storage for this. So, basically, do not use the local App_Data folder. |
Beta Was this translation helpful? Give feedback.
-
Alternatively, you can mount an Azure Files drive. |
Beta Was this translation helpful? Give feedback.
We have services that makes use of the Azure Blob Storage for this. So, basically, do not use the local App_Data folder.