Hello There,
I am looking for a way to configure Virtual Assistant template enabled QnAMaker bot resources to be created using Azure DevOps.
My Primary understanding is that we need to use ARM deployment stage in pipeline to trigger resource creation.

But i am not sure how we are going to execute deploy.ps1 (PowerShell script) that enables KB creation once resources gets created.
Another way i was thinking of using Azure PowerShell to execute Deploy.ps1 but that seems not working.

Is there any document/sample that can direct me about how can I deploy QnAMaker based Bot in Azure using DevOps.
In current implementation from local PowerShell we are successfully deploying all the resources and are able to create and configure QnA knowledgebase through script execution
PS: we are using Linux platform for hosting all the resources
Any help greatly appreciated :)
@lauren-mills
Hello There,

I am looking for a way to configure Virtual Assistant template enabled QnAMaker bot resources to be created using Azure DevOps.
My Primary understanding is that we need to use ARM deployment stage in pipeline to trigger resource creation.
But i am not sure how we are going to execute deploy.ps1 (PowerShell script) that enables KB creation once resources gets created.
Another way i was thinking of using Azure PowerShell to execute Deploy.ps1 but that seems not working.

Is there any document/sample that can direct me about how can I deploy QnAMaker based Bot in Azure using DevOps.
In current implementation from local PowerShell we are successfully deploying all the resources and are able to create and configure QnA knowledgebase through script execution
PS: we are using Linux platform for hosting all the resources
Any help greatly appreciated :)
@lauren-mills