
Hi,
I am creating Pipelines for my solution which contains a canvas app. This app is connected to Azure SQL database. I need to move it from test evironment to prod environment. Is there a way we can change the connection once deployed in prod environment?
I read that its possible to create environment variable datasource but sql server is not yet possible. Is there other way to do this?
Thank you
Hi @NSiriusN ,
Have you got answer to your query? I have Canvas app with SQL connection established and I have to move the app to Test environment through Azure pipeline. I am not sure how to provide the SQL connection in pipeline so that I don't have to manually re-configure again in Test environment.
Thanks