BotFramework-Composer: Though I refer #3320 and #3300 i can't add my publishing profile
Describe the bug
Though I refer #3320 and #3300 i can’t add my publishing profile
Version
BotFramework-Composer-1.0.1-linux-x86_64.AppImage
Browser
- Electron distribution
- [ O ] Chrome
- Safari
- Firefox
- Edge
OS
- macOS
- Windows
- [O] Ubuntu
To Reproduce
Steps to reproduce the behavior:
First way
- Generate publish config with the provisionComposer.js
- Create a new profile
- Paste the configuration, choose Publish bot to an Azure Web App (preview) and give a name
- Click Save (Click OK on this error message #3320) Click “Publish to selected profile”
Second way
- i also tried to deleting some elements of profile that are not in the given format.
for example, the given format of 'Publish bot to an Azure Web App(preview) look like this.
"accessToken": "<Access token from az account get-access-token>", "name": "<unique name in your subscription>", "environment": "dev", "settings": { "applicationInsights": { "InstrumentationKey": "<Instrumentation Key>" },
But in my publish profile, there is a “hostname”. so i didn’t paste it .
-
it also not works
-
Third way
-
I tried to make a file in /BotFrameworkComposer/publishBots/sth/deployment.appsettings.json.
-
and I just copy the one that i get from configuring provisionComposer.js, and paste on appsettings.json file that i made above
-
then I just click the button. ‘Publish to selected profile’
But it doesn’t work too
-
But it doesn’t work too.
Expected behavior
Publish success
Screenshots
Additional context
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 24 (23 by maintainers)
Thanks @zxyanliu and @luhan2017 - I also wrote some of the detailed stuff here for our creators!
FYI. The doc has been updated in PR 133 which just got approved. The content will go live soon. Thanks again for your feedback.
@arafattehsin , thanks for your feedback, but there is a limitation in luis that you must author and publish in the same region, that is why we keep the one region setting. please refer to this doc https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-reference-regions for more details.
I’ve just merge the PR in master, could you please check if your scenario works in master now? Thank you very much for assistance and patience on resolving this issue.
@arafattehsin Your configuration is totally correct, but our fix is still in PR and not merged in master yet. We will try to merge it tomorrow and let you know when it is ready. Sorry for the confusing.