How do I store templates to Azure sql server when I use docker containers?
-
I configured templates and asset and stored connecting string in Application Settings on App Service. Not sure how to save templates back to sql server and get them on app restart?
-
hi! have you tried to follow this post? there is a section about storing templates in azure sql server. try to compare what you have with the instructions in the post, maybe you have missed some step.
-
Perfect. It worked. I gave connectionstring with different name and it failed it seems. All set now. Thank you for your help.