You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to create the hr support app, but due to our policies we are only allowed to deploy to West Europe. In the template
line 179 the qnaMakerLocation is hardcoded to westus. "qnaMakerLocation": "westus",
That will fail in our deployment due to the policies in place. When I change it to WestEurope it fails with error message {"code":"InvalidTemplateDeployment","details":[{"code":"InvalidApiSetId","message":"The account type 'QnAMaker' is either invalid or unavailable in given region."}]....
The only explanation I have found while searching is via here but has been some time since then.
Therefore I was wondering what you inputs are upon it.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I have tried to create the hr support app, but due to our policies we are only allowed to deploy to West Europe. In the template
line 179 the qnaMakerLocation is hardcoded to westus.
"qnaMakerLocation": "westus",
That will fail in our deployment due to the policies in place. When I change it to WestEurope it fails with error message
{"code":"InvalidTemplateDeployment","details":[{"code":"InvalidApiSetId","message":"The account type 'QnAMaker' is either invalid or unavailable in given region."}]....
The only explanation I have found while searching is via here but has been some time since then.
Therefore I was wondering what you inputs are upon it.
Thanks in advance
The text was updated successfully, but these errors were encountered: