BotFramework-Composer: DEPLOY_ZIP_ERROR - RequestError - Error: getaddrinfo ENOTFOUND .scm.azurewebsites.net
TO REPRODUCE
Azure Portal
- Create a Bot Channels Registration in existing resource Group
- Copied App Id and Password Launched Bot Composer
- Created a New Skills Bot from scratch. (as per Prepare a Skill https://docs.microsoft.com/en-us/composer/how-to-export-a-skill)
- Created a publishing Profile to an existing set of Azure Resources
- Publish Skills bot using publish profile
- Get:
- DEPLOY_ZIP_ERROR - RequestError - Error: getaddrinfo ENOTFOUND <resource>.scm.azurewebsites.net
Version v1.3.1
OS Windows
Expected behavior Expecteed Skills Bot to Publish to designated Azure Resource Group and Bot Registration
Screenshots
Publish profile:
{
"name": "REDACTED",
"environment": "composer",
"runtimeIdentifier": "win-x64",
"settings": {
"applicationInsights": {
"InstrumentationKey": "<Instrumentation Key>"
},
"cosmosDb": null,
"blobStorage": null,
"luis": {
"authoringKey": "REDACTED",
"authoringEndpoint": "https://westus.api.cognitive.microsoft.com/",
"endpointKey": "REDACTED",
"endpoint": "https://westus.api.cognitive.microsoft.com/",
"region": "westus"
},
"MicrosoftAppId": "REDACTED",
"MicrosoftAppPassword": "REDACTED"
},
"hostname": "<Name of Bot Channel Registration",
"luisResource": "REDACTED"
}
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 18 (11 by maintainers)
@danielallen73 the unauthorized the error usually happens when the MicrosoftAppId and MicrosoftAppPassword mismatch. Could you check if the settings in your publish profile and your bot channel registration are matched?
@zxyanliu or me can help you with more details, let’s schedule a call to resolve this.
@danielallen73 for the cognitive services or any other services, they don’t necessarily be within the same resource group. For now, to create two set of webapp and bot channel registration under the same resource group, you need to manually create one. But soon maybe within this week, we will release a new version composer(or you could try to use nightly), in the new version, we decouple the resource group and resources, you can create multiple webapp under the same resource group.