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
{{ message }}
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
I am trying to publish a BOT to the Azure portal using the BOT composer. I run
the node provisionComposer.js command to create Azure resources and the publish
profile. The AZ resources are successfully created in the portal and the publish configuration
is created. I then create a new publish profile within Composer and then add the newly created publish configuration to the Publish configuration section of the new profile.
When I tried to publish the profile I get the following error:
ENOENT: no such file or directory, open '/home/xxxxx/bot-composer-dev/BotFramework-Composer-1.0.0/Composer/plugins/azurePublish/lib/publishBots/5b4b1f8a8df2148c1e17919fd157cb79/azurewebapp/appsettings.deployment.json'
Version
4.9.1
Browser
Electron distribution
Chrome
Safari
[x ] Firefox
Edge
OS
macOS
Windows
[x ] Ubuntu
To Reproduce
Steps to reproduce the behavior:
See above
Expected behavior
The BOT is successful in publishing to the Azure portal