Welcome to use the Wechat open account QnA backend. You need to finish the follow steps after you deploy the WebApp to Azure.
- Create your QnA App at https://qnamaker.ai, and publish app to get the 'Ocp-Apim-Subscription-Key' and 'QnA-Maker-Key'.
- Create your WeChat open account https://mp.weixin.qq.com, and set yuor app token.
- Go to Azure portal https://portal.azure.com, and find this WebApp in the 'Application settings' tab create the following new "Application settings".
- Wechat_Token='Your Wechat_Token'
- Ocp_Apim_Subscription_Key='Your Ocp-Apim-Subscription-Key'
- QnA_Maker_Key='Your QnA Maker Key'
- Done!
For information about using this template, see Deploy a web app linked to a GitHub repository.