DEPLOY_ZIP_ERROR - RequestError - Error: getaddrinfo ENOTFOUND <resource>.scm.azurewebsites.net
See original GitHub issueTO 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"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:18 (11 by maintainers)
Top Results From Across the Web
NETERR: getaddrinfo ENOTFOUND localhost" - Stack Overflow
I am trying to figure out how to get monitoring to work in Postman. I have written tests on the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.