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 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